Skip to content

Commit 1e8fe24

Browse files
author
meister
committed
Renamed apptainer files
1 parent d90a495 commit 1e8fe24

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

apptainer/cando-arch.def

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
BootStrap: docker
22
From: ghcr.io/yitzchak/archlinux-makepkg:latest
33

4+
%files
5+
$HOME/Downloads/UDB-Corporate-8.0.0 /downloads/udb
6+
47
%post
58
pacman -Syu --noconfirm binutils inetutils boost clang gmp fmt libunwind llvm ninja sbcl jupyterlab emacs openssh netcdf expat gocryptfs nodejs npm
9+
(cd /downloads/udb; make install)
610
cd /mnt
711
./koga --extensions=cando --build-mode=bytecode-faso --llvm-config="/usr/bin/llvm-config" --build-path=build-apptainer/
812
ninja -C build-apptainer
@@ -16,10 +20,14 @@ From: ghcr.io/yitzchak/archlinux-makepkg:latest
1620
export PATH="/home/cando/miniconda3/bin:${PATH}"
1721
conda install -y -c conda-forge jupyterlab sidecar ambertools
1822
jupyter-lab build
23+
mkdir /home/cando/.cache
24+
cando -e "(load -e "(ql:quickload :cando-jupyter)" -e "(core:exit)"
1925
chmod -R ugo+rw /home/cando/
2026

2127
%environment
2228
export PATH="/home/cando/miniconda3/bin:${PATH}"
2329
export AMBERHOME=/home/cando/miniconda3
30+
export XDG_CACHE_HOME=/home/cando/.cache
31+
2432

2533

File renamed without changes.

apptainer/cando.def renamed to apptainer/old-cando.def

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
BootStrap: docker
22
From: ubuntu:lunar
33

4+
%files
5+
$HOME/Downloads/UDB-Corporate-8.0.0 /downloads/udb
6+
47
%post
58
apt-get update
69
apt-get upgrade -y
710
apt-get install -y -o Dpkg::Options::="--force-overwrite" nano wget sudo git locales curl python3-pip iputils-ping iproute2 nodejs npm binutils-gold clang-16 libclang-16-dev libfmt-dev libboost-dev libclang-cpp16-dev libelf-dev libgmp-dev libunwind-dev llvm-16 ninja-build sbcl pkg-config libnetcdf-dev libczmq-dev libexpat1-dev
11+
(cd /downloads/udb; make install)
812
echo 'en_US.UTF-8 UTF-8' >/etc/locale.gen
913
locale-gen
1014
cd /mnt

0 commit comments

Comments
 (0)