pescobar/netgen:5.3.1

$ singularity pull shub://pescobar/netgen:5.3.1

Singularity Recipe

BootStrap: docker
From: ubuntu:16.04

%post
    apt-get -y update
    apt-get -y install locales curl
    locale-gen en_US.UTF-8
    apt-get -y install tcl8.5-dev tk8.5-dev libtogl-dev mesa-common-dev libglu1-mesa-dev libxmu-dev tix-dev
    apt-get clean
    curl -sSL -O "https://sourceforge.net/projects/netgen-mesher/files/netgen-mesher/5.3/netgen-5.3.1.tar.gz"
    tar xf netgen-5.3.1.tar.gz
    cd netgen-*
    ./configure --with-tcl=/usr/lib/tcl8.5/ --with-tk=/usr/lib/tk8.5/
    make
    make install

%environment
    LANG=en_US.UTF-8
    LANGUAGE=en_US:en
    LC_ALL=en_US.UTF-8
    export LANG LANGUAGE LC_ALL
    export LD_LIBRARY_PATH=/opt/netgen/lib:$LD_LIBRARY_PATH
    export PATH=/opt/netgen/bin:$PATH
    export NETGENDIR=/opt/netgen/bin

%runscript
    netgen

Collection


View on Datalad

Metrics

key value
id /containers/pescobar-netgen-5.3.1
collection name pescobar/netgen
branch master
tag 5.3.1
commit df9d4d27b8b5f4755c755143ad494c0a56926a18
version (container hash) 296e60c7bc3fc7c8b579e268e10e628d
build date 2018-03-04T20:03:49.310Z
size (MB) 745
size (bytes) 251432991
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.