NuWro/builds:18.02.1

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

Singularity Recipe

# Ubuntu 14.04 based container with ROOT 5 and NuWro 18.02.1

BootStrap: shub
From: NuWro/builds:root5

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

%labels
NuWro 18.02.1

%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_18.02.1 --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-18.02.1
collection name NuWro/builds
branch master
tag 18.02.1
commit 9621d331be9645666a8313cb7b17825ca957e0c6
version (container hash) ee8109437a80f0f7243077d20abf2044
build date 2021-03-04T11:49:54.459Z
size (MB) 1384
size (bytes) 421380127
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.