Skip to content
Snippets Groups Projects
Commit 630f05cc authored by Alexandre Strube's avatar Alexandre Strube
Browse files

PROJ 8

parent 46a69044
No related branches found
No related tags found
No related merge requests found
##
# 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 = '8.1.0'
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': 'GCCcore', 'version': '11.2.0'}
toolchainopts = {'pic': True}
source_urls = ['http://download.osgeo.org/proj/']
sources = [SOURCELOWER_TAR_GZ]
builddependencies = [
('binutils', '2.37'),
('SQLite', '3.36'),
('LibTIFF', '4.3.0'),
('cURL', '7.78.0'),
('pkg-config', '0.29.2'),
]
sanity_check_paths = {
'files': ['bin/cct', 'bin/cs2cs', 'bin/geod', 'bin/gie', 'bin/proj',
'bin/projinfo', 'lib/libproj.a', 'lib/libproj.%s' % SHLIB_EXT],
'dirs': ['include'],
}
moduleclass = 'lib'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment