Skip to content

Commit

Permalink
Updated Singularity definition file with the simple multovltest
Browse files Browse the repository at this point in the history
  • Loading branch information
Teacher committed Apr 26, 2022
1 parent 5800aa9 commit a665027
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions containers/singularity/multovl.def
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

# -- Build stage --

# https://cloud.sylabs.io/library/andras.aszodi/default/ubuntu_devboost
# https://cloud.sylabs.io/library/andras.aszodi/default/ubuntu_devboost:latest
Bootstrap: library
From: andras.aszodi/default/ubuntu_devboost
From: andras.aszodi/default/ubuntu_devboost:latest
Stage: build

%setup
Expand Down Expand Up @@ -79,6 +79,13 @@ Stage: prod
# to the same location in the "prod" stage
/usr/local/multovl-1.3

%test
# A very simple test harness to check if the main 'multovl' executable is working
/usr/local/multovl-1.3/bin/multovltest.sh /usr/local/multovl-1.3/bin/multovl
if [ $? -ne 0 ]; then
exit 1
fi

# Information
%labels
Author András Aszódi
Expand Down

0 comments on commit a665027

Please sign in to comment.