GithubHelp home page GithubHelp logo

Comments (5)

bluescarni avatar bluescarni commented on May 31, 2024

Hi @jdmairs thanks for the report.

The dependency on zlib is a workaround due to the fact that (at least some versions of) LLVM ship on Windows with CMake config package files which directly link to the z library, which typically ends up failing if zlib is not installed in a standard location. This is an issue with the LLVM build system, which in theory should take care of locating its own dependencies.

This issue was present at least in LLVM10 but perhaps it was solved eventually. Could you try commenting out lines 309 to 317 in the main CMakeLists.txt?

from heyoka.

jdmairs avatar jdmairs commented on May 31, 2024

from heyoka.

bluescarni avatar bluescarni commented on May 31, 2024

Thanks for testing out. I'll try to comment out the workaround in the build system and see how it goes then.

from heyoka.

bluescarni avatar bluescarni commented on May 31, 2024

@jdmairs as an additional word of warning, there might be a temporary issue if you use fmt version 8 - this stems from incompatibilities between fmt and spdlog that should be shortly resolved upstream.

In the meantime, I'd advise to stick with fmt 7.

from heyoka.

bluescarni avatar bluescarni commented on May 31, 2024

@jdmairs I have removed the zlib bits from the CMakeLists.txt in the master branch. Note that heyoka still has an indirect dependency on zlib (in the sense that LLVM depends on it), but at least now heyoka's build system is not trying to locate zlib any more.

Thanks for the report, closing for now.

from heyoka.

Related Issues (9)

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.