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
bdd046f0
Commit
bdd046f0
authored
2 years ago
by
Oriol Tintó
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix in build_enstools.sh. Adding installation of a specific version of numpy.
parent
6e918a4e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/build_enstools.sh
+3
-1
3 additions, 1 deletion
templates/build_enstools.sh
with
3 additions
and
1 deletion
templates/build_enstools.sh
+
3
−
1
View file @
bdd046f0
...
@@ -31,7 +31,7 @@ if [ $(
...
@@ -31,7 +31,7 @@ if [ $(
)
-ne
0
]
;
then
)
-ne
0
]
;
then
echo
"Installing a version of python3"
echo
"Installing a version of python3"
# Compile openmpi with schedulers=slurm
# Compile openmpi with schedulers=slurm
spack
install
python
3
@3.8:
spack
install
python@3.8:
else
else
echo
"py-enstools-compression already installed!"
echo
"py-enstools-compression already installed!"
fi
fi
...
@@ -50,4 +50,6 @@ source venv/bin/activate
...
@@ -50,4 +50,6 @@ source venv/bin/activate
ln
-sf
$(
which python3
)
${
WORKDIR
}
/python3
ln
-sf
$(
which python3
)
${
WORKDIR
}
/python3
# Install enstools-compression via pip
# Install enstools-compression via pip
# TODO: Due to a incompatibility issue between latest numba and numpy I have to add this here. Hopefully removable soon.
pip
install
numpy
==
1.23
pip
install
enstools-compression
pip
install
enstools-compression
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