mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 18:16:28 +01:00
Fix for compatibility with python3.
This commit is contained in:
parent
a2b4e515e8
commit
3d4649d7d8
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user