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