summaryrefslogtreecommitdiff
path: root/sci-libs/dealii/dealii-9.3.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/dealii/dealii-9.3.0-r1.ebuild')
-rw-r--r--sci-libs/dealii/dealii-9.3.0-r1.ebuild4
1 files changed, 2 insertions, 2 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/"