Skip to content
Snippets Groups Projects
Commit 378152d9 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

Merge branch 'cartopy-serial' into '2022'

Cartopy serial

See merge request hps-public/easybuild-repository!1129
parents 4df1a9ff 56de3dba
Branches
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ version = '0.20.0' ...@@ -8,7 +8,7 @@ version = '0.20.0'
homepage = 'https://scitools.org.uk/cartopy/docs/latest/' homepage = 'https://scitools.org.uk/cartopy/docs/latest/'
description = """Cartopy is a Python package designed to make drawing maps for data analysis and visualisation easy.""" description = """Cartopy is a Python package designed to make drawing maps for data analysis and visualisation easy."""
toolchain = {'name': 'gpsmpi', 'version': '2021b'} toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
dependencies = [ dependencies = [
('Python', '3.9.6'), ('Python', '3.9.6'),
......
...@@ -10,7 +10,7 @@ mappings, and iterators instead of classes specific to OGR. Fiona can read and w ...@@ -10,7 +10,7 @@ mappings, and iterators instead of classes specific to OGR. Fiona can read and w
multi-layered GIS formats and zipped virtual file systems and integrates readily with other Python GIS multi-layered GIS formats and zipped virtual file systems and integrates readily with other Python GIS
packages such as pyproj, Rtree, and Shapely.""" packages such as pyproj, Rtree, and Shapely."""
toolchain = {'name': 'gpsmpi', 'version': '2021b'} toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
dependencies = [ dependencies = [
('Python', '3.9.6'), ('Python', '3.9.6'),
......
...@@ -9,8 +9,7 @@ description = """GDAL is a translator library for raster geospatial data formats ...@@ -9,8 +9,7 @@ description = """GDAL is a translator library for raster geospatial data formats
to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for
data translation and processing.""" data translation and processing."""
toolchain = {'name': 'gpsmpi', 'version': '2021b'} toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
toolchainopts = {'usempi': True}
source_urls = ['https://download.osgeo.org/gdal/%(version)s/'] source_urls = ['https://download.osgeo.org/gdal/%(version)s/']
sources = [SOURCELOWER_TAR_XZ] sources = [SOURCELOWER_TAR_XZ]
...@@ -28,7 +27,7 @@ builddependencies = [ ...@@ -28,7 +27,7 @@ builddependencies = [
dependencies = [ dependencies = [
('binutils', '2.37'), ('binutils', '2.37'),
('Python', '3.9.6'), ('Python', '3.9.6'),
('netCDF', '4.8.1'), ('netCDF', '4.8.1', '-serial'),
('expat', '2.4.1'), ('expat', '2.4.1'),
('GEOS', '3.9.1'), ('GEOS', '3.9.1'),
('SQLite', '3.36'), ('SQLite', '3.36'),
...@@ -43,7 +42,7 @@ dependencies = [ ...@@ -43,7 +42,7 @@ dependencies = [
('PROJ', '8.1.0'), ('PROJ', '8.1.0'),
('libgeotiff', '1.7.0'), ('libgeotiff', '1.7.0'),
('SciPy-bundle', '2021.10', '', ('gcccoremkl', '11.2.0-2021.4.0')), ('SciPy-bundle', '2021.10', '', ('gcccoremkl', '11.2.0-2021.4.0')),
('HDF5', '1.12.1'), ('HDF5', '1.12.1', '-serial'),
('HDF', '4.2.15'), ('HDF', '4.2.15'),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment