Skip to content
Snippets Groups Projects
Commit 70d1abd8 authored by Paolo Veglio's avatar Paolo Veglio
Browse files

updated setup to work on sipssci1 and neige

parent 2a21cc86
No related branches found
No related tags found
No related merge requests found
Pipeline #54739 failed with stages
in 15 seconds
......@@ -18,6 +18,7 @@ classifiers = [
'Programming Language :: C',
]
dependencies = [
'hatch',
'Cython',
'wheel',
'setuptools',
......@@ -80,7 +81,7 @@ all = [
]
[tool.black]
target-version = ['py39']
target-version = ['py310']
line-length = 100
# skip-string-normalization = true
......
......@@ -35,6 +35,9 @@ include_dirs = [
"/opt/hdf4/nocdf-4.2.14-gcc-8.3/include",
"/opt/hdfeos2/2.20-gcc-8.3/include",
"/opt/netcdf4/4.7.0-gcc-8.3/include",
"/opt/hdf4/nocdf-4.2.15-gcc-11.2/include",
"/opt/hdfeos2/2.20-gcc-11.2/include",
"/opt/netcdf4/4.8.1-gcc-11.2/include",
"/usr/include/hdf",
"/usr/local/include",
numpy.get_include(),
......@@ -44,6 +47,9 @@ library_dirs = [
"/opt/hdf4/4.2.14-gcc-8.3/lib",
"/opt/hdfeos2/2.20-gcc-8.3/lib",
"/opt/netcdf4/4.7.0-gcc-8.3/lib",
"/opt/hdf4/nocdf-4.2.15-gcc-11.2/lib",
"/opt/hdfeos2/2.20-gcc-11.2/lib",
"/opt/netcdf4/4.8.1-gcc-11.2/lib",
"/usr/lib64",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment