diff options
author | Sam James <sam@gentoo.org> | 2021-10-04 01:27:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-04 01:27:12 +0100 |
commit | 33ab723b070683023eccbb8fcde4ec019e5e4654 (patch) | |
tree | 1fbf965d7e59894f2e8cc3aaf187e9ca2984fdb0 /sci-libs/dealii | |
parent | net-p2p/eiskaltdcpp: fix CMake MisplacedEclassVar (diff) | |
download | gentoo-33ab723b070683023eccbb8fcde4ec019e5e4654.tar.gz gentoo-33ab723b070683023eccbb8fcde4ec019e5e4654.tar.bz2 gentoo-33ab723b070683023eccbb8fcde4ec019e5e4654.zip |
sci-libs/dealii: fix CMake MisplacedEclassVar
Closes: https://bugs.gentoo.org/815236
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/dealii')
-rw-r--r-- | sci-libs/dealii/dealii-9.3.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/dealii/dealii-9.3.1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/dealii/dealii-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/dealii/dealii-9.3.0-r1.ebuild b/sci-libs/dealii/dealii-9.3.0-r1.ebuild index 65d0d5b7a333..81010cd4fd98 100644 --- a/sci-libs/dealii/dealii-9.3.0-r1.ebuild +++ b/sci-libs/dealii/dealii-9.3.0-r1.ebuild @@ -3,13 +3,13 @@ EAPI=7 -inherit cmake multilib - # 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 multilib + DESCRIPTION="Solving partial differential equations with the finite element method" HOMEPAGE="https://www.dealii.org/" diff --git a/sci-libs/dealii/dealii-9.3.1.ebuild b/sci-libs/dealii/dealii-9.3.1.ebuild index 3b4964437572..7e56f6af0e23 100644 --- a/sci-libs/dealii/dealii-9.3.1.ebuild +++ b/sci-libs/dealii/dealii-9.3.1.ebuild @@ -3,13 +3,13 @@ EAPI=7 -inherit cmake multilib - # 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 multilib + DESCRIPTION="Solving partial differential equations with the finite element method" HOMEPAGE="https://www.dealii.org/" diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index fe9accb88f89..9688a1d91718 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -3,13 +3,13 @@ EAPI=7 -inherit cmake multilib - # 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 multilib + DESCRIPTION="Solving partial differential equations with the finite element method" HOMEPAGE="https://www.dealii.org/" |