Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda package request #18

Open
darwinbandoy opened this issue Oct 16, 2019 · 1 comment
Open

conda package request #18

darwinbandoy opened this issue Oct 16, 2019 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@darwinbandoy
Copy link

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 Inniag self-assigned this Oct 24, 2019
@Inniag Inniag added bug Something isn't working help wanted Extra attention is needed labels Oct 24, 2019
@Inniag
Copy link
Collaborator

Inniag commented Oct 24, 2019

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.

@Inniag Inniag added the enhancement New feature or request label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants