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

added required imports in pyproject and -fcommon flag in setup.py to avoid errors with gcc>=10

parent 78a44c55
No related branches found
Tags 0.10.2
No related merge requests found
......@@ -24,6 +24,7 @@ dependencies = [
'numpy',
'xarray',
'attrs',
'rich',
'pre-commit',
]
dynamic = ['version']
......
......@@ -54,6 +54,7 @@ extensions = [
include_dirs=include_dirs,
library_dirs=library_dirs,
libraries=["netcdf"],
extra_compile_args=["-fcommon"],
),
]
......
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