Coder Social home page Coder Social logo

Comments (4)

mmicko avatar mmicko commented on July 17, 2024

Problem with minimal CMake we are supporting (3.5 from Ubuntu 16.04) does not have support for hint to find only static library for Python, so static builds works only if you use : -DBUILD_PYTHON=OFF

from nextpnr.

mithro avatar mithro commented on July 17, 2024

So need a newer cmake?

from nextpnr.

mmicko avatar mmicko commented on July 17, 2024

Well it would also require changes in CMakeList.txt to support new Cmake and set a proper hint. Also detecting python libs is done in different way in new version (they still support old style) so supporting this would probably break other builds. So guess for now just build it with -DBUILD_PYTHON=OFF since for python builds to work on other machine would also require all python system libraries (from version of python that you linked it with), and it would hardly work on other machines.

from nextpnr.

mmicko avatar mmicko commented on July 17, 2024

Fixed by #325

from nextpnr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.