-
- Downloads
Add a 'flag' argument to the 'dune_python_install_package' command which...
Add a 'flag' argument to the 'dune_python_install_package' command which contains cmake variables to store in metadata file. This is to be used to fix for example the compiler to use for dune-py but that hasn't been added to the builder yet. Also changed builddirs output to contain ';' separator (using a cmake string instead of a list). added 'cmake flags' from metadata file to CMakeLists.txt.template correctly throw exception if dune-py not available in assertHave
Showing
- .gitlab-ci.yml 5 additions, 11 deletions.gitlab-ci.yml
- cmake/modules/DunePythonInstallPackage.cmake 26 additions, 10 deletionscmake/modules/DunePythonInstallPackage.cmake
- cmake/modules/DunePythonVirtualenv.cmake 3 additions, 0 deletionscmake/modules/DunePythonVirtualenv.cmake
- cmake/scripts/WritePythonCMakeMetadata.cmake 1 addition, 1 deletioncmake/scripts/WritePythonCMakeMetadata.cmake
- dune.module 1 addition, 1 deletiondune.module
- python/CMakeLists.txt 7 additions, 0 deletionspython/CMakeLists.txt
- python/dune/common/checkconfiguration.py 2 additions, 2 deletionspython/dune/common/checkconfiguration.py
- python/dune/generator/cmakebuilder.py 28 additions, 7 deletionspython/dune/generator/cmakebuilder.py
- python/dune/generator/template/CMakeLists.txt.template 8 additions, 1 deletionpython/dune/generator/template/CMakeLists.txt.template
Loading
Please register or sign in to comment