ebothmann/sherpa-singularity:sherpa-2.2.6

$ singularity pull shub://ebothmann/sherpa-singularity:sherpa-2.2.6

Singularity Recipe

Bootstrap: shub
From: ebothmann/sherpa-singularity:mceg


%help
A Singularity file to define an image for running Sherpa 2.2.6
including support for FastJet, HepMC2, LHAPDF, Rivet, OpenLoops and
BlackHat.


%labels
    Maintainer Enrico Bothmann
    Version v0.1


%runscript
    Sherpa "$@"


%post
    echo Installing Sherpa
    mkdir /scratch
    cd /scratch
    wget https://sherpa.hepforge.org/downloads/?f=SHERPA-MC-2.2.6.tar.gz -O- | tar xz
    cd SHERPA-MC-2.2.6
    ./configure \
        --prefix=/usr/local \
        --enable-analysis \
        --enable-blackhat=/opt/blackhat-r3095 \
        --enable-fastjet=/usr/local \
        --enable-hepmc2=/usr/local \
        --enable-lhapdf=/usr/local \
        --enable-openloops=/opt/OpenLoops-1.3.1 \
        --enable-rivet=/usr/local \
        --with-sqlite3=install \
        CXXFLAGS="-O3 --std=c++11"
    make -j && make install

    cd /
    rm -rf /scratch
    ldconfig

Collection


View on Datalad

Metrics

key value
id /containers/ebothmann-sherpa-singularity-sherpa-2.2.6
collection name ebothmann/sherpa-singularity
branch master
tag sherpa-2.2.6
commit 5ef41abf41b1977bf13a875aba63b80f8acfad3d
version (container hash) 5fc642c00b456574ec4c53bb26c3b81c
build date 2019-03-01T19:49:13.735Z
size (MB) 3529
size (bytes) 796880927
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.