* [gentoo-commits] proj/sci:lapack-multibuild commit in: /, sci-libs/openblas/, sci-libs/openblas/files/
@ 2014-09-06 17:03 Mark Wright
0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright @ 2014-09-06 17:03 UTC (permalink / raw
To: gentoo-commits
commit: cd542dc93ae2f2cfc6e39cda14b5fc1c34806299
Author: gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 17:02:52 2014 +0000
Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 17:02:52 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cd542dc9
openblas-0.2.11 requires the cpuid_x86 patch
---
ChangeLog | 10 ++++++++++
...as-9999-cpuid_x86.patch => openblas-0.2.11-cpuid_x86.patch} | 0
sci-libs/openblas/openblas-9999.ebuild | 3 +++
3 files changed, 13 insertions(+)
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..57a6083
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for layman/science
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 06 Sep 2014; Mark Wright <gienah@gentoo.org>
+ sci-libs/openblas/openblas-9999.ebuild, openblas-9999.ebuild,
+ +sci-libs/openblas/files/openblas-0.2.11-cpuid_x86.patch,
+ -sci-libs/openblas/files/openblas-9999-cpuid_x86.patch:
+ openblas-0.2.11 requires the cpuid_x86 patch
+
diff --git a/sci-libs/openblas/files/openblas-9999-cpuid_x86.patch b/sci-libs/openblas/files/openblas-0.2.11-cpuid_x86.patch
similarity index 100%
rename from sci-libs/openblas/files/openblas-9999-cpuid_x86.patch
rename to sci-libs/openblas/files/openblas-0.2.11-cpuid_x86.patch
diff --git a/sci-libs/openblas/openblas-9999.ebuild b/sci-libs/openblas/openblas-9999.ebuild
index e809907..b3854fe 100644
--- a/sci-libs/openblas/openblas-9999.ebuild
+++ b/sci-libs/openblas/openblas-9999.ebuild
@@ -151,6 +151,9 @@ src_unpack() {
src_prepare() {
epatch "${DISTDIR}/${PN}-0.2.11-gentoo.patch"
+ if [[ ${PV} != "9999" ]] ; then
+ epatch "${FILESDIR}/${PN}-0.2.11-cpuid_x86.patch"
+ fi
epatch "${FILESDIR}/${PN}-0.2.11-openblas_config_header_same_between_ABIs.patch"
# lapack and lapacke are not modified from upstream lapack
sed \
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:lapack-multibuild commit in: /, sci-libs/openblas/, sci-libs/openblas/files/
@ 2014-09-09 22:57 Mark Wright
0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright @ 2014-09-09 22:57 UTC (permalink / raw
To: gentoo-commits
commit: 3ea94b176e4232410de56f522c098c769a6ac275
Author: gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 17:02:52 2014 +0000
Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Sun Sep 7 09:43:47 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3ea94b17
openblas-0.2.11 requires the cpuid_x86 patch
---
ChangeLog | 10 ++++++++++
...as-9999-cpuid_x86.patch => openblas-0.2.11-cpuid_x86.patch} | 0
sci-libs/openblas/openblas-9999.ebuild | 3 +++
3 files changed, 13 insertions(+)
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..57a6083
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for layman/science
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 06 Sep 2014; Mark Wright <gienah@gentoo.org>
+ sci-libs/openblas/openblas-9999.ebuild, openblas-9999.ebuild,
+ +sci-libs/openblas/files/openblas-0.2.11-cpuid_x86.patch,
+ -sci-libs/openblas/files/openblas-9999-cpuid_x86.patch:
+ openblas-0.2.11 requires the cpuid_x86 patch
+
diff --git a/sci-libs/openblas/files/openblas-9999-cpuid_x86.patch b/sci-libs/openblas/files/openblas-0.2.11-cpuid_x86.patch
similarity index 100%
rename from sci-libs/openblas/files/openblas-9999-cpuid_x86.patch
rename to sci-libs/openblas/files/openblas-0.2.11-cpuid_x86.patch
diff --git a/sci-libs/openblas/openblas-9999.ebuild b/sci-libs/openblas/openblas-9999.ebuild
index e809907..b3854fe 100644
--- a/sci-libs/openblas/openblas-9999.ebuild
+++ b/sci-libs/openblas/openblas-9999.ebuild
@@ -151,6 +151,9 @@ src_unpack() {
src_prepare() {
epatch "${DISTDIR}/${PN}-0.2.11-gentoo.patch"
+ if [[ ${PV} != "9999" ]] ; then
+ epatch "${FILESDIR}/${PN}-0.2.11-cpuid_x86.patch"
+ fi
epatch "${FILESDIR}/${PN}-0.2.11-openblas_config_header_same_between_ABIs.patch"
# lapack and lapacke are not modified from upstream lapack
sed \
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-09 22:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-06 17:03 [gentoo-commits] proj/sci:lapack-multibuild commit in: /, sci-libs/openblas/, sci-libs/openblas/files/ Mark Wright
-- strict thread matches above, loose matches on Subject: below --
2014-09-09 22:57 Mark Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox