commit: 1085142982861e6d01cf058d4a013f9f4c3ed774 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Thu Aug 14 06:48:17 2025 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu Aug 14 06:49:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10851429
sci-libs/dealii: remove CMAKE_REMOVE_MODULES_LIST workaround Upstream has renamed all Find modules to FindDEAL_II_<module>.cmake, thus they no longer clash with system modules, such as FindLAPACK.cmake. Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> sci-libs/dealii/dealii-9.6.2-r2.ebuild | 5 ----- sci-libs/dealii/dealii-9.7.0.ebuild | 5 ----- sci-libs/dealii/dealii-9999.ebuild | 5 ----- 3 files changed, 15 deletions(-) diff --git a/sci-libs/dealii/dealii-9.6.2-r2.ebuild b/sci-libs/dealii/dealii-9.6.2-r2.ebuild index 8b5c0870e6cd..d815e15bb836 100644 --- a/sci-libs/dealii/dealii-9.6.2-r2.ebuild +++ b/sci-libs/dealii/dealii-9.6.2-r2.ebuild @@ -3,11 +3,6 @@ EAPI=8 -# deal.II uses its own FindLAPACK.cmake file that calls into the system -# FindLAPACK.cmake module and does additional internal setup. Do not remove -# any of these modules: -CMAKE_REMOVE_MODULES_LIST="" - inherit cmake flag-o-matic verify-sig DESCRIPTION="Solving partial differential equations with the finite element method" diff --git a/sci-libs/dealii/dealii-9.7.0.ebuild b/sci-libs/dealii/dealii-9.7.0.ebuild index 85b75a469cc9..fafb3acf6f85 100644 --- a/sci-libs/dealii/dealii-9.7.0.ebuild +++ b/sci-libs/dealii/dealii-9.7.0.ebuild @@ -3,11 +3,6 @@ EAPI=8 -# deal.II uses its own FindLAPACK.cmake file that calls into the system -# FindLAPACK.cmake module and does additional internal setup. Do not remove -# any of these modules: -CMAKE_REMOVE_MODULES_LIST="" - inherit cmake flag-o-matic DESCRIPTION="Solving partial differential equations with the finite element method" diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 85b75a469cc9..fafb3acf6f85 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -3,11 +3,6 @@ EAPI=8 -# deal.II uses its own FindLAPACK.cmake file that calls into the system -# FindLAPACK.cmake module and does additional internal setup. Do not remove -# any of these modules: -CMAKE_REMOVE_MODULES_LIST="" - inherit cmake flag-o-matic DESCRIPTION="Solving partial differential equations with the finite element method"
