rstreatercu/C-GLASS:latest

$ singularity pull shub://rstreatercu/C-GLASS:latest

Singularity Recipe

Bootstrap: docker
From: debian:10.2-slim

%post
    apt-get update -qq
    apt-get install -qqy --no-install-recommends \
        build-essential \
        ca-certificates \
        vim \
        git \
        cmake \
        wget \
        curl \
        htop \
        pkg-config \
        doxygen \
        libyaml-cpp-dev \
        libgsl-dev \
        libfftw3-dev \
        libopenmpi-dev \
        libboost-math1.67-dev
    rm -rf ~/.cache
    mkdir /build
    cd /build
    git clone --recursive --single-branch --branch moving_otraps https://github.com/rstreatercu/C-GLASS.git .
    ./install.sh -otI
    rm -rf /build

%runscript
    cglass.exe $*

%test
    cglass.exe --version

%help
    Usage: `singularity run <C-GLASS container> [flags...] <parameter file>`

Collection


View on Datalad

Metrics

key value
id /containers/rstreatercu-C-GLASS-latest
collection name rstreatercu/C-GLASS
branch moving_otraps
tag latest
commit 89dd8b3c9647a2f6b9de2c14192fb67e8fb8551b
version (container hash) 4cd2633c47d00f3686104be151c060f5
build date 2021-04-07T17:03:46.180Z
size (MB) 795.0
size (bytes) 236478495
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.