We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ccae2 commit 95198e5Copy full SHA for 95198e5
apptainer/cando-arch.def
@@ -4,7 +4,7 @@ From: ghcr.io/yitzchak/archlinux-makepkg:latest
4
%post
5
pacman -Syu --noconfirm binutils inetutils boost clang gmp fmt libunwind llvm ninja sbcl jupyterlab emacs openssh netcdf expat gocryptfs nodejs npm
6
cd /mnt
7
- ./koga --extensions=cando --llvm-config="/usr/bin/llvm-config" --build-path=build-apptainer/
+ ./koga --extensions=cando --build-mode=bytecode-faso --llvm-config="/usr/bin/llvm-config" --build-path=build-apptainer/
8
ninja -C build-apptainer
9
ninja -C build-apptainer install
10
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
0 commit comments