From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 512D4138334 for ; Wed, 14 Aug 2019 16:32:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B26AE084A; Wed, 14 Aug 2019 16:32:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D6B8E084A for ; Wed, 14 Aug 2019 16:32:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9AC0349B41 for ; Wed, 14 Aug 2019 16:32:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB54E6FF for ; Wed, 14 Aug 2019 16:32:43 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1565800301.0ca5296eff6f0036d51dceb69aa8cdc99c98df46.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/dealii/dealii-9.1.1.ebuild sci-libs/dealii/dealii-9999.ebuild X-VCS-Directories: sci-libs/dealii/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 0ca5296eff6f0036d51dceb69aa8cdc99c98df46 X-VCS-Branch: master Date: Wed, 14 Aug 2019 16:32:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 031eb50f-9204-413d-8515-2b0245efe75c X-Archives-Hash: db2f9695c8bd3a4be0bcea815f3f9b0a commit: 0ca5296eff6f0036d51dceb69aa8cdc99c98df46 Author: Matthias Maier gentoo org> AuthorDate: Wed Aug 14 16:30:55 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Aug 14 16:31:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca5296e sci-libs/dealii: fix QA issue Closes: https://bugs.gentoo.org/692082 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Matthias Maier gentoo.org> sci-libs/dealii/dealii-9.1.1.ebuild | 4 +++- sci-libs/dealii/dealii-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-libs/dealii/dealii-9.1.1.ebuild b/sci-libs/dealii/dealii-9.1.1.ebuild index 719f7819739..f4aeb21e9f0 100644 --- a/sci-libs/dealii/dealii-9.1.1.ebuild +++ b/sci-libs/dealii/dealii-9.1.1.ebuild @@ -113,7 +113,6 @@ src_configure() { -DDEAL_II_WITH_MUPARSER="$(usex muparser)" -DDEAL_II_WITH_NANOFLANN="$(usex nanoflann)" -DDEAL_II_WITH_NETCDF="$(usex netcdf)" - -DOPENCASCADE_DIR="${CASROOT}" -DDEAL_II_WITH_OPENCASCADE="$(usex opencascade)" -DDEAL_II_WITH_P4EST="$(usex p4est)" -DDEAL_II_WITH_PETSC="$(usex petsc)" @@ -128,6 +127,9 @@ src_configure() { -DDEAL_II_WITH_TRILINOS="$(usex trilinos)" ) + # Do a little dance for purely cosmetic "QA" reasons. + use opencascade && mycmakeargs+=( -DOPENCASCADE_DIR="${CASROOT}" ) + # Do a little dance for purely cosmetic "QA" reasons. The build system # does query for the highest instruction set first and skips the other # variables if a "higher" variant is set diff --git a/sci-libs/dealii/dealii-9999.ebuild b/sci-libs/dealii/dealii-9999.ebuild index 719f7819739..dbaa10c592b 100644 --- a/sci-libs/dealii/dealii-9999.ebuild +++ b/sci-libs/dealii/dealii-9999.ebuild @@ -128,6 +128,9 @@ src_configure() { -DDEAL_II_WITH_TRILINOS="$(usex trilinos)" ) + # Do a little dance for purely cosmetic "QA" reasons. + use opencascade && mycmakeargs+=( -DOPENCASCADE_DIR="${CASROOT}" ) + # Do a little dance for purely cosmetic "QA" reasons. The build system # does query for the highest instruction set first and skips the other # variables if a "higher" variant is set