Skip to content
Snippets Groups Projects
Commit 09f1ee6e authored by Daniel Filipe Jana's avatar Daniel Filipe Jana
Browse files

Merge branch 'packages/gurobi' into 'main'

Add gurobi 11

See merge request !15
parents d85cc47b 3dda959e
No related branches found
No related tags found
1 merge request!15Add gurobi 11
Pipeline #211384 passed
......@@ -58,10 +58,6 @@ cp ${STACK_CONFIG_PATH}/spack.yaml ${SPACK_SYSTEM_CONFIG_PATH}
replace_placholders ${SPACK_SYSTEM_CONFIG_PATH}/spack.yaml
cp -r "${STACK_CONFIG_PATH}/templates" ${SPACK_SYSTEM_CONFIG_PATH}
for file in mirrors packages concretizer config definitions modules
do
for suffix in ${!file_mapping[@]}
......@@ -78,12 +74,16 @@ do
done
done
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
fi
cat <<EOF > ${SPACK_SYSTEM_CONFIG_PATH}/config_stack.yaml
config:
template_dirs:
- ${SPACK_SYSTEM_CONFIG_PATH}/templates
EOF
cat <<EOF > ${SPACK_SYSTEM_CONFIG_PATH}/modules_stack.yaml
modules:
......
......@@ -12,6 +12,7 @@ definitions:
- git-lfs
- gmp
- gnuplot
- gurobi
- gzip
- intel-oneapi-advisor
- intel-oneapi-inspector
......@@ -281,7 +282,6 @@ definitions:
- cfdplusplus
- comsol
- fdtd
- gurobi
- gaussian
- matlab
- maple
......
TOKENSERVER=scitas-lic-srv.epfl.ch
......@@ -112,6 +112,9 @@ packages:
gnuplot:
require: ['@5.4.10', '+cairo']
gurobi:
require: ['@11.0.3']
hdf5:
prefer:
- spec: '@1.14.3'
......@@ -479,12 +482,6 @@ packages:
externals:
- {spec: gaussian@g16-A.03, prefix: /ssoft/spack/external/gaussian/g16-A.03/avx2}
- {spec: gaussian@g16-C.01, prefix: /ssoft/spack/external/gaussian/g16-C.01/avx2}
gurobi:
buildable: false
externals:
- {spec: gurobi@8.1.1, prefix: /ssoft/spack/external/gurobi/8.1.1}
- {spec: gurobi@9.5.2, prefix: /ssoft/spack/external/gurobi/9.5.2}
- {spec: gurobi@10.0.1, prefix: /ssoft/spack/external/gurobi/10.0.1}
maple:
buildable: false
externals:
......
......@@ -14,8 +14,6 @@ spack:
- definitions_accel.yaml
- definitions_env.yaml
- config_stack.yaml
modules:
default:
lmod:
......
......@@ -14,8 +14,6 @@ spack:
- definitions_env.yaml
- definitions_stack.yaml
- config_stack.yaml
modules:
default:
lmod:
......
......@@ -14,8 +14,6 @@ spack:
- definitions_env.yaml
- definitions_stack.yaml
- config_stack.yaml
modules:
default:
lmod:
......
......@@ -14,8 +14,6 @@ spack:
- definitions_env.yaml
- definitions_stack.yaml
- config_stack.yaml
modules:
default:
lmod:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment