channotation / chap

CHAP is a tool for the functional annotation of ion channel structures:
http://www.channotation.org
Other
18 stars 10 forks source link

conda package request #18

Open darwinbandoy opened 4 years ago

darwinbandoy commented 4 years ago

Will it be possible to have conda package so it is easier to install all dependencies?

I am having this error:

Unable to find the Boost header files. Please set BOOST_ROOT to the root directory containing Boost or BOOST_INCLUDEDIR to the directory containing Boost's headers. Call Stack (most recent call first): CMakeLists.txt:60 (find_package)

Could NOT find LAPACKE (missing: LAPACKE_CBLAS_INCLUDE_DIR LAPACKE_LAPACKE_INCLUDE_DIR)

Inniag commented 4 years ago

The idea of having a conda package is interesting, as it would certainly simplify the install of CHAP for many people. However, I have no experience with this and so far I thought conda was for Python software rather than for pure C++ projects. Do you know any resources that would help me understand how to go about this? I have recently set up a Travis CI pipeline for unit testing. Extending this to build binaries should be straightforward.

Regarding your actual build problem, could you post the complete output from cmake? My hunch is that this might be related to issue #5, the fix for which has not yet been merged into the master branch.