Replies: 1 comment 1 reply
-
I got the same error. I just edited the file and changed isnan to
std::isnan. I hope this works for you as well.
*=======================================================================================*
*Musa L. Audu, Ph.D.*
*Research Professor
Principal Investigator*,
Department of Biomedical Engineering Advanced Platform
Technology Center,
Wickenden Building 309 Room
B-AC 275,
Case Western Reserve University Cleveland VA
Medical Center,
10900 Euclid Ave. 10701
East Blvd.,
Cleveland, Ohio 44106. Cleveland,
Ohio 44106.
U.S.A.
U.S.A.
*Phone:* 216-791-3800 Ext. 63821
…On Tue, Nov 21, 2023 at 2:58 PM erdchris ***@***.***> wrote:
Hello. I'm trying to build Dakota 6.18.0 on RHEL 8.8 with Boost 18.3 (and
18.1). I'm using Intel compiler 2022.2.0 with gcc 11.4.0 and cmake 3.28.0.
With either Boost version I get to 52% then this:
dakota-6.18.0-public-src-cli/src/unit/test_tolerance_intervals.cpp (lines
520, 521 and 590):
error: identifier "isnan" is undefined
BOOST_CHECK( isnan(computed_dstien_*[k] );
—
Reply to this email directly, view it on GitHub
<#78>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3DT5PEXU53M4NYCNYPDL7DYFUBVTAVCNFSM6AAAAAA7VEFW4SVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZVHA3TONBYGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
erdchris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm trying to build Dakota 6.18.0 on RHEL 8.8 with Boost 18.3 (and 18.1). I'm using Intel compiler 2022.2.0 with gcc 11.4.0 and cmake 3.28.0. With either Boost version I get to 52% then this:
dakota-6.18.0-public-src-cli/src/unit/test_tolerance_intervals.cpp (lines 520, 521 and 590):
error: identifier "isnan" is undefined
BOOST_CHECK( isnan(computed_dstien_*[k] );
Beta Was this translation helpful? Give feedback.
All reactions