From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F7451384B4 for ; Thu, 24 Dec 2015 08:55:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F07521C00F; Thu, 24 Dec 2015 08:55:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB31721C00F for ; Thu, 24 Dec 2015 08:55:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8251C340662 for ; Thu, 24 Dec 2015 08:55:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D978A91 for ; Thu, 24 Dec 2015 08:55:47 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1450947334.7ed315ca75bf61bc1e4e511157cd0658454d3e3c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/eigen/ X-VCS-Repository: proj/sci X-VCS-Files: dev-cpp/eigen/eigen-3.2.7-r1.ebuild dev-cpp/eigen/eigen-3.2.7.ebuild X-VCS-Directories: dev-cpp/eigen/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7ed315ca75bf61bc1e4e511157cd0658454d3e3c X-VCS-Branch: master Date: Thu, 24 Dec 2015 08:55:47 +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: dfeb6f66-2cb6-4715-85a4-dbbdfa80eb3a X-Archives-Hash: 7a7555d384e9e44a303d1c2b2815f0e6 commit: 7ed315ca75bf61bc1e4e511157cd0658454d3e3c Author: Justin Lecher gentoo org> AuthorDate: Thu Dec 24 08:55:34 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 24 08:55:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ed315ca dev-cpp/eigen: Fix pc file Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=569544 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-cpp/eigen/{eigen-3.2.7.ebuild => eigen-3.2.7-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-cpp/eigen/eigen-3.2.7.ebuild b/dev-cpp/eigen/eigen-3.2.7-r1.ebuild similarity index 95% rename from dev-cpp/eigen/eigen-3.2.7.ebuild rename to dev-cpp/eigen/eigen-3.2.7-r1.ebuild index cf14779..ae40239 100644 --- a/dev-cpp/eigen/eigen-3.2.7.ebuild +++ b/dev-cpp/eigen/eigen-3.2.7-r1.ebuild @@ -70,6 +70,10 @@ src_prepare() { sed -i -e "/Unknown build type/d" CMakeLists.txt || die + sed \ + -e '/Cflags/s|:.*|: -I${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}|g' \ + -i eigen3.pc.in || die + cmake-utils_src_prepare } @@ -81,6 +85,8 @@ src_configure() { -DEIGEN_BUILD_BTL=OFF ) export VARTEXFONTS="${T}/fonts" + export PKG_CONFIG_LIBDIR=/usr/$(get_libdir)/ + cmake-utils_src_configure # use fortran && FORTRAN_LIBS="blas lapack" not ready use fortran && FORTRAN_LIBS="blas"