Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
install-cmake-config-to-lib-headerless | Install cmake config of header-only module in /usr/lib/cmake Needed to make it work in multiarch settings. | Markus Blatt | no | |||
install-pkgconfig-without-lib-for-cross-compile | Install architecture independent pkgconfig file in /usr/share/pkgconfig This prevents lintian warning pkg-config-unavailable-for-cross-compilation for the header only modules dune-istl, dune-localfunctions, dune-functions, and dune-typetree. |
no | ||||
fix-linitian-file-references-package-build-path-downstream | Make sure current CXXFLAGS in cmake config files get substituted. Prevents the build path from appearing in dune-module-config.cmake files of downstream modules and prevents the lintian warning about that. |
no | ||||
fix-linitian-file-references-package-build-path | Prevent lintian warning about file-references-package-build-path | no | ||||
soname.patch | [PATCH 2/2] Always add an soversion to the library. | Markus Blatt <markus@dr-blatt.de> | no | 2022-12-09 | ||
disable-long-double-eigenvalue-checks.patch | no | |||||
do-not-install-python-scripts.patch | no | |||||
duneproject-simulators-is-alias-for-models | Make duneproject aware that opm-models is merged with opm-simulators This is needed to kepp autopkgtests from testing working. Can safely be removed laters |
markus@dr-blatt.de | no | 2024-11-18 | ||
dunecontrol-Module-without-CMakeLists.txt-next-to-du.patch | [PATCH] [dunecontrol] Module without CMakeLists.txt next to dune.module is installed The decision whether a module is installed is usually based on whether pkgconfig was able to find it. If the DUNE module does not ship a pkgconf file or pkgconf is missing, then dunecontrol tries to build this installed modules, too. That fails miserably. With this commit we add a check at the end that checks whether there is a CMakeLists.txt file in the source directory of the module. This directory is where the dune.module file was found. If there is none we also assume that the module is installed and do not try to build it. |
Markus Blatt <markus@dr-blatt.de> | no | 2024-11-20 | ||
dunecontrol-Skip-directories-without-CMake-config-fi.patch | [PATCH] [dunecontrol] Skip directories without CMake config files for module_DIR find_package(module) will fail if the directory set with module_DIR does not contain CMake configuration file. Hence the current approach requires that there are pkgconfig files installed and found for each module to be used. With this change we fall back to installed modules if the directory does not contain any Cmake configuration files. This fixes problems with using OPM as DUNE modules (in Debian) which stopped shipping broken pkgconf file 2023-09 |
Markus Blatt <markus@dr-blatt.de> | no | 2024-11-20 |