Closed eunos-1128 closed 3 months ago
@russell-taylor
I found that libboost-python-devel
is needed for build from reduce_src/CMakeLists.txt
.
a number of other repositories (libblast, libboost, libboost-python, libcblas, libgfortran-ng libgfortran5, liplapack, libopenblas, and numpy)
Those dependencies seem to come from libboost-python-devel
.
Is libboost-python not necessary?
If so I will upload new build to bioconda without libboost-python-devel
.
Or libboost-python is needed only on build?
Building itself succeeded without libboost-python-devel
, though.
I see!
The boost-python is needed only when building Python wrappers for the library, which the C++ program does not need.
@russell-taylor
Building Reduce according to reduce/CMakeLists.txt
does not require boost-python, does it?
I will remake the conda package recipe to submit updated one without boost-python as dependency to bioconda.
I submitted updated one to bioconda.
Reduce on bioconda has been updated.
https://anaconda.org/bioconda/reduce
It has less dependencies because of dropping libboost-python-devel
.
I added reduce's formula to homebrew/linuxbrew formulae.
Now brew install reduce
is also available.
https://github.com/brewsci/homebrew-bio/blob/develop/Formula/reduce.rb
Thank you for making it easier to get reduce!
Hi,
Sorry for going without permission, but I have registered the latest version v4.14 on bioconda.
https://anaconda.org/bioconda/reduce
I have updated the README and would be happy to merge it in if you would like.
Regards,