Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pin boost-cpp * whitespace * Don't override CXXFLAGS Overriding this variable as a make argument suppresses CXXFLAGS settings from both conda-build's environment variable and delly's Makefile. As we override CXX to use conda's compiler, it will look in $PREFIX/include and $PREFIX/lib anyway, so adding those explicitly is unnecessary. In particular, delly's Makefile sets -std=c++11, which will prevent the build failures due to std::binary_function that are being encountered. Also use upstream's "make install" target instead of manually copying. * Remove run requirements in favour of those implied via run_exports These libraries will add appropriate dependencies themselves via their run_exports. Apparently libboost needs to be listed though. --------- Co-authored-by: John Marshall <jmarshall@hey.com>
- Loading branch information