Merge branch 'master' into fix-memory-leaks

This commit is contained in:
Anthony Scemama 2022-07-11 10:56:25 +02:00 committed by GitHub
commit c497bcedab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ $(qmckl_include_i): $(qmckl_h) $(process_header_py)
$(qmckl_py): $(qmckl_i) $(qmckl_include_i)
swig -Iinclude -Ipython/src -python -py3 -builtin -o $(qmckl_wrap_c) $(qmckl_i)
$(srcdir)/tools/missing swig -Iinclude -Ipython/src -python -py3 -builtin -o $(qmckl_wrap_c) $(qmckl_i) || :
$(qmckl_wrap_c): $(qmckl_py)