NuWro/builds:17.09

$ singularity pull shub://NuWro/builds:17.09

Singularity Recipe

# Ubuntu 14.04 based container with ROOT 5 and NuWro 17.09

BootStrap: shub
From: NuWro/builds:root5

%help
See NuWro User Guide at https://nuwro.github.io/user-guide/

%labels
NuWro 17.09

%post
    export ROOTSYS=/opt/root/
    export PATH=$PATH:$ROOTSYS/bin/
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTSYS/lib/

    ##### INSTALL NuWro #####

    cd /opt/

    # to avoid "Problem with the SSL CA cert (path? access rights?)" 
    update-ca-certificates
    git clone -b nuwro_17.09 --depth 1 https://github.com/NuWro/nuwro.git
    cd nuwro
    make

%runscript
    exec /opt/nuwro/bin/nuwro "$@"

Collection


View on Datalad

Metrics

key value
id /containers/NuWro-builds-17.09
collection name NuWro/builds
branch master
tag 17.09
commit 97d9e845276a40bd8d120666898e1f30e42cf537
version (container hash) 5e73f4254385d51e4cded541ee7b04e7
build date 2021-02-05T15:55:49.441Z
size (MB) 1424
size (bytes) 418443295
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.