-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies
Description
Tried compiling with intel MKL and intel compilers (not sure if issue has to do with those though). Make errored out with this:
fround.c(57): error: identifier "LONG_MAX" is undefined
if(x < (double) LONG_MAX) { /* in <limits.h> is architecture dependent */
^
compilation aborted for fround.c (code 2)
make[3]: *** [fround.o] Error 2
make[2]: *** [Rmath/src/libRmath-julia.so] Error 2
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2
Metadata
Metadata
Assignees
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies