Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
de9ffa8e
Commit
de9ffa8e
authored
2 years ago
by
Carlos Gonzalez
Browse files
Options
Downloads
Patches
Plain Diff
fix typo foss module name
parent
376c5607
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/c/Cartopy/Cartopy-0.21.0-foss-2022a.eb
+51
-0
51 additions, 0 deletions
Golden_Repo/c/Cartopy/Cartopy-0.21.0-foss-2022a.eb
with
51 additions
and
0 deletions
Golden_Repo/c/Cartopy/Cartopy-0.21.0-foss-2022a.eb
0 → 100644
+
51
−
0
View file @
de9ffa8e
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
# Updated: Denis Kristak
easyblock = 'PythonBundle'
name = 'Cartopy'
version = '0.21.0'
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."""
toolchain = {'name': 'foss', 'version': '2022a'}
dependencies = [
('Python', '3.10.4'),
('Fiona', '1.8.22'),
('GDAL', '3.5.0'),
('GEOS', '3.11.1'),
('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('matplotlib', '3.5.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('Shapely', '1.8.5.post1'),
('lxml', '4.9.1'),
('Pillow-SIMD', '9.2.0'),
('PROJ', '9.0.0'),
('PyYAML', '6.0'),
('pyproj', '3.4.0'),
]
use_pip = True
sanity_pip_check = True
# owslib 0.26.0 requires pyproj < 3.3.0
exts_list = [
('OWSLib', '0.27.2', {
'checksums': ['e102aa2444dfe0c8439ab1e1776cc0fa47cea28c09b8a28212c893c6017c179b'],
}),
('pyepsg', '0.4.0', {
'checksums': ['2d08fad1e7a8b47a90a4e43da485ba95705923425aefc4e2a3efa540dbd470d7'],
}),
('pykdtree', '1.3.6', {
'checksums': ['780b693d0555b857d7aab31e35d4293bf4ebdb9dec7a45ba4bb23b4400f626dc'],
}),
('pyshp', '2.3.1', {
'modulename': 'shapefile',
'checksums': ['4caec82fd8dd096feba8217858068bacb2a3b5950f43c048c6dc32a3489d5af1'],
}),
(name, version, {
'checksums': ['ce1d3a28a132e94c89ac33769a50f81f65634ab2bd40556317e15bd6cad1ce42'],
}),
]
moduleclass = 'geo'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment