pescobar/singularity-easybuild:latest

$ singularity pull shub://pescobar/singularity-easybuild:latest

Singularity Recipe

BootStrap: docker
From: centos
Include: yum

# If you want the updates (available at the bootstrap date) to be installed
# inside the container during the bootstrap instead of the General Availability
# point release (7.x) then uncomment the following line
#UpdateURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/updates/$basearch/


%runscript
    echo "This is what happens when you run the container..."


%post
    export EASYBUILD_VERSION="3.5.2"
    yum -y install gcc
    yum -y install gcc-c++
    yum -y install glibc-static       # workaround for intel stack protector bug
    yum -y install glibc.i686	      # workaround for OpenBLAS bug
    yum -y install make
    yum -y install glib2-devel        # osbuilddepends for some module
    yum -y install texlive            # osbuilddepends for some module
    yum -y install openssl-devel
    yum -y install libibverbs-devel
    yum -y install tar bzip2 gzip unzip
    yum -y install tcsh
    yum -y install which
    yum -y install wget
    yum -y install epel-release
    yum -y install python-pip
    yum -y install Lmod
    yum -y install python-setuptools
    yum -y install git
    yum -y install patch
    yum -y install GitPython
    yum -y install file
    yum -y install perl-Data-Dumper   # for build of autoconf-2.69
    yum -y install perl-Thread-Queue  # for build of automake-1.15
    yum -y install libX11-devel       # for Tk
    yum -y install m4                 # missed 'nettle' dependency
    yum -y install strace             # for debugging
    yum -y install emacs-nox          # for debugging
    pip install --upgrade pip
    pip install easybuild==$EASYBUILD_VERSION
    pip install pycodestyle           # for eb --check-style

Collection


View on Datalad

Metrics

key value
id /containers/pescobar-singularity-easybuild-latest
collection name pescobar/singularity-easybuild
branch master
tag latest
commit 2ef994dfff0be682424ab333c21525314a2b477c
version (container hash) c21299fe294a95bd6b28da6d40a5a4b4
build date 2018-03-03T01:06:29.796Z
size (MB) 990
size (bytes) 367177759
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.