Skip to content

Commit

Permalink
libdeflate
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Oct 26, 2022
1 parent c74ce4e commit dfdef0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions singularity/lorax.def
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Build image
BootStrap: library
From: ubuntu:16.04
From: ubuntu:22.04
Stage: build

%post
apt-get -y update
apt-get install -y autoconf build-essential cmake g++ gfortran git libcurl4-gnutls-dev hdf5-tools libboost-date-time-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libbz2-dev libhdf5-dev libncurses-dev liblzma-dev zlib1g-dev
apt-get install -y autoconf build-essential cmake g++ gfortran git libcurl4-gnutls-dev hdf5-tools libboost-date-time-dev libboost-program-options-dev libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libbz2-dev libhdf5-dev libncurses-dev liblzma-dev zlib1g-dev libdeflate-dev
apt-get clean
rm -rf /var/lib/apt/lists/*
cd /opt
Expand Down

0 comments on commit dfdef0c

Please sign in to comment.