|
@@ -2,7 +2,6 @@ easyblock = 'PythonBundle'
|
|
|
|
|
|
name = 'ELIC_Python'
|
|
|
version = '1'
|
|
|
-versionsuffix = '-Python-%(pyver)s'
|
|
|
|
|
|
homepage = 'https://gogs.elic.ucl.ac.be'
|
|
|
description = """This repo provides additional Python and R extensions for ELIC ecosystem."""
|
|
@@ -16,14 +15,14 @@ builddependencies = [
|
|
|
dependencies = [
|
|
|
('Python', '3.8.6'),
|
|
|
('SciPy-bundle', '2020.11'),
|
|
|
- ('matplotlib', '3.3.3', versionsuffix),
|
|
|
- ('GDAL', '3.2.0', versionsuffix),
|
|
|
+ ('matplotlib', '3.3.3'),
|
|
|
+ ('GDAL', '3.2.1'),
|
|
|
('NCL', '6.6.2'),
|
|
|
- ('CDO', '1.9.9'),
|
|
|
- ('NCO', '4.9.5'),
|
|
|
+ ('CDO', '1.9.10'),
|
|
|
+ ('NCO', '4.9.7'),
|
|
|
('ncview', '2.1.7'),
|
|
|
- ('libmo_unpack', '3.1.2'),
|
|
|
- ('orca', '3.4.3'),
|
|
|
+ #('libmo_unpack', '3.1.2'),
|
|
|
+ #('orca', '3.4.3'),
|
|
|
]
|
|
|
|
|
|
exts_defaultclass = 'PythonPackage'
|
|
@@ -33,7 +32,7 @@ exts_default_options = {
|
|
|
|
|
|
exts_list = [
|
|
|
# Python deps, order is important!
|
|
|
- ('pip', '20.2.4', {
|
|
|
+ ('pip', '21.2.2', {
|
|
|
'modulename': 'pip',
|
|
|
'source_tmpl': '%(version)s.tar.gz',
|
|
|
'source_urls': ['https://github.com/pypa/pip/archive/'],
|