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

added include paths for hdfeos in docker container

parent bfe0c1bd
No related branches found
No related tags found
No related merge requests found
Pipeline #51305 failed with stage
in 55 seconds
......@@ -8,23 +8,23 @@ from setuptools import Extension, find_packages, setup
sourcefiles = [
"mvcm/ancillary.pyx",
"mvcm/c_tools/get_Reynolds_SST.c", # SST
"mvcm/c_tools/bilinearInterpSST.c", # _|
"mvcm/c_tools/swap_bytes.c", # _|
"mvcm/c_tools/get_NDVI_background.c", # NDVI
"mvcm/c_tools/get_Olson_eco.c", # Olson eco type
"mvcm/c_tools/getcoord.c", # _|
"mvcm/c_tools/get_GEOS.c", # GEOS
"mvcm/c_tools/get_geos_times.c", # _|
"mvcm/c_tools/get_granule_times.c", # _|
"mvcm/c_tools/get_ti_vars.c", # _|
"mvcm/c_tools/get_ti_weights.c", # _|
"mvcm/c_tools/read_GEOS.c", # _|
"mvcm/c_tools/read_GEOS_constants.c", # _|
"mvcm/c_tools/read_GEOS_lndocn.c", # _|
"mvcm/c_tools/assign_geos_vals.c", # _|
"mvcm/c_tools/cithr.c", # Not sure
"mvcm/c_tools/check_reg_uniformity.c", # reg. uniformity for restoral
"mvcm/c_tools/get_Reynolds_SST.c",
"mvcm/c_tools/bilinearInterpSST.c",
"mvcm/c_tools/swap_bytes.c",
"mvcm/c_tools/get_NDVI_background.c",
"mvcm/c_tools/get_Olson_eco.c",
"mvcm/c_tools/getcoord.c",
"mvcm/c_tools/get_GEOS.c",
"mvcm/c_tools/get_geos_times.c",
"mvcm/c_tools/get_granule_times.c",
"mvcm/c_tools/get_ti_vars.c",
"mvcm/c_tools/get_ti_weights.c",
"mvcm/c_tools/read_GEOS.c",
"mvcm/c_tools/read_GEOS_constants.c",
"mvcm/c_tools/read_GEOS_lndocn.c",
"mvcm/c_tools/assign_geos_vals.c",
"mvcm/c_tools/cithr.c",
"mvcm/c_tools/check_reg_uniformity.c",
"mvcm/c_tools/get_b1_thresholds.c",
"mvcm/c_tools/conf_test.c",
]
......@@ -35,6 +35,7 @@ include_dirs = [
"/opt/hdfeos2/2.20-gcc-8.3/include",
"/opt/netcdf4/4.7.0-gcc-8.3/include",
"/usr/include/hdf",
"/usr/local/include",
numpy.get_include(),
]
......
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