ebothmann/sherpa-singularity:sherpa-rel-2-2-7_68ab0c9c5_caesar

$ singularity pull shub://ebothmann/sherpa-singularity:sherpa-rel-2-2-7_68ab0c9c5_caesar

Singularity Recipe

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


%help
A Singularity file to define an image for running Sherpa rel-2-2-7@68ab0c9c
(called "Caesar" here to aid the memory when having many such images laying
around) including support for FastJet, HepMC2, LHAPDF, Rivet, OpenLoops and
BlackHat.


%labels
    Maintainer Enrico Bothmann
    Version v0.1


%runscript
    Sherpa "$@"


%post
    echo Installing yum dependencies ...
    yum install -y texinfo

    echo Installing Sherpa
    mkdir /scratch
    cd /scratch
    git clone --branch rel-2-2-7 https://gitlab.com/sherpa-team/sherpa.git
    cd sherpa
    git reset --hard 68ab0c9c5459d2c4ebc463d04388eefb9493bb24
    autoreconf -i
    ./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-2.0.0 \
        --enable-rivet=/usr/local \
        --with-sqlite3=install \
        CXXFLAGS="-O3 --std=c++11"
    make -j
    make install

    cd /
    rm -rf /scratch
    ldconfig
    yum erase -y texinfo perl-Text-Unidecode perl-libintl
    yum clean all

Collection


View on Datalad

Metrics

key value
id /containers/ebothmann-sherpa-singularity-sherpa-rel-2-2-7_68ab0c9c5_caesar
collection name ebothmann/sherpa-singularity
branch master
tag sherpa-rel-2-2-7_68ab0c9c5_caesar
commit a3a9ccd9c80b8bdb4d9b76ce0341d7ff84ea7c9e
version (container hash) 23357766fc4b47574fb01fdc4f52bd70
build date 2019-03-22T14:10:54.744Z
size (MB) 3582
size (bytes) 804380703
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.