Changed _RELEASE to _RELEASE_MAJOR. Mostly this is to test pushing to our fork. More to come.

This commit is contained in:
rsd
2017-06-21 14:35:04 -05:00
parent 0324c92e5c
commit e6deedfb33

View File

@ -10,7 +10,7 @@
#define BOOST_COMPILER "Cray C version " BOOST_STRINGIZE(_RELEASE) #define BOOST_COMPILER "Cray C version " BOOST_STRINGIZE(_RELEASE)
#if _RELEASE < 8 #if _RELEASE_MAJOR < 8
# error "Boost is not configured for Cray compilers prior to version 8, please try the configure script." # error "Boost is not configured for Cray compilers prior to version 8, please try the configure script."
#endif #endif