Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2w
autoicon
Commits
73ce91b5
Commit
73ce91b5
authored
2 years ago
by
Oriol Tintó
Browse files
Options
Downloads
Patches
Plain Diff
Changing %icon.spack_cmd% for %spack.build_cmd%
parent
f0f717c6
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
Switching to the advanced configuration method and fixing spack build.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/common/build_icon.sh
+2
-2
2 additions, 2 deletions
templates/common/build_icon.sh
with
2 additions
and
2 deletions
templates/common/build_icon.sh
+
2
−
2
View file @
73ce91b5
...
@@ -14,7 +14,7 @@ cd ${WORKDIR}
...
@@ -14,7 +14,7 @@ cd ${WORKDIR}
.
${
WORKDIR
}
/proj/platforms/common/spack_utils.sh
.
${
WORKDIR
}
/proj/platforms/common/spack_utils.sh
load_spack
"%spack.init%"
"%spack.root%"
"%spack.url%"
"%spack.branch%"
"%spack.compiler%"
"%spack.disable_local_config%"
"%spack.user_cache_path%"
load_spack
"%spack.init%"
"%spack.root%"
"%spack.url%"
"%spack.branch%"
"%spack.compiler%"
"%spack.disable_local_config%"
"%spack.user_cache_path%"
SPACK_BUILD_ICON
=
"%
icon.
spack_cmd%"
SPACK_BUILD_ICON
=
"%spack
.build
_cmd%"
if
[
!
-z
"
$SPACK_BUILD_ICON
"
]
;
then
if
[
!
-z
"
$SPACK_BUILD_ICON
"
]
;
then
echo
"Installing ICON with spack!"
echo
"Installing ICON with spack!"
echo
"cmd=
$SPACK_BUILD_ICON
"
echo
"cmd=
$SPACK_BUILD_ICON
"
...
@@ -22,7 +22,7 @@ if [ ! -z "$SPACK_BUILD_ICON" ]; then
...
@@ -22,7 +22,7 @@ if [ ! -z "$SPACK_BUILD_ICON" ]; then
spack
install
$SPACK_BUILD_ICON
spack
install
$SPACK_BUILD_ICON
spack load
$SPACK_BUILD_ICON
spack load
$SPACK_BUILD_ICON
else
else
echo
"%icon.spack_cmd% is not defined. If you want to compile icon with spack, please provide a spack compile instruction string in your
proj
.y
a
ml"
echo
"
\
%
icon.spack_cmd
\
%
is not defined. If you want to compile icon with spack, please provide a spack compile instruction string in your
build
.yml"
fi
fi
# Need to get ECCODES DWD definitions:
# Need to get ECCODES DWD definitions:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment