Skip to content
Snippets Groups Projects
Commit 2c3d1dff authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Correcting specs

parent 1745b840
No related branches found
No related tags found
No related merge requests found
Pipeline #197599 canceled
...@@ -49,21 +49,15 @@ done ...@@ -49,21 +49,15 @@ done
cp -r "${STACK_CONFIG_PATH}/templates" ${SPACK_SYSTEM_CONFIG_PATH} cp -r "${STACK_CONFIG_PATH}/templates" ${SPACK_SYSTEM_CONFIG_PATH}
if [ ! -e ${SPACK_SYSTEM_CONFIG_PATH}/config.yaml ]
then
echo "config:" >> ${SPACK_SYSTEM_CONFIG_PATH}/config.yaml
fi
cat <<EOF >> ${SPACK_SYSTEM_CONFIG_PATH}/config.yaml cat <<EOF >> ${SPACK_SYSTEM_CONFIG_PATH}/config_stack.yaml
config:
template_dirs: template_dirs:
- ${SPACK_SYSTEM_CONFIG_PATH}/templates - ${SPACK_SYSTEM_CONFIG_PATH}/templates
build_stage:
- \$tempdir/\$user/spack-stage
EOF EOF
cat <<EOF >> ${SPACK_SYSTEM_CONFIG_PATH}/modules_stack.yaml cat <<EOF > ${SPACK_SYSTEM_CONFIG_PATH}/modules_stack.yaml
modules modules:
default: default:
roots: roots:
lmod: ${STACK_LOCATION}/spack/share/spack/lmod/${environment} lmod: ${STACK_LOCATION}/spack/share/spack/lmod/${environment}
......
...@@ -4,3 +4,6 @@ config: ...@@ -4,3 +4,6 @@ config:
install_tree: install_tree:
padded_length: 242 padded_length: 242
build_stage:
- $tempdir/$user/spack-stage
spack: spack:
include: include:
- compiler_definitions.yaml - compiler_definitions.yaml
- packages_stack.yaml - packages_stack.yaml
- packages_env.yaml - packages_env.yaml
- modules_stack.yaml - modules_stack.yaml
- definitions_env.yaml - definitions_env.yaml
- config_stack.yaml
definitions: definitions:
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# PE definition # PE definition
...@@ -44,7 +49,6 @@ spack: ...@@ -44,7 +49,6 @@ spack:
- libjpeg-turbo - libjpeg-turbo
- libpng - libpng
- libtiff - libtiff
- libxc
- libxml2 - libxml2
- lmod - lmod
- mpfr - mpfr
...@@ -75,9 +79,10 @@ spack: ...@@ -75,9 +79,10 @@ spack:
- hdf5 ~mpi - hdf5 ~mpi
- hisat2 - hisat2
- htslib - htslib
- hwloc: - hwloc
- intel-oneapi-tbb - intel-oneapi-tbb
- jasper - jasper
- libxc
- mafft - mafft
- metis - metis
- muscle - muscle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment