The Return of the H5C++

This commit is contained in:
Kumi 2024-02-10 16:27:23 +01:00
parent 8771c052da
commit fd52d145bc
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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."""