mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
31 lines
827 B
Plaintext
31 lines
827 B
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/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.3'
|
|
|
|
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': 'foss', 'version': '2017a'}
|
|
toolchainopts = {'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'
|