easyconfigs-it4i/p/PROJ/PROJ-4.9.2-intel-2017.00.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

31 lines
839 B
Plaintext

##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2014-2015 The Cyprus Institute
# Authors:: Thekla Loizou <t.loizou@cyi.ac.cy>
# License:: MIT/GPL
#
##
easyblock = 'ConfigureMake'
name = 'PROJ'
version = '4.9.2'
homepage = 'http://trac.osgeo.org/proj/'
description = """Program proj is a standard Unix filter function which converts
geographic longitude and latitude coordinates into cartesian coordinates"""
toolchain = {'name': 'intel', 'version': '2017.00'}
toolchainopts = {'opt': True, 'pic': True, 'usempi': True}
source_urls = ['http://download.osgeo.org/proj/']
sources = [SOURCELOWER_TAR_GZ]
sanity_check_paths = {
'files': ['bin/cs2cs', 'bin/geod', 'bin/invgeod', 'bin/invproj',
'bin/nad2bin', 'bin/proj'],
'dirs': [],
}
moduleclass = 'lib'