public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/armadillo/
Date: Sun, 16 Apr 2017 14:12:58 +0000 (UTC)	[thread overview]
Message-ID: <1492351914.3ee1770ad00177804b7c4a712606ae7dcd0abfba.dilfridge@gentoo> (raw)

commit:     3ee1770ad00177804b7c4a712606ae7dcd0abfba
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 13:57:38 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 14:11:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee1770a

sci-libs/armadillo: Re-enable superlu support

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-libs/armadillo/armadillo-7.800.2.ebuild | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/sci-libs/armadillo/armadillo-7.800.2.ebuild b/sci-libs/armadillo/armadillo-7.800.2.ebuild
index 94954c6a1d6..ad912b34eea 100644
--- a/sci-libs/armadillo/armadillo-7.800.2.ebuild
+++ b/sci-libs/armadillo/armadillo-7.800.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.xz"
 LICENSE="Apache-2.0"
 SLOT="0/7"
 KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="arpack blas debug doc examples hdf5 lapack mkl tbb test"
+IUSE="arpack blas debug doc examples hdf5 lapack mkl superlu tbb test"
 REQUIRED_USE="test? ( lapack )"
 
 RDEPEND="
@@ -22,9 +22,8 @@ RDEPEND="
 	arpack? ( sci-libs/arpack )
 	blas? ( virtual/blas )
 	lapack? ( virtual/lapack )
+	superlu? ( >=sci-libs/superlu-5 )
 "
-#	superlu? ( sci-libs/superlu )
-# needs superlu-5
 
 DEPEND="${RDEPEND}
 	arpack? ( virtual/pkgconfig )
@@ -104,16 +103,16 @@ src_configure() {
 			-DLAPACK_FOUND=OFF
 		)
 	fi
-#	if use superlu; then
-#		mycmakeargs+=(
-#			-DSuperLU_FOUND=ON
-#			-DSuperLU_LIBRARIES="$($(tc-getPKG_CONFIG) --libs superlu)"
-#		)
-#	else
-#		mycmakeargs+=(
-#			-DSuperLU_FOUND=OFF
-#		)
-#	fi
+	if use superlu; then
+		mycmakeargs+=(
+			-DSuperLU_FOUND=ON
+			-DSuperLU_LIBRARIES="$($(tc-getPKG_CONFIG) --libs superlu)"
+		)
+	else
+		mycmakeargs+=(
+			-DSuperLU_FOUND=OFF
+		)
+	fi
 
 	cmake-utils_src_configure
 }


             reply	other threads:[~2017-04-16 14:13 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-16 14:12 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-23  4:17 [gentoo-commits] repo/gentoo:master commit in: sci-libs/armadillo/ Sam James
2024-04-25 10:39 Andreas K. Hüttel
2023-08-25 16:37 Arthur Zamarin
2023-08-25 13:11 Arthur Zamarin
2023-07-30 19:04 Andreas Sturmlechner
2023-07-30 19:04 Andreas Sturmlechner
2023-07-30 19:04 Andreas Sturmlechner
2023-07-30 17:18 Arthur Zamarin
2023-07-27 19:42 Andreas Sturmlechner
2023-07-10 19:39 Arthur Zamarin
2023-06-11 23:25 Andreas K. Hüttel
2023-06-11 23:25 Andreas K. Hüttel
2023-04-07 12:38 Andreas K. Hüttel
2022-11-19 11:41 Andrew Ammerlaan
2022-10-15  7:06 Jakov Smolić
2022-10-15  6:44 Jakov Smolić
2022-02-28 23:21 Andreas K. Hüttel
2022-02-28 23:21 Andreas K. Hüttel
2021-10-10 14:25 Andreas K. Hüttel
2021-05-28 15:57 David Seifert
2021-03-12 23:58 Andreas K. Hüttel
2021-03-02  9:06 Michał Górny
2021-03-02  4:51 Sam James
2021-03-02  4:51 Sam James
2021-03-02  4:51 Sam James
2021-02-11  7:45 Sergei Trofimovich
2021-01-20 21:46 Andreas K. Hüttel
2021-01-17 11:52 David Seifert
2020-02-22 20:13 David Seifert
2019-12-22 13:44 Andreas K. Hüttel
2019-12-22 13:44 Andreas K. Hüttel
2019-12-22 13:07 Andreas K. Hüttel
2018-12-25 16:06 Andreas K. Hüttel
2018-12-04 22:19 Andreas K. Hüttel
2018-10-14 13:38 Andreas Sturmlechner
2018-08-22  0:35 Mikle Kolyada
2018-08-18 22:36 Sergei Trofimovich
2017-12-27 23:30 Andreas Hüttel
2017-12-27 23:30 Andreas Hüttel
2017-10-13  9:21 Andreas Hüttel
2017-07-11 20:33 Sebastien Fabbro
2017-06-09 11:28 Andreas Hüttel
2017-06-09 11:28 Andreas Hüttel
2017-04-16 14:12 Andreas Hüttel
2017-03-24 13:52 Andreas Hüttel
2017-02-26  9:15 Michael Palimaka
2017-02-24  0:13 Michael Weber
2016-12-18 15:44 Agostino Sarubbo
2016-12-17 14:47 Andreas Hüttel
2016-12-13 20:32 Andreas Hüttel
2016-12-13 20:15 Andreas Hüttel
2016-12-13 20:15 Andreas Hüttel
2015-11-12 23:20 Andreas Hüttel
2015-11-10 19:07 Markus Meier
2015-10-23 15:39 Andreas Hüttel
2015-10-23 15:39 Andreas Hüttel
2015-09-22  5:04 Jeroen Roovers
2015-09-08 20:57 Andreas Hüttel
2015-09-08 20:56 Andreas Hüttel
2015-09-01 19:44 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492351914.3ee1770ad00177804b7c4a712606ae7dcd0abfba.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox