SCIPhI icon indicating copy to clipboard operation
SCIPhI copied to clipboard

Error with isnan during compilation

Open biobenkj opened this issue 6 years ago • 4 comments

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!

biobenkj avatar Jun 07 '18 20:06 biobenkj

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

singerj avatar Jun 08 '18 09:06 singerj

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

biobenkj avatar Jun 08 '18 19:06 biobenkj

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.

singerj avatar Jun 20 '18 06:06 singerj

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

winni2k avatar Jan 27 '20 16:01 winni2k