mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
20 lines
378 B
Plaintext
20 lines
378 B
Plaintext
easyblock = 'Tarball'
|
|
|
|
name = 'GSHHG'
|
|
version = '2.3.4'
|
|
|
|
homepage = 'http://gmt.soest.hawaii.edu/projects/gmt'
|
|
description = """country polygons for GMT"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['ftp://ftp.geologi.uio.no/pub/gmt']
|
|
sources = ['%(namelower)s-gmt-%(version)s.tar.gz']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['binned_GSHHS_f.nc'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'geo'
|