Skip to content

Commit

Permalink
Merge pull request #21928 from stefan-wolfsheimer/20241128163216_new_…
Browse files Browse the repository at this point in the history
…pr_pyproj370

{data}[GCCcore/13.3.0] pyproj v3.7.0
  • Loading branch information
smoors authored Nov 29, 2024
2 parents f9c6d86 + 73b498d commit 27aa90e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions easybuild/easyconfigs/p/pyproj/pyproj-3.7.0-GCCcore-13.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
easyblock = 'PythonPackage'

name = 'pyproj'
version = '3.7.0'

homepage = 'https://pyproj4.github.io/pyproj'
description = "Python interface to PROJ4 library for cartographic transformations"

toolchain = {'name': 'GCCcore', 'version': '13.3.0'}

sources = [SOURCE_TAR_GZ]
checksums = ['bf658f4aaf815d9d03c8121650b6f0b8067265c36e31bc6660b98ef144d81813']

builddependencies = [
('binutils', '2.42'),
('Cython', '3.0.10'),
]

dependencies = [
('Python', '3.12.3'),
('Python-bundle-PyPI', '2024.06'),
('PROJ', '9.4.1'),
]

download_dep_fail = True
use_pip = True

preinstallopts = "export PROJ_DIR=$EBROOTPROJ && "

sanity_check_paths = {
'files': ['bin/pyproj'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}

sanity_check_commands = ['pyproj --help']

sanity_pip_check = True

moduleclass = 'data'

0 comments on commit 27aa90e

Please sign in to comment.