Trying to install the Hackathon/Massive_stars branch on a cluster with Rocky OS 9.7, I encountered failures including make: invalid option -- 'O'. I've noticed a comment above this line regarding another OS with old version of gnumake where that option is removed.
|
if [ "${SYSTEM}" = "Darwin" ]; then |
I checked, and on my cluster make --version is GNU Make 3.82 (newer than the one referred to in the comment), but I still hit that error. Removing -Oline from the ./install script the option the installation proceeds a bit further and ultimately still fails. Still investigating why this is the case, but already it seems the ./install script shouldn't exclude this option only for "${SYSTEM}" = "Darwin"...
Trying to install the
Hackathon/Massive_starsbranch on a cluster with Rocky OS 9.7, I encountered failures includingmake: invalid option -- 'O'. I've noticed a comment above this line regarding another OS with old version ofgnumakewhere that option is removed.mesa/install
Line 212 in 317d9d7
I checked, and on my cluster
make --versionis GNU Make 3.82 (newer than the one referred to in the comment), but I still hit that error. Removing-Olinefrom the./installscript the option the installation proceeds a bit further and ultimately still fails. Still investigating why this is the case, but already it seems the./installscript shouldn't exclude this option only for"${SYSTEM}" = "Darwin"...