SCIPhI
SCIPhI copied to clipboard
Error with isnan during compilation
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!
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
Very much looking forward to the bioconda recipe being available. Thanks again for writing this!
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.
It's great to see that the bioconda package now appears to be available: https://bioconda.github.io/recipes/sciphi/README.html