From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/path64/
Date: Wed, 20 Jul 2011 11:41:01 +0000 (UTC) [thread overview]
Message-ID: <8c08d73a6dca9fa5525bcef42d3e0aaa2ce541ad.xarthisius@gentoo> (raw)
commit: 8c08d73a6dca9fa5525bcef42d3e0aaa2ce541ad
Author: Kacper Kowalik (Xarthisius) <xarthisius.kk <AT> gmail <DOT> com>
AuthorDate: Wed Jul 20 11:40:55 2011 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 11:40:55 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8c08d73a
[dev-lang/path64] Add fortran,openmp,debugger to IUSE
---
dev-lang/path64/ChangeLog | 4 ++++
dev-lang/path64/metadata.xml | 4 ++++
dev-lang/path64/path64-9999.ebuild | 8 ++++----
3 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/dev-lang/path64/ChangeLog b/dev-lang/path64/ChangeLog
index 26bcc43..ebea2b7 100644
--- a/dev-lang/path64/ChangeLog
+++ b/dev-lang/path64/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 20 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> path64-9999.ebuild,
+ metadata.xml:
+ Add fortran,openmp,debugger to IUSE
+
20 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> path64-9999.ebuild:
Add native use flag for release build
diff --git a/dev-lang/path64/metadata.xml b/dev-lang/path64/metadata.xml
index 2b845df..1743d1a 100644
--- a/dev-lang/path64/metadata.xml
+++ b/dev-lang/path64/metadata.xml
@@ -12,4 +12,8 @@
program performance on any Intel 64 or AMD64 platform supporting Intel MMX,
SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AMD SSE4A and AVX.
</longdescription>
+ <use>
+ <flag name='debugger'>Build PathDB</flag>
+ <flag name='native'>Use EKOPath/Path64 for bootstraping</flag>
+ </use>
</pkgmetadata>
diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-9999.ebuild
index 7c2aaee..34f7adb 100644
--- a/dev-lang/path64/path64-9999.ebuild
+++ b/dev-lang/path64/path64-9999.ebuild
@@ -27,8 +27,7 @@ fi
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="custom-cflags native"
-#TODO: openmp, fortran flags
+IUSE="custom-cflags debugger fortran native +openmp"
DEPEND="sys-devel/gcc:4.2[vanilla]
native? ( || ( dev-lang/ekopath-bin dev-lang/path64 ) )"
@@ -82,10 +81,11 @@ src_configure() {
mycmakeargs=(
-DPATH64_ENABLE_TARGETS="x86_64"
-DPATH64_ENABLE_PROFILING=ON
- -DPATH64_ENABLE_FORTRAN=ON
-DPATH64_ENABLE_MATHLIBS=ON
- -DPATH64_ENABLE_OPENMP=ON
-DPATH64_ENABLE_PATHOPT2=OFF
+ $(cmake-utils_use fortran PATH64_ENABLE_FORTRAN)
+ $(cmake-utils_use openmp PATH64_ENABLE_OPENMP)
+ $(cmake-utils_use debugger PATH64_ENABLE_PATHDB)
-DPSC_CRT_PATH_x86_64=$(dirname ${crt})
-DPSC_CRTBEGIN_PATH=$(dirname ${libgcc})
-DPSC_DYNAMIC_LINKER_x86_64=${linker}
next reply other threads:[~2011-07-20 11:41 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-20 11:41 Kacper Kowalik [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-29 14:20 [gentoo-commits] proj/sci:master commit in: dev-lang/path64/ Justin Lecher
2014-01-06 19:27 Justin Lecher
2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
2013-06-14 11:21 ` [gentoo-commits] proj/sci:master " Justin Lecher
2012-05-23 20:18 Kacper Kowalik
2012-05-23 19:56 Kacper Kowalik
2012-02-27 11:36 Kacper Kowalik
2012-02-25 19:44 Kacper Kowalik
2011-10-24 19:12 Justin Lecher
2011-08-15 13:39 Kacper Kowalik
2011-07-29 17:48 Kacper Kowalik
2011-07-29 7:51 Kacper Kowalik
2011-07-29 7:46 Kacper Kowalik
2011-07-27 9:48 Kacper Kowalik
2011-07-25 19:48 Kacper Kowalik
2011-07-25 19:40 Kacper Kowalik
2011-07-25 8:34 Kacper Kowalik
2011-07-23 12:31 Kacper Kowalik
2011-07-23 11:57 Kacper Kowalik
2011-07-23 11:55 Kacper Kowalik
2011-07-23 11:27 Kacper Kowalik
2011-07-23 10:07 Kacper Kowalik
2011-07-23 7:32 Kacper Kowalik
2011-07-20 11:15 Kacper Kowalik
2011-07-20 8:56 Kacper Kowalik
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=8c08d73a6dca9fa5525bcef42d3e0aaa2ce541ad.xarthisius@gentoo \
--to=xarthisius@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