From fd52d145bce7fc69325b262bebd0a24b6be7e949 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 10 Feb 2024 16:27:23 +0100 Subject: [PATCH] The Return of the H5C++ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7763efa..8dc773c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import os from Cython.Build import cythonize -#os.environ['CXX'] = 'h5c++' +os.environ['CXX'] = 'h5c++' class BuildExtCommand(build_ext): """Custom build_ext command to ensure that the submodule is retrieved and built."""