pescobar/singularity-openmalaria:38.0

$ singularity pull shub://pescobar/singularity-openmalaria:38.0

Singularity Recipe

Bootstrap: docker
From: centos:7

%post

   export OPENMALARIA_VERSION="38.0"

   # install the OpenMalara dependencies
   yum -y install epel-release
   yum -y install \
   boost-devel \
   cmake \
   gcc-c++ \
   glibc-devel \
   gsl-devel \
   make \
   wget \
   xerces-c-devel \
   xsd \
   zlib-devel
   yum clean all

   # download the source code and compile it
   cd /usr/local/src/
   wget https://github.com/SwissTPH/openmalaria/archive/schema-${OPENMALARIA_VERSION}.tar.gz
   tar xf schema-${OPENMALARIA_VERSION}.tar.gz
   mkdir -p /usr/local/src/openmalaria-schema-${OPENMALARIA_VERSION}/build/
   cd /usr/local/src/openmalaria-schema-${OPENMALARIA_VERSION}/build/
   cmake ..
   make
   cp openMalaria /usr/local/bin

%runscript
   exec openMalaria "$@"

%apprun openmalaria
   openMalaria "@"

Collection


View on Datalad

Metrics

key value
id /containers/pescobar-singularity-openmalaria-38.0
collection name pescobar/singularity-openmalaria
branch master
tag 38.0
commit b62c456f42babe6e95626fab62737068cb399851
version (container hash) f42ace4a28cf89076fefb65b004770f1
build date 2018-09-13T14:30:55.193Z
size (MB) 672
size (bytes) 186212383
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.