We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ace1cd commit ff8606fCopy full SHA for ff8606f
.ci/_source_common_env.sh
@@ -1,6 +1,6 @@
1
export CACHE_ROOT=$(pwd)/cache-ci
2
export PYTHONUSERBASE=$CACHE_ROOT/pyusrb
3
-export CPATH=$SUNDIALS_ROOT/include:/usr/include/suitesparse:$CPATH # sunlinsol_klu.h includes "klu.h"
+export CPATH=$SUNDIALS_ROOT/include:/usr/include/suitesparse:${CPATH:-} # sunlinsol_klu.h includes "klu.h"
4
export CPLUS_INCLUDE_PATH=${Boost_ROOT}/include
5
export LIBRARY_PATH=$SUNDIALS_ROOT/lib
6
export LD_LIBRARY_PATH=$SUNDIALS_ROOT/lib
0 commit comments