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 A1EE8139085 for ; Thu, 22 Dec 2016 15:41:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F3C8E0CF8; Thu, 22 Dec 2016 15:40:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DD0BE0CF8 for ; Thu, 22 Dec 2016 15:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41EB333BEFC for ; Thu, 22 Dec 2016 15:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8864C24DE for ; Thu, 22 Dec 2016 15:40:41 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1482421221.0b3ec44bbc3321915672932db162c638aaa07c3e.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/superlu/superlu-5.2.1-r1.ebuild sci-libs/superlu/superlu-5.2.1.ebuild X-VCS-Directories: sci-libs/superlu/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 0b3ec44bbc3321915672932db162c638aaa07c3e X-VCS-Branch: master Date: Thu, 22 Dec 2016 15:40:41 +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: 37fc8a04-4f88-4a9a-b5ea-e5d6a0356283 X-Archives-Hash: 9a981a5a712dacb88b5a86ac882418a0 commit: 0b3ec44bbc3321915672932db162c638aaa07c3e Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Dec 22 14:54:04 2016 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Dec 22 15:40:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3ec44b sci-libs/superlu: change headers installation directories for backwards compat (and other distros) Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=603456 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-libs/superlu/{superlu-5.2.1.ebuild => superlu-5.2.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/superlu/superlu-5.2.1.ebuild b/sci-libs/superlu/superlu-5.2.1-r1.ebuild similarity index 96% rename from sci-libs/superlu/superlu-5.2.1.ebuild rename to sci-libs/superlu/superlu-5.2.1-r1.ebuild index a5710e3..b1c3e9d 100644 --- a/sci-libs/superlu/superlu-5.2.1.ebuild +++ b/sci-libs/superlu/superlu-5.2.1-r1.ebuild @@ -50,6 +50,7 @@ src_prepare() { src_configure() { local mycmakeargs+=( + -DCMAKE_INSTALL_INCLUDEDIR="include/superlu" -DBUILD_SHARED_LIBS=ON -Denable_blaslib=OFF -Denable_tests=$(usex test)