Skip to content

Commit d90bfd2

Browse files
authored
Update Singularity
1 parent 0641536 commit d90bfd2

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

Singularity

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ From:ubuntu:18.04
77

88
%labels
99
Maintainer Emily Dolson
10-
Version 0.0.0
10+
Version 2.0.0
1111

1212
################################################################################
1313
# Copy any necessary files into the container
@@ -21,21 +21,7 @@ Version 0.0.0
2121
################################################################################
2222
apt-get update
2323
apt-get install -y software-properties-common
24-
25-
apt-get install -y wget
26-
27-
add-apt-repository -y ppa:ubuntu-toolchain-r/test
28-
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
29-
apt-add-repository "deb https://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main"
30-
31-
apt-get update -qq
32-
33-
apt-get install -y -qq g++-8
34-
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
35-
apt-get install -y cmake build-essential python-virtualenv python-pip nodejs tar gzip libclang-7-dev llvm-7 clang-7 libstdc++-7-dev gdb
36-
37-
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-7 1000
38-
update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-7 1000
24+
apt install -y libclang-dev llvm-dev clang
3925

4026
################################################################################
4127
# Run the user's login shell, or a user specified command

0 commit comments

Comments
 (0)