mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
Merge pull request #85 from v1j4y/fix_build_python3
Fix for compatibility with python3.
This commit is contained in:
commit
92e67bec20
@ -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