1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-22 18:57:40 +02:00

Merge branch 'TREX-CoE:master' into qmckl_dgemm_integration

This commit is contained in:
vijay 2022-08-09 09:21:01 +02:00 committed by GitHub
commit f5d3d446a3
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)