Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
a7749125
Commit
a7749125
authored
1 year ago
by
Mulas, Giacomo
Browse files
Options
Downloads
Patches
Plain Diff
update singularity to use the lapacke versions (and include relevant libs)
parent
3d453570
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
containers/singularity/np-tmcode-run.def
+2
-2
2 additions, 2 deletions
containers/singularity/np-tmcode-run.def
containers/singularity/np-tmcode-run.sif
+0
-0
0 additions, 0 deletions
containers/singularity/np-tmcode-run.sif
with
2 additions
and
2 deletions
containers/singularity/np-tmcode-run.def
+
2
−
2
View file @
a7749125
...
...
@@ -11,7 +11,7 @@ Stage: np-tmcode-run-dev
%post
apt update
apt -y upgrade
apt -y install g++ gfortran make gcc-offload-nvptx libhdf5-dev
apt -y install g++ gfortran make gcc-offload-nvptx libhdf5-dev
liblapacke-dev liblapacke64-dev libopenblas-dev libopenblas-openmp-dev libopenblas64-dev libopenblas64-openmp-dev
apt -y install python3 python-is-python3 python3-regex
apt -y install doxygen
apt -y install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-font-utils
...
...
@@ -32,7 +32,7 @@ Stage: np-tmcode-run-minimal
%post
apt update
apt -y upgrade
apt -y install libgfortran5 libgcc-s1 libhdf5-103-1 libstdc++6 libssl3 libcurl4 libsz2 zlib1g libnghttp2-14 libidn2-0 librtmp1 libssh2-1 libpsl5 libgssapi-krb5-2 libldap-2.5-0 libzstd1 libbrotli1 libaec0 libunistring2 libgmp10 libkrb5-3 libk5crypto3 libcom-err2 libkrb5support0 libsasl2-2 libp11-kit0 libtasn1-6 libkeyutils1 libffi8 python3 python-is-python3 python3-regex hdf5-tools
apt -y install libgfortran5 libgcc-s1 libhdf5-103-1 libstdc++6 libssl3 libcurl4 libsz2 zlib1g libnghttp2-14 libidn2-0 librtmp1 libssh2-1 libpsl5 libgssapi-krb5-2 libldap-2.5-0 libzstd1 libbrotli1 libaec0 libunistring2 libgmp10 libkrb5-3 libk5crypto3 libcom-err2 libkrb5support0 libsasl2-2 libp11-kit0 libtasn1-6 libkeyutils1 libffi8
liblapacke64 libopenblas64-0-openmp
python3 python-is-python3 python3-regex hdf5-tools
rm -rf /var/lib/apt/lists/*
cd /usr/local/np-tmcode
find build -name "*.o" -exec rm -v \{\} \;
...
...
This diff is collapsed.
Click to expand it.
containers/singularity/np-tmcode-run.sif
+
0
−
0
View file @
a7749125
No preview for this file type
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