Updated Champ

This commit is contained in:
root 2024-04-11 12:09:59 +02:00
parent ac6ab1c548
commit 01a921070b

View File

@ -13,17 +13,17 @@ From: ubuntu:22.04
export LC_ALL=$LANG export LC_ALL=$LANG
export OMP_NUM_THREADS=1 export OMP_NUM_THREADS=1
%files
champ.def /opt/install/champ.def
../lib/install_champ.sh /opt/install/install_champ.sh
../lib/install_qmckl.sh /opt/install/install_qmckl.sh
../lib/install_trexio.sh /opt/install/install_trexio.sh
../lib/install_trexio_python.sh /opt/install/install_trexio_python.sh
../lib/install_oneapi.sh /opt/install/install_oneapi.sh
%setup %setup
# mkdir -p ${APPTAINER_ROOTFS}/opt/install mkdir -p ${APPTAINER_ROOTFS}/opt/install
# cp champ.def ${APPTAINER_ROOTFS}/opt/install/champ.def cp environment.sh ${APPTAINER_ROOTFS}/opt/
cp champ.def \
../lib/setup_image.sh \
../lib/install_champ.sh \
../lib/install_qmckl.sh \
../lib/install_trexio.sh \
../lib/install_trexio_python.sh \
../lib/install_oneapi.sh \
${APPTAINER_ROOTFS}/opt/install
%post %post
cd /opt/install cd /opt/install