* [gentoo-commits] proj/sci:lapack-multibuild commit in: virtual/lapack/
@ 2014-09-06 16:47 Mark Wright
0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright @ 2014-09-06 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 5a3011a2f018f530fb730900ad0630543b1af021
Author: gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 16:42:37 2014 +0000
Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 16:42:37 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5a3011a2
Add int64 use flag for separate eselect modules for int64 providers
---
virtual/lapack/ChangeLog | 6 ++++++
virtual/lapack/lapack-3.5-r2.ebuild | 33 +++++++++++++++++++++++++++++++++
virtual/lapack/metadata.xml | 4 ++++
3 files changed, 43 insertions(+)
diff --git a/virtual/lapack/ChangeLog b/virtual/lapack/ChangeLog
index f2d88bb..cd1f5c6 100644
--- a/virtual/lapack/ChangeLog
+++ b/virtual/lapack/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/virtual/lapack/ChangeLog,v 1.5 2010/01/11 11:04:19 ulm Exp $
+*lapack-3.5-r2 (26 Apr 2014)
+
+ 26 Apr 2014; Mark Wright <gienah@gentoo.org> +lapack-3.5-r2.ebuild,
+ metadata.xml:
+ Add int64 use flag for separate eselect modules for int64 providers
+
11 Feb 2014; Justin Lecher <jlec@gentoo.org> -lapack-3.5.ebuild,
+lapack-3.5-r1.ebuild:
Add missing inherite from multilib.eclass, thanks dev-zero spotting this
diff --git a/virtual/lapack/lapack-3.5-r2.ebuild b/virtual/lapack/lapack-3.5-r2.ebuild
new file mode 100644
index 0000000..d89f0e0
--- /dev/null
+++ b/virtual/lapack/lapack-3.5-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit multilib
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc int64"
+
+RDEPEND="
+ || (
+ >=sci-libs/lapack-reference-${PV}
+ >=sci-libs/atlas-3.10.1[lapack]
+ )
+ doc? ( >=app-doc/lapack-docs-3.3 )"
+DEPEND=""
+
+pkg_pretend() {
+ if [[ -e "${EROOT%/}"/usr/$(get_libdir)/lib${PN}.so ]]; then
+ ewarn "You have still the old ${PN} library symlink present"
+ ewarn "Please delete"
+ ewarn "${EROOT%/}/usr/$(get_libdir)/lib${PN}.so"
+ ewarn "to avoid problems with new ${PN} structure"
+ fi
+}
diff --git a/virtual/lapack/metadata.xml b/virtual/lapack/metadata.xml
index e16cd36..544d38e 100644
--- a/virtual/lapack/metadata.xml
+++ b/virtual/lapack/metadata.xml
@@ -7,4 +7,8 @@
FORTRAN 77 implementation. The version number corresponds to the
version of the LAPACK reference implementation.
</longdescription>
+<use>
+ <flag name="int64">Add eselect module for lapack libraries built with 64 bits
+ integer ABI</flag>
+</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:lapack-multibuild commit in: virtual/lapack/
@ 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: 750358c77d11c5fafa308317709c30a83e7eea0f
Author: gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 16:42:37 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=750358c7
Add int64 use flag for separate eselect modules for int64 providers
---
virtual/lapack/ChangeLog | 6 ++++++
virtual/lapack/lapack-3.5-r2.ebuild | 33 +++++++++++++++++++++++++++++++++
virtual/lapack/metadata.xml | 4 ++++
3 files changed, 43 insertions(+)
diff --git a/virtual/lapack/ChangeLog b/virtual/lapack/ChangeLog
index f2d88bb..cd1f5c6 100644
--- a/virtual/lapack/ChangeLog
+++ b/virtual/lapack/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/virtual/lapack/ChangeLog,v 1.5 2010/01/11 11:04:19 ulm Exp $
+*lapack-3.5-r2 (26 Apr 2014)
+
+ 26 Apr 2014; Mark Wright <gienah@gentoo.org> +lapack-3.5-r2.ebuild,
+ metadata.xml:
+ Add int64 use flag for separate eselect modules for int64 providers
+
11 Feb 2014; Justin Lecher <jlec@gentoo.org> -lapack-3.5.ebuild,
+lapack-3.5-r1.ebuild:
Add missing inherite from multilib.eclass, thanks dev-zero spotting this
diff --git a/virtual/lapack/lapack-3.5-r2.ebuild b/virtual/lapack/lapack-3.5-r2.ebuild
new file mode 100644
index 0000000..d89f0e0
--- /dev/null
+++ b/virtual/lapack/lapack-3.5-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit multilib
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc int64"
+
+RDEPEND="
+ || (
+ >=sci-libs/lapack-reference-${PV}
+ >=sci-libs/atlas-3.10.1[lapack]
+ )
+ doc? ( >=app-doc/lapack-docs-3.3 )"
+DEPEND=""
+
+pkg_pretend() {
+ if [[ -e "${EROOT%/}"/usr/$(get_libdir)/lib${PN}.so ]]; then
+ ewarn "You have still the old ${PN} library symlink present"
+ ewarn "Please delete"
+ ewarn "${EROOT%/}/usr/$(get_libdir)/lib${PN}.so"
+ ewarn "to avoid problems with new ${PN} structure"
+ fi
+}
diff --git a/virtual/lapack/metadata.xml b/virtual/lapack/metadata.xml
index e16cd36..544d38e 100644
--- a/virtual/lapack/metadata.xml
+++ b/virtual/lapack/metadata.xml
@@ -7,4 +7,8 @@
FORTRAN 77 implementation. The version number corresponds to the
version of the LAPACK reference implementation.
</longdescription>
+<use>
+ <flag name="int64">Add eselect module for lapack libraries built with 64 bits
+ integer ABI</flag>
+</use>
</pkgmetadata>
^ 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 16:47 [gentoo-commits] proj/sci:lapack-multibuild commit in: virtual/lapack/ 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