Skip to content
Snippets Groups Projects
Commit 5ce16fb2 authored by Samuel Burbulla's avatar Samuel Burbulla Committed by Andreas Dedner
Browse files

Use the dune configure call also in packagemetadata.

parent 698f4c45
No related branches found
No related tags found
1 merge request!932Merge of small MRs that make changes to the Python bindings
......@@ -371,7 +371,7 @@ def metaData(version=None, dependencyCheck=True):
class dunepyinstall(build_py):
def run(self):
build_py.run(self)
configure()
subprocess.call([sys.executable, '-m', 'dune', 'configure'])
setupParams['cmdclass'] = {'build_py': dunepyinstall}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment