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

updated setup file to test CI build

parent d1733d77
No related branches found
No related tags found
No related merge requests found
Pipeline #51261 canceled with stage
in 32 seconds
*.swp *.swp
*.so *.so
*.sh
*.png *.png
*.npy *.npy
# *.nc VNP*.nc
*.vscode *.vscode
...@@ -15,3 +16,4 @@ build ...@@ -15,3 +16,4 @@ build
dev dev
__pycache__ __pycache__
notebooks/
"""Setup sources for cython.""" """Setup sources for cython."""
# from distutils.core import setup # from distutils.core import setup
# from distutils.extension import Extension # from distutils.extension import Extension
import numpy import numpy
...@@ -33,6 +34,7 @@ include_dirs = [ ...@@ -33,6 +34,7 @@ include_dirs = [
"/opt/hdf4/4.2.14-gcc-8.3/include", "/opt/hdf4/4.2.14-gcc-8.3/include",
"/opt/hdfeos2/2.20-gcc-8.3/include", "/opt/hdfeos2/2.20-gcc-8.3/include",
"/opt/netcdf4/4.7.0-gcc-8.3/include", "/opt/netcdf4/4.7.0-gcc-8.3/include",
"/usr/include",
numpy.get_include(), numpy.get_include(),
] ]
...@@ -40,6 +42,7 @@ library_dirs = [ ...@@ -40,6 +42,7 @@ library_dirs = [
"/opt/hdf4/4.2.14-gcc-8.3/lib", "/opt/hdf4/4.2.14-gcc-8.3/lib",
"/opt/hdfeos2/2.20-gcc-8.3/lib", "/opt/hdfeos2/2.20-gcc-8.3/lib",
"/opt/netcdf4/4.7.0-gcc-8.3/lib", "/opt/netcdf4/4.7.0-gcc-8.3/lib",
"/usr/lib64",
] ]
extensions = [ extensions = [
......
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
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