Skip to content
Snippets Groups Projects
Commit a7749125 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

update singularity to use the lapacke versions (and include relevant libs)

parent 3d453570
Branches
Tags
No related merge requests found
......@@ -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 \{\} \;
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment