What is your question?
Hello, i'm packaging https://github.com/mrizaln/madbfs for nixpkgs, which uses conan to build. A requirement for nixpkgs is that packages that can be built locally, are built locally. To this end I would like to be able to build all dependencies from source.
conan install . --build=always -pr:b=.github/ci/conan-profile.ini -pr:h=.github/ci/conan-profile.ini -nr
madbfs> ======== Computing dependency graph ========
madbfs> boost/1.87.0: Not found in local cache, looking in remotes...
madbfs> boost/1.87.0: Checking remote: conancenter
madbfs> Connecting to remote 'conancenter' anonymously
is there a way to build boost and other dependencies locally, and have conan use them?
Have you read the CONTRIBUTING guide?
What is your question?
Hello, i'm packaging https://github.com/mrizaln/madbfs for nixpkgs, which uses conan to build. A requirement for nixpkgs is that packages that can be built locally, are built locally. To this end I would like to be able to build all dependencies from source.
conan install . --build=always -pr:b=.github/ci/conan-profile.ini -pr:h=.github/ci/conan-profile.ini -nris there a way to build
boostand other dependencies locally, and haveconanuse them?Have you read the CONTRIBUTING guide?