|
@@ -47,6 +47,7 @@ dependencies = [
|
|
|
('HDF5', '1.8.18'),
|
|
|
('netCDF', '4.4.1.1'),
|
|
|
('netCDF-Fortran', '4.4.4'),
|
|
|
+ ('UDUNITS', '2.2.24'),
|
|
|
('GDAL', '2.2.0'),
|
|
|
('GEOS', '3.6.1'),
|
|
|
# OS dependency should be preferred if the os version is more recent then this version,
|
|
@@ -650,6 +651,10 @@ exts_list = [
|
|
|
('glmmML', '1.0.2', ext_options),
|
|
|
('ucminf', '1.1-4', ext_options),
|
|
|
('ordinal', '2015.6-28', ext_options),
|
|
|
+ ('classInt', '0.1-24', ext_options),
|
|
|
+ ('rgeos', '0.3-26', ext_options),
|
|
|
+ ('sf', '0.5-5', ext_options),
|
|
|
+ ('velox', '0.2.0', ext_options),
|
|
|
]
|
|
|
|
|
|
moduleclass = 'lang'
|