willgpaik/gmt5_aci:latest
$ singularity pull shub://willgpaik/gmt5_aci:latest
Singularity Recipe
BootStrap: shub
From: shub://willgpaik/centos7_aci:latest
%setup
%files
%environment
%runscript
%post
yum -y install cmake \
subversion \
libcurl-devel \
netcdf-devel \
gdal-devel \
pcre-devel \
fftw3-devel \
lapack-devel \
openblas-devel
mkdir -p /opt/sw/
cd /opt/sw
git clone https://github.com/GenericMappingTools/gmt.git
wget -nc ftp://ftp.star.nesdis.noaa.gov/pub/sod/lsa/gmt/gshhg-gmt-2.3.7.tar.gz
wget -nc ftp://ftp.star.nesdis.noaa.gov/pub/sod/lsa/gmt/dcw-gmt-1.1.4.tar.gz
tar -xf gshhg-gmt-2.3.7.tar.gz
tar -xf dcw-gmt-1.1.4.tar.gz
cd gmt
mkdir build
cd build
cmake .. -DGSHHG_ROOT=../../gshhg-gmt-2.3.7 \
-DDCW_ROOT=../../dcw-gmt-1.1.4
make && make install
cd /opt/sw
rm *.tar.gz
Collection
- Name: willgpaik/gmt5_aci
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/willgpaik-gmt5_aci-latest |
collection name | willgpaik/gmt5_aci |
branch | master |
tag | latest |
commit | 695883b06d3f686d02e2517cc036cfd02d94abbd |
version (container hash) | 9bd9adecf2a7204fb61da56e16e70fbb |
build date | 2019-07-19T15:27:39.042Z |
size (MB) | 3899.0 |
size (bytes) | 1681870879 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.