public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/bigdft/
Date: Fri, 22 Jun 2012 22:49:46 +0000 (UTC)	[thread overview]
Message-ID: <1340405301.e98144bba85fd0a8f57fe83dd353d11934e5dc03.alexxy@gentoo> (raw)

commit:     e98144bba85fd0a8f57fe83dd353d11934e5dc03
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 22:48:21 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 22:48:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e98144bb

[sci-libs/bigdft] add ~amd64-linux

(Portage version: 2.2.0_alpha110/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)

---
 sci-libs/bigdft/ChangeLog                 |    4 ++++
 sci-libs/bigdft/bigdft-1.6.0-r2.ebuild    |    8 ++++----
 sci-libs/bigdft/bigdft-1.6_pre1-r2.ebuild |    8 ++++----
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/sci-libs/bigdft/ChangeLog b/sci-libs/bigdft/ChangeLog
index 1d25ede..91b08d6 100644
--- a/sci-libs/bigdft/ChangeLog
+++ b/sci-libs/bigdft/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Jun 2012; Alexey Shvetsov <alexxy@gentoo.org> bigdft-1.6.0-r2.ebuild,
+  bigdft-1.6_pre1-r2.ebuild:
+  [sci-libs/bigdft] add ~amd64-linux
+
 *bigdft-1.6.0-r2 (19 Jun 2012)
 *bigdft-1.6_pre1-r2 (19 Jun 2012)
 

diff --git a/sci-libs/bigdft/bigdft-1.6.0-r2.ebuild b/sci-libs/bigdft/bigdft-1.6.0-r2.ebuild
index b4e40f5..0935054 100644
--- a/sci-libs/bigdft/bigdft-1.6.0-r2.ebuild
+++ b/sci-libs/bigdft/bigdft-1.6.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://inac.cea.fr/L_Sim/BigDFT/${REAL_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
 IUSE="cuda doc etsf_io mpi netcdf opencl test"
 
 RDEPEND="
@@ -66,7 +66,7 @@ src_prepare() {
 }
 
 src_configure() {
-	local modules="/usr/$(get_libdir)/finclude"
+	local modules="${EPREFIX}/usr/$(get_libdir)/finclude"
 	local netcdff_libs="-lnetcdff"
 	filter-flags '-m*' '-O*' "-pipe"
 	local nvcflags="${CFLAGS}"
@@ -90,9 +90,9 @@ src_configure() {
 		$(use_with cuda cuda-path /opt/cuda)
 		$(use_with cuda nvcc-flags "${nvcflags}")
 		$(use_enable opencl)
-		$(use_with opencl ocl-path /usr)
+		$(use_with opencl ocl-path "${EPREFIX}/usr")
 		$(use_with etsf_io etsf-io)
-		$(use_with etsf_io etsf-io-path "/usr")
+		$(use_with etsf_io etsf-io-path "${EPREFIX}/usr")
 		$(use_with etsf_io netcdf-path "$(pkg-config --libs-only-L netcdf)")
 		"$(use etsf_io && echo "--with-netcdf-libs=$(pkg-config --libs netcdf) ${netcdff_libs}")"
 		FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}} -I${modules}"

diff --git a/sci-libs/bigdft/bigdft-1.6_pre1-r2.ebuild b/sci-libs/bigdft/bigdft-1.6_pre1-r2.ebuild
index f9860f6..6fa598f 100644
--- a/sci-libs/bigdft/bigdft-1.6_pre1-r2.ebuild
+++ b/sci-libs/bigdft/bigdft-1.6_pre1-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://inac.cea.fr/L_Sim/BigDFT/${REAL_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
 IUSE="cuda doc etsf_io mpi netcdf opencl test"
 
 RDEPEND="
@@ -71,7 +71,7 @@ src_prepare() {
 }
 
 src_configure() {
-	local modules="/usr/$(get_libdir)/finclude"
+	local modules="${EPREFIX}/usr/$(get_libdir)/finclude"
 	local netcdff_libs="-lnetcdff"
 	filter-flags '-m*' '-O*' "-pipe"
 	local nvcflags="${CFLAGS}"
@@ -96,9 +96,9 @@ src_configure() {
 		$(use_with cuda cuda-path /opt/cuda)
 		$(use_with cuda nvcc-flags "${nvcflags}")
 		$(use_enable opencl)
-		$(use_with opencl ocl-path /usr)
+		$(use_with opencl ocl-path "${EPREFIX}/usr")
 		$(use_with etsf_io etsf-io)
-		$(use_with etsf_io etsf-io-path "/usr")
+		$(use_with etsf_io etsf-io-path "${EPREFIX}/usr")
 		$(use_with etsf_io netcdf-path "$(pkg-config --libs-only-L netcdf)")
 		"$(use etsf_io && echo "--with-netcdf-libs=$(pkg-config --libs netcdf) ${netcdff_libs}")"
 		FCFLAGS="${FCFLAGS:- ${FFLAGS:- -O2}} -I${modules}"



             reply	other threads:[~2012-06-22 22:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-22 22:49 Alexey Shvetsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-22 10:15 [gentoo-commits] proj/sci:master commit in: sci-libs/bigdft/ Justin Lecher
2013-02-20 12:10 Honza Macháček
2012-05-22 19:43 Justin Lecher
2012-05-15  6:49 Honza Macháček
2012-02-19 12:44 Justin Lecher
2011-07-11 11:24 Honza Macháček
2011-06-24 17:09 Justin Lecher
2011-06-21 11:54 Justin Lecher

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=1340405301.e98144bba85fd0a8f57fe83dd353d11934e5dc03.alexxy@gentoo \
    --to=alexxy@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