Closed mathomp4 closed 5 months ago
In testing building and running GEOSgcm with Spack as libraries instead of Baselibs, it was found that you can't do things like:
setenv @LD_LIBRARY_PATH_CMD ${LD_LIBRARY_PATH}:${BASEDIR}/${ARCH}/lib:${GEOSDIR}/lib
if BASEDIR is not defined.
BASEDIR
So, we only add BASEDIR if it is defined in the environment.
In testing building and running GEOSgcm with Spack as libraries instead of Baselibs, it was found that you can't do things like:
if
BASEDIR
is not defined.So, we only add
BASEDIR
if it is defined in the environment.