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

Error with isnan during compilation #7

Open
biobenkj opened this issue Jun 7, 2018 · 4 comments
Open

Error with isnan during compilation #7

biobenkj opened this issue Jun 7, 2018 · 4 comments

Comments

@biobenkj
Copy link

biobenkj commented Jun 7, 2018

Using the cmake route of installation, I encountered an error during the:

cmake --build . --config Release

It would get about 90% of the way there and then die due to an error with isnan even though cmath is included in appropriate files. Modifying

isnan

to

std::isnan

in attachmentScores.h solved the issue. Have you encountered this before?

Thanks again!

@singerj
Copy link
Member

singerj commented Jun 8, 2018

Hi,

Thanks for reporting this problem. I have not experienced this before. I am going to have a look and remove any "using namespace std" to make these things more obvious.

Further, I am working on a bioconda installer which should be online soon.

Best,
Jochen

@biobenkj
Copy link
Author

biobenkj commented Jun 8, 2018

Very much looking forward to the bioconda recipe being available. Thanks again for writing this!

@singerj
Copy link
Member

singerj commented Jun 20, 2018

Hi,

Sorry for the delay. The bioconda packaging takes a little longer as expected since bioconda just switched to a new version of the build system.

@winni2k
Copy link
Contributor

winni2k commented Jan 27, 2020

It's great to see that the bioconda package now appears to be available: https://bioconda.github.io/recipes/sciphi/README.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants