1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 08:53:47 +02:00

Merge pull request #85 from v1j4y/fix_build_python3

Fix for compatibility with python3.
This commit is contained in:
Anthony Scemama 2022-08-08 18:18:16 +02:00 committed by GitHub
commit 92e67bec20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ cppcheck.out: $(qmckl_h)
$(qmckl_include_i): $(qmckl_h) $(process_header_py)
$(MKDIR_P) python/src
python $(process_header_py) $(qmckl_h)
python3 $(process_header_py) $(qmckl_h)
mv qmckl_include.i $(qmckl_include_i)