TMCantwell/QUfitting_NGC6251:latest

$ singularity pull shub://TMCantwell/QUfitting_NGC6251:latest

Singularity Recipe

BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum wget

%post
yum -y update
yum -y install yum-utils
yum -y groupinstall development
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y install build-essential curl git man vim autoconf libtool debootstrap squashfs-tools
yum -y install python36u
yum -y install python36u-pip
yum -y install python36u-devel
pip3.6 install --upgrade setuptools pip
yum -y install cmake lapack-devel lapack blas blas-devel
pip3.6  install progressbar2
git clone https://github.com/JohannesBuchner/MultiNest.git
cd MultiNest/build/
cmake .. && make
export LD_LIBRARY_PATH=/MultiNest/lib/:$LD_LIBRARY_PATH
cd /
yum -y install python-matplotlib scipy numpy
git clone https://github.com/JohannesBuchner/PyMultiNest.git
cd PyMultiNest
python3.6 setup.py install


%environment
export LD_LIBRARY_PATH=/MultiNest/lib/:$LD_LIBRARY_PATH

%runscript
echo "Arguments received: $*"
exec python3.6 "$@"

Collection


View on Datalad

Metrics

key value
id /containers/TMCantwell-QUfitting_NGC6251-latest
collection name TMCantwell/QUfitting_NGC6251
branch master
tag latest
commit 4d291c4550fe4f00743dcc488989ce2d506d2f8f
version (container hash) ba62c0b28c383cd9ea3e6a83c181c73e
build date 2019-01-18T10:30:23.668Z
size (MB) 1255
size (bytes) 416735263
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.