Fix #236
A collection of smaller changes to setup-dunepy.py
to fix #236 (closed)
Merge request reports
Activity
mentioned in issue #236 (closed)
added 1 commit
- 17c39415 - [python] only cmake split argument, if they contain "="
mentioned in issue #238 (closed)
Just checked 17c39415 and everything works fine with my setup
added 1 commit
- ead43f11 - [python] store cmake argumets simply as a list
added 1 commit
- 5ee6c45d - [python] store cmake argumets simply as a list
added 1 commit
- f7085563 - [python] store cmake argumets simply as a list
added 1 commit
- 205eac49 - debug info, as I can't reproduce the error at home
added 1 commit
- 5fccea67 - [python] store cmake argumets simply as a list
@andreas.dedner can you give the current version a try on your setup. I had some problems testing this properly, but it seems to work now.
added 1 commit
- c350155d - add `wheel` to required packages in dune.module
Still works for me.
I just noticed something that I would like to fix: the order in which
make install_python
is called insetup-dunepy
does not match dependencies which means thatdune-common
is not (always) the first where the install is called. It didn't make a difference so far but if we add thepyroject.toml
file to havewheel
installed (see #239 (closed)) then it would be good to havedune-common
first so that this file only needs to be added indune-common
and not in all downstream modules.added 1 commit
- 85801614 - fix the order in which dune modules are processed when calling `make...
added 1 commit
- 7a4cb489 - change to CMakeLists.txt added by mistake in previous commit
added 1 commit
- 15f2151a - catch exception when calling make install_python for an installed module.
mentioned in commit 9a4f79ad