Skip to content
Snippets Groups Projects

Add gurobi 11

Merged Daniel Filipe Jana requested to merge packages/gurobi into main
Files
8
+ 2
2
@@ -74,14 +74,14 @@ do
done
done
if [ -d cp -r "${STACK_CONFIG_PATH}/templates" ${SPACK_SYSTEM_CONFIG_PATH} ]
if [ -d "${STACK_CONFIG_PATH}/templates" ]
then
cp -r "${STACK_CONFIG_PATH}/templates" ${STACK_LOCATION}/spack/share/spack
fi
if [ -d "${STACK_CONFIG_PATH}/licenses" ]
then
cp -r "${STACK_CONFIG_PATH}/licenses/*" ${STACK_LOCATION}/spack/etc/spack
cp -r "${STACK_CONFIG_PATH}/licenses" ${STACK_LOCATION}/spack/etc/spack
fi
Loading