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 9E9321382C5 for ; Tue, 24 Apr 2018 16:19:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90EDDE0806; Tue, 24 Apr 2018 16:19:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6E2C9E0806 for ; Tue, 24 Apr 2018 16:19:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B6763335C75 for ; Tue, 24 Apr 2018 16:19:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCD25288 for ; Tue, 24 Apr 2018 16:19:02 +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: <1524586729.93283bdb4772dbb824110dc2449586c972bdac99.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/sundials/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/sundials/sundials-3.1.0.ebuild X-VCS-Directories: sci-libs/sundials/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 93283bdb4772dbb824110dc2449586c972bdac99 X-VCS-Branch: master Date: Tue, 24 Apr 2018 16:19:02 +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-Archives-Salt: 94187f3a-f639-4a4f-8f42-0f92fe452d96 X-Archives-Hash: ec68de69c7824ab2bc3dbfb10b380df5 commit: 93283bdb4772dbb824110dc2449586c972bdac99 Author: Matthias Maier gentoo org> AuthorDate: Tue Apr 24 16:16:20 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Apr 24 16:18:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93283bdb sci-libs/sundials: remove unused configure option Package-Manager: Portage-2.3.31, Repoman-2.3.9 sci-libs/sundials/sundials-3.1.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-libs/sundials/sundials-3.1.0.ebuild b/sci-libs/sundials/sundials-3.1.0.ebuild index 35e90af469e..707322d2acc 100644 --- a/sci-libs/sundials/sundials-3.1.0.ebuild +++ b/sci-libs/sundials/sundials-3.1.0.ebuild @@ -45,7 +45,6 @@ src_configure() { -DF90_ENABLE="$(usex fortran)" -DHYPRE_ENABLE="$(usex hypre)" -DHYPRE_INCLUDE_DIR="${EPREFIX}/usr/include/hypre" - -DHYPRE_LIBRARY="HYPRE" -DKLU_ENABLE="$(usex sparse)" -DKLU_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libklu.so" -DLAPACK_ENABLE="$(usex lapack)"