Skip to content
Snippets Groups Projects
Commit 1ddcd4ab authored by Fabian.Jakub's avatar Fabian.Jakub
Browse files

one more replacement of icon-nwp@${ICON_VERSION}%${COMPILER} to $SPACK_BUILD_ICON

parent 0857af8f
No related branches found
No related tags found
No related merge requests found
Pipeline #18765 passed
...@@ -42,7 +42,7 @@ else ...@@ -42,7 +42,7 @@ else
fi fi
# Need to get ECCODES DWD definitions: # Need to get ECCODES DWD definitions:
eccodes_version=$(spack spec icon-nwp@${ICON_VERSION}%${COMPILER} | grep eccodes | grep -o "@.*%" | grep -o "[0-9\.]*") eccodes_version=$(spack spec $SPACK_BUILD_ICON | grep eccodes | grep -o "@.*%" | grep -o "[0-9\.]*")
definitions_tar_file=eccodes_definitions.edzw-${eccodes_version}-1.tar.bz2 definitions_tar_file=eccodes_definitions.edzw-${eccodes_version}-1.tar.bz2
if [ ! -f "${definitions_tar_file}" ]; then if [ ! -f "${definitions_tar_file}" ]; then
......
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