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 DBF6413838B for ; Sun, 7 Sep 2014 10:11:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69BBFE07DF; Sun, 7 Sep 2014 10:11:11 +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 E9A54E07DF for ; Sun, 7 Sep 2014 10:11:10 +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 20FAC3400A4 for ; Sun, 7 Sep 2014 10:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C91CF4ED1 for ; Sun, 7 Sep 2014 10:11:08 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1410056280.4e62a2744621cf80d94ec4a420df5e2cca9e6a13.jauhien@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/calculix-ccx/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/calculix-ccx/ChangeLog sci-libs/calculix-ccx/calculix-ccx-2.7-r1.ebuild sci-libs/calculix-ccx/calculix-ccx-2.7.ebuild X-VCS-Directories: sci-libs/calculix-ccx/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 4e62a2744621cf80d94ec4a420df5e2cca9e6a13 X-VCS-Branch: master Date: Sun, 7 Sep 2014 10:11:08 +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: 7c97da4f-b143-4e13-b1bc-3349aeee282f X-Archives-Hash: 0f1562de0efff201da7a1f143f09346e commit: 4e62a2744621cf80d94ec4a420df5e2cca9e6a13 Author: Rongcui Dong gmail com> AuthorDate: Sun Sep 7 02:18:00 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sun Sep 7 02:18:00 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4e62a274 Fixed calculix-ccx link to arpack --- sci-libs/calculix-ccx/ChangeLog | 6 ++++++ .../{calculix-ccx-2.7.ebuild => calculix-ccx-2.7-r1.ebuild} | 1 + 2 files changed, 7 insertions(+) diff --git a/sci-libs/calculix-ccx/ChangeLog b/sci-libs/calculix-ccx/ChangeLog index 96ad8ad..7eccdea 100644 --- a/sci-libs/calculix-ccx/ChangeLog +++ b/sci-libs/calculix-ccx/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*calculix-ccx-2.7-r1 (07 Sep 2014) + + 07 Sep 2014; Rongcui Dong +calculix-ccx-2.7-r1.ebuild, + -calculix-ccx-2.7.ebuild: + Fixed arpack linking problem + *calculix-ccx-2.7 (05 Sep 2014) 05 Sep 2014; Rongcui Dong +calculix-ccx-2.7.ebuild, diff --git a/sci-libs/calculix-ccx/calculix-ccx-2.7.ebuild b/sci-libs/calculix-ccx/calculix-ccx-2.7-r1.ebuild similarity index 98% rename from sci-libs/calculix-ccx/calculix-ccx-2.7.ebuild rename to sci-libs/calculix-ccx/calculix-ccx-2.7-r1.ebuild index 5ed4d92..2394647 100644 --- a/sci-libs/calculix-ccx/calculix-ccx-2.7.ebuild +++ b/sci-libs/calculix-ccx/calculix-ccx-2.7-r1.ebuild @@ -50,6 +50,7 @@ src_configure() { if use arpack; then export ARPACK="-DARPACK" export ARPACKLIB=$($(tc-getPKG_CONFIG) --libs arpack) + append-cflags "${ARPACK}" fi export CC="$(tc-getCC)" export FC="$(tc-getFC)"