NuWro/builds:18.02

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

Singularity Recipe

# Ubuntu 14.04 based container with ROOT 5 and NuWro 18.02

BootStrap: shub
From: NuWro/builds:root5

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

%labels
NuWro 18.02

%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 --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
collection name NuWro/builds
branch master
tag 18.02
commit 4a855d0c66a0e68a85486036e57b4ec67fd1c78a
version (container hash) 77b0550c3e82a9cceb248e354391d3d7
build date 2021-02-03T04:46:59.217Z
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.