Skip to content

Commit

Permalink
Apptainer move to Ubuntu 24 (g++ version >= 12)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcais committed Sep 27, 2024
1 parent 966a2fc commit 5d44516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mdsscope.def
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Bootstrap: docker
From: ubuntu:22.04
From: ubuntu:24.04
Stage: devel

%arguments
Expand All @@ -15,7 +15,7 @@ Stage: devel
%post
# System installation
apt update
apt install -y --no-install-recommends tup yaggo build-essential libxxhash-dev
apt install -y --no-install-recommends tup fuse3 yaggo build-essential libxxhash-dev pkg-config

# Build mdsscope for each of the parameters in params.
(
Expand All @@ -37,7 +37,7 @@ Stage: devel
done

Bootstrap: docker
From: ubuntu:22.04
From: ubuntu:24.04
Stage: final

%help
Expand Down Expand Up @@ -71,4 +71,4 @@ Stage: final
find $d -type f -executable | while read f; do
$f --help > /dev/null
done
done
done

0 comments on commit 5d44516

Please sign in to comment.