From a385fa70104fdd98356410ed7c2af6a8de246098 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 16 Jan 2023 14:58:35 +0100 Subject: [PATCH] Cleaned also python --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index aaba434..bf17f0d 100644 --- a/python/setup.py +++ b/python/setup.py @@ -92,7 +92,7 @@ h5_ldflags = h5_ldflags_withl.split(" ")[0] if not do_sdist else "" pytrexio_module = Extension('pytrexio._pytrexio', sources = [os.path.join(srcpath, code) for code in c_files], include_dirs = [h5_cflags, srcpath, numpy_includedir], - libraries = ['hdf5', 'hdf5_hl'], + libraries = ['hdf5' ], extra_compile_args = [ '-std=c99', '-Wno-discarded-qualifiers',