diff options
-rw-r--r-- | sci-libs/dealii/dealii-8.3.0.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/dealii/dealii-8.4.2.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/dealii/dealii-8.5.0.ebuild | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/sci-libs/dealii/dealii-8.3.0.ebuild b/sci-libs/dealii/dealii-8.3.0.ebuild index 78b6bfc80..8e97935e3 100644 --- a/sci-libs/dealii/dealii-8.3.0.ebuild +++ b/sci-libs/dealii/dealii-8.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -72,7 +72,6 @@ src_configure() { local CMAKE_BUILD_TYPE=$(usex debug DebugRelease Release) local mycmakeargs=( - -DDEAL_II_PACKAGE_VERSION=9999 -DDEAL_II_ALLOW_AUTODETECTION=OFF -DDEAL_II_ALLOW_BUNDLED=OFF -DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF diff --git a/sci-libs/dealii/dealii-8.4.2.ebuild b/sci-libs/dealii/dealii-8.4.2.ebuild index 1fb7db720..675d06da0 100644 --- a/sci-libs/dealii/dealii-8.4.2.ebuild +++ b/sci-libs/dealii/dealii-8.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -70,7 +70,6 @@ src_configure() { local CMAKE_BUILD_TYPE=$(usex debug DebugRelease Release) local mycmakeargs=( - -DDEAL_II_PACKAGE_VERSION=9999 -DDEAL_II_ALLOW_AUTODETECTION=OFF -DDEAL_II_ALLOW_BUNDLED=OFF -DDEAL_II_ALLOW_PLATFORM_INTROSPECTION=OFF diff --git a/sci-libs/dealii/dealii-8.5.0.ebuild b/sci-libs/dealii/dealii-8.5.0.ebuild index fa7b48600..7aa0c61b6 100644 --- a/sci-libs/dealii/dealii-8.5.0.ebuild +++ b/sci-libs/dealii/dealii-8.5.0.ebuild @@ -70,7 +70,6 @@ src_configure() { local CMAKE_BUILD_TYPE=$(usex debug DebugRelease Release) local mycmakeargs=( - -DDEAL_II_PACKAGE_VERSION=9999 -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=OFF -DDEAL_II_ALLOW_AUTODETECTION=OFF -DDEAL_II_ALLOW_BUNDLED=OFF |