public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2013-02-21 21:17 Sebastien Fabbro
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastien Fabbro @ 2013-02-21 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f462dac79e73d2d01182f471cab7637d1916f2be
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 21 17:47:06 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Feb 21 17:47:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f462dac7

virtual/lapack: Bump to latest reference

Package-Manager: portage-2.2.01.21688-prefix

---
 virtual/lapack/ChangeLog         |    8 +++++++-
 virtual/lapack/lapack-3.3.ebuild |   23 -----------------------
 virtual/lapack/lapack-3.4.ebuild |   23 +++++++++++++++++++++++
 virtual/lapack/metadata.xml      |    3 ++-
 4 files changed, 32 insertions(+), 25 deletions(-)

diff --git a/virtual/lapack/ChangeLog b/virtual/lapack/ChangeLog
index 6558a84..b63bf9a 100644
--- a/virtual/lapack/ChangeLog
+++ b/virtual/lapack/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for virtual/lapack
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 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.4 (21 Feb 2013)
+
+  21 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> +lapack-3.4.ebuild,
+  -lapack-3.3.ebuild, metadata.xml:
+  virtual/lapack: Bump to latest reference
+
 *lapack-3.3 (24 Nov 2010)
 
   24 Nov 2010; Sébastien Fabbro <bicatali@gentoo.org> +lapack-3.3.ebuild,

diff --git a/virtual/lapack/lapack-3.3.ebuild b/virtual/lapack/lapack-3.3.ebuild
deleted file mode 100644
index c98f475..0000000
--- a/virtual/lapack/lapack-3.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="doc"
-
-RDEPEND="|| (
-		>=sci-libs/lapack-reference-3.3
-		>=sci-libs/atlas-3.8.4[lapack]
-		>=sci-libs/mkl-10.3
-		>=sci-libs/acml-4.4
-	)
-	doc? ( >=app-doc/lapack-docs-3.2 )"
-DEPEND=""

diff --git a/virtual/lapack/lapack-3.4.ebuild b/virtual/lapack/lapack-3.4.ebuild
new file mode 100644
index 0000000..c1c978c
--- /dev/null
+++ b/virtual/lapack/lapack-3.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux"
+IUSE="doc"
+
+RDEPEND="|| (
+		>=sci-libs/lapack-reference-${PV}
+		>=sci-libs/atlas-3.10.1[lapack]
+		>=sci-libs/mkl-11.0
+		>=sci-libs/acml-5.3
+	)
+	doc? ( >=app-doc/lapack-docs-3.3 )"
+DEPEND=""

diff --git a/virtual/lapack/metadata.xml b/virtual/lapack/metadata.xml
index 0719b23..de50c1f 100644
--- a/virtual/lapack/metadata.xml
+++ b/virtual/lapack/metadata.xml
@@ -4,6 +4,7 @@
 <herd>sci</herd>
 <longdescription lang="en">
   Gentoo virtual package for the Linear Algebra PACKAge
-  FORTRAN 77 implementation.
+  FORTRAN 77 implementation. The version number corresponds to the
+  version of the LAPACK reference implementation.
 </longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2014-01-19 18:32 Justin Lecher
  0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2014-01-19 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     793b05de18f4823dc6210399d91f2492ffd0b141
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 18:30:57 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 18:30:57 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=793b05de

virtual/lapack: Warn if old ${EPREFIX}/usr/$(get_libdir)/lib${PN}.so is present

Package-Manager: portage-2.2.8

---
 virtual/lapack/ChangeLog                               |  6 +++++-
 .../lapack/{lapack-3.4.ebuild => lapack-3.4-r1.ebuild} | 18 +++++++++++++++---
 virtual/lapack/metadata.xml                            |  4 ++--
 3 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/virtual/lapack/ChangeLog b/virtual/lapack/ChangeLog
index b63bf9a..fcc9ba4 100644
--- a/virtual/lapack/ChangeLog
+++ b/virtual/lapack/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for virtual/lapack
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# 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 $
 
+  19 Jan 2014; Justin Lecher <jlec@gentoo.org> -lapack-3.4.ebuild,
+  +lapack-3.4-r1.ebuild, metadata.xml:
+  Warn if old ${EPREFIX}/usr/$(get_libdir)/lib${PN}.so is present
+
 *lapack-3.4 (21 Feb 2013)
 
   21 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> +lapack-3.4.ebuild,

diff --git a/virtual/lapack/lapack-3.4.ebuild b/virtual/lapack/lapack-3.4-r1.ebuild
similarity index 53%
rename from virtual/lapack/lapack-3.4.ebuild
rename to virtual/lapack/lapack-3.4-r1.ebuild
index c1c978c..b662bb4 100644
--- a/virtual/lapack/lapack-3.4.ebuild
+++ b/virtual/lapack/lapack-3.4-r1.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
+
+inherit multilib
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"
 HOMEPAGE=""
@@ -13,7 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux"
 IUSE="doc"
 
-RDEPEND="|| (
+RDEPEND="
+	|| (
 		>=sci-libs/lapack-reference-${PV}
 		>=sci-libs/atlas-3.10.1[lapack]
 		>=sci-libs/mkl-11.0
@@ -21,3 +24,12 @@ RDEPEND="|| (
 	)
 	doc? ( >=app-doc/lapack-docs-3.3 )"
 DEPEND=""
+
+pkg_pretend() {
+	if [[ -e "${EPREFIX}"/usr/$(get_libdir)/lib${PN}.so ]]; then
+		ewarn "You have still the old ${PN} library symlink present"
+		ewarn "Please delete"
+		ewarn "${EPREFIX}/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 de50c1f..e16cd36 100644
--- a/virtual/lapack/metadata.xml
+++ b/virtual/lapack/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+  <herd>sci</herd>
+  <longdescription lang="en">
   Gentoo virtual package for the Linear Algebra PACKAge
   FORTRAN 77 implementation. The version number corresponds to the
   version of the LAPACK reference implementation.


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2014-01-28 19:01 Sebastien Fabbro
  0 siblings, 0 replies; 14+ messages in thread
From: Sebastien Fabbro @ 2014-01-28 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     107d2f85945604e4c3195d2894a45fba5d6fe47c
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 07:08:17 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 07:08:17 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=107d2f85

virtual/lapack: Version bump

Package-Manager: portage-2.2.7-prefix

---
 virtual/lapack/ChangeLog         |  5 +++++
 virtual/lapack/lapack-3.5.ebuild | 21 +++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/virtual/lapack/ChangeLog b/virtual/lapack/ChangeLog
index b63bf9a..3ab4802 100644
--- a/virtual/lapack/ChangeLog
+++ b/virtual/lapack/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 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 (08 Dec 2013)
+
+  08 Dec 2013; Sébastien Fabbro <bicatali@gentoo.org> +lapack-3.5.ebuild:
+  virtual/lapack: Version bump
+
 *lapack-3.4 (21 Feb 2013)
 
   21 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> +lapack-3.4.ebuild,

diff --git a/virtual/lapack/lapack-3.5.ebuild b/virtual/lapack/lapack-3.5.ebuild
new file mode 100644
index 0000000..226cf97
--- /dev/null
+++ b/virtual/lapack/lapack-3.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+RDEPEND="|| (
+		>=sci-libs/lapack-reference-${PV}
+		>=sci-libs/atlas-3.10.1[lapack]
+	)
+	doc? ( >=app-doc/lapack-docs-3.3 )"
+DEPEND=""


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2014-02-11 14:07 Justin Lecher
  0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2014-02-11 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5260c82743f16e7640e2b43a3a66151c566f5274
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 14:07:31 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 14:07:31 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5260c827

virtual/lapack: Add missing inherite from multilib.eclass, thanks dev-zero spotting this

Package-Manager: portage-2.2.8-r1

---
 virtual/lapack/ChangeLog                                   | 4 ++++
 virtual/lapack/{lapack-3.5.ebuild => lapack-3.5-r1.ebuild} | 6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/virtual/lapack/ChangeLog b/virtual/lapack/ChangeLog
index fcc9ba4..f2d88bb 100644
--- a/virtual/lapack/ChangeLog
+++ b/virtual/lapack/ChangeLog
@@ -2,6 +2,10 @@
 # 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 $
 
+  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
+
   19 Jan 2014; Justin Lecher <jlec@gentoo.org> -lapack-3.4.ebuild,
   +lapack-3.4-r1.ebuild, metadata.xml:
   Warn if old ${EPREFIX}/usr/$(get_libdir)/lib${PN}.so is present

diff --git a/virtual/lapack/lapack-3.5.ebuild b/virtual/lapack/lapack-3.5-r1.ebuild
similarity index 95%
rename from virtual/lapack/lapack-3.5.ebuild
rename to virtual/lapack/lapack-3.5-r1.ebuild
index 3d65f54..d465e88 100644
--- a/virtual/lapack/lapack-3.5.ebuild
+++ b/virtual/lapack/lapack-3.5-r1.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=5
 
+inherit multilib
+
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"
 HOMEPAGE=""
 SRC_URI=""
@@ -13,14 +15,14 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
-RDEPEND="|| (
+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"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2014-10-06  5:56 Justin Lecher
  0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2014-10-06  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     915f693ca57021b9b2ba191991215ebbe94eac05
Author:     gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  6 16:42:37 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 11:10:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=915f693c

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] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2014-10-08 14:16 Honza Macháček
  0 siblings, 0 replies; 14+ messages in thread
From: Honza Macháček @ 2014-10-08 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a71dc7f005a54199929c9082f422934f971cd0ce
Author:     Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
AuthorDate: Wed Oct  8 14:15:56 2014 +0000
Commit:     Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz>
CommitDate: Wed Oct  8 14:15:56 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a71dc7f0

virtual/lapack-3.5-r2 made depend on sci-libs/lapack-reference[int64] if USE=int64 (int64 apparently not available with sci-libs/atlas)

Package-Manager: portage-2.2.14_rc1

---
 virtual/lapack/ChangeLog            | 4 ++++
 virtual/lapack/lapack-3.5-r2.ebuild | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/virtual/lapack/ChangeLog b/virtual/lapack/ChangeLog
index cd1f5c6..be56960 100644
--- a/virtual/lapack/ChangeLog
+++ b/virtual/lapack/ChangeLog
@@ -2,6 +2,10 @@
 # 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 $
 
+  08 Oct 2014; Honza Macháček <Hloupy.Honza@centrum.cz> lapack-3.5-r2.ebuild:
+  virtual/lapack-3.5-r2 made depend on sci-libs/lapack-reference[int64] if
+  USE=int64 (int64 apparently not available with sci-libs/atlas)
+
 *lapack-3.5-r2 (26 Apr 2014)
 
   26 Apr 2014; Mark Wright <gienah@gentoo.org> +lapack-3.5-r2.ebuild,

diff --git a/virtual/lapack/lapack-3.5-r2.ebuild b/virtual/lapack/lapack-3.5-r2.ebuild
index d89f0e0..607286b 100644
--- a/virtual/lapack/lapack-3.5-r2.ebuild
+++ b/virtual/lapack/lapack-3.5-r2.ebuild
@@ -17,9 +17,10 @@ IUSE="doc int64"
 
 RDEPEND="
 	|| (
-		>=sci-libs/lapack-reference-${PV}
+		>=sci-libs/lapack-reference-${PV}[int64?]
 		>=sci-libs/atlas-3.10.1[lapack]
 	)
+	int64? ( >=sci-libs/lapack-reference-${PV}[int64] )
 	doc? ( >=app-doc/lapack-docs-3.3 )"
 DEPEND=""
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2015-11-29 10:17 Justin Lecher
  0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2015-11-29 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     9f010df73ad07e3299cdb071a55ac5bbe9453583
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 09:42:56 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 09:42:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9f010df7

virtual/lapack: Add missing eclass

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/lapack/lapack-3.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.5-r3.ebuild b/virtual/lapack/lapack-3.5-r3.ebuild
index a90eeef..fc8e2e0 100644
--- a/virtual/lapack/lapack-3.5-r3.ebuild
+++ b/virtual/lapack/lapack-3.5-r3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit multilib-build
+inherit multilib-build multilib
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"
 HOMEPAGE=""


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2015-11-29 10:17 Justin Lecher
  0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2015-11-29 10:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1414229db7dd1693c06825f2d1e911eff5aac042
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 09:41:48 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 09:41:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1414229d

virtual/lapack: Block app-eselect/eselect-lapack

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=563292

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/lapack/{lapack-3.5-r2.ebuild => lapack-3.5-r3.ebuild} | 3 ++-
 virtual/lapack/metadata.xml                                   | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/virtual/lapack/lapack-3.5-r2.ebuild b/virtual/lapack/lapack-3.5-r3.ebuild
similarity index 92%
rename from virtual/lapack/lapack-3.5-r2.ebuild
rename to virtual/lapack/lapack-3.5-r3.ebuild
index 7bbf0a1..a90eeef 100644
--- a/virtual/lapack/lapack-3.5-r2.ebuild
+++ b/virtual/lapack/lapack-3.5-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc int64"
 
 RDEPEND="
+	!app-eselect/eselect-lapack
 	|| (
 		>=sci-libs/lapack-reference-${PV}[int64?,${MULTILIB_USEDEP}]
 		>=sci-libs/atlas-3.10.1[lapack]

diff --git a/virtual/lapack/metadata.xml b/virtual/lapack/metadata.xml
index 544d38e..345740d 100644
--- a/virtual/lapack/metadata.xml
+++ b/virtual/lapack/metadata.xml
@@ -7,8 +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
+  <use>
+    <flag name="int64">Add eselect module for lapack libraries built with 64 bits
   integer ABI</flag>
-</use>
+  </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2015-12-28  8:17 Justin Lecher
  0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2015-12-28  8:17 UTC (permalink / raw
  To: gentoo-commits

commit:     87f47e10e7f239457bf6d0b1b4c6bb3c0cefcf4e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 08:17:09 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 08:17:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=87f47e10

virtual/lapack: Version Bump, update deps, drop unsupported ABIs

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/lapack/lapack-3.6.ebuild | 41 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6.ebuild
new file mode 100644
index 0000000..240fd0f
--- /dev/null
+++ b/virtual/lapack/lapack-3.6.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+inherit multilib-build
+
+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="
+	!app-eselect/eselect-lapack
+	|| (
+		>=sci-libs/lapack-reference-${PV}[int64?,${MULTILIB_USEDEP}]
+		sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
+		abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34[lapack] ) )
+	)
+	int64? (
+		>=sci-libs/lapack-reference-${PV}[int64,${MULTILIB_USEDEP}]
+		sci-libs/mkl[int64,${MULTILIB_USEDEP}]
+	)
+	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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2016-02-26  9:02 Justin Lecher
  0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2016-02-26  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     28d9cc65aa1afbd47b05518914ffbe3b8799aa65
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 08:59:07 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 08:59:07 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=28d9cc65

virtual/lapack: Bump to EAPI=6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/lapack/lapack-3.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6.ebuild
index 8e321be..e18f2ae 100644
--- a/virtual/lapack/lapack-3.6.ebuild
+++ b/virtual/lapack/lapack-3.6.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 MULTILIB_COMPAT=( abi_x86_{32,64} )
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2016-02-26  9:02 Justin Lecher
  0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2016-02-26  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ea6bf6d9b930a2ca00f01f8ea56a431bdeaed489
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 08:57:41 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 08:57:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ea6bf6d9

virtual/lapack: Drop old

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/lapack/lapack-3.5-r3.ebuild | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/virtual/lapack/lapack-3.5-r3.ebuild b/virtual/lapack/lapack-3.5-r3.ebuild
deleted file mode 100644
index fc8e2e0..0000000
--- a/virtual/lapack/lapack-3.5-r3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib-build 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="
-	!app-eselect/eselect-lapack
-	|| (
-		>=sci-libs/lapack-reference-${PV}[int64?,${MULTILIB_USEDEP}]
-		>=sci-libs/atlas-3.10.1[lapack]
-	)
-	int64? ( >=sci-libs/lapack-reference-${PV}[int64,${MULTILIB_USEDEP}] )
-	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
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2016-10-12  6:30 Marius Brehler
  0 siblings, 0 replies; 14+ messages in thread
From: Marius Brehler @ 2016-10-12  6:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6227bf90763a61adb71e1cda2ae7def898489ea7
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 19:49:12 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Sep 24 20:10:31 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6227bf90

virtual/lapack: revision bump 3.6 to 3.6-r100

This ensures that ::science virtual (and packages) are preferred over
versions in ::gentoo

Package-Manager: portage-2.2.28

 virtual/lapack/{lapack-3.6.ebuild => lapack-3.6-r100.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6-r100.ebuild
similarity index 93%
rename from virtual/lapack/lapack-3.6.ebuild
rename to virtual/lapack/lapack-3.6-r100.ebuild
index e18f2ae..bdacc42 100644
--- a/virtual/lapack/lapack-3.6.ebuild
+++ b/virtual/lapack/lapack-3.6-r100.ebuild
@@ -20,7 +20,7 @@ IUSE="doc int64"
 RDEPEND="
 	!app-eselect/eselect-lapack
 	|| (
-		>=sci-libs/lapack-reference-${PV}[int64?,${MULTILIB_USEDEP}]
+		>=sci-libs/lapack-reference-${PV}-r100[int64?,${MULTILIB_USEDEP}]
 		sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
 		abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34[lapack] ) )
 	)


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2017-02-03 10:25 Marius Brehler
  0 siblings, 0 replies; 14+ messages in thread
From: Marius Brehler @ 2017-02-03 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4a4b610148d1d3643a7dd5207541fc4fbcdbd646
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 02:57:20 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Feb  3 02:57:20 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4a4b6101

virtual/lapack: version bump to 3.7

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 virtual/lapack/lapack-3.7-r100.ebuild | 43 +++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/virtual/lapack/lapack-3.7-r100.ebuild b/virtual/lapack/lapack-3.7-r100.ebuild
new file mode 100644
index 0000000..334bab6
--- /dev/null
+++ b/virtual/lapack/lapack-3.7-r100.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+inherit multilib-build
+
+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="
+	!app-eselect/eselect-lapack
+	|| (
+		>=sci-libs/lapack-reference-${PV}-r100[int64?,${MULTILIB_USEDEP}]
+		sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
+		abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34[lapack] ) )
+	)
+	int64? (
+		|| (
+			>=sci-libs/lapack-reference-${PV}[int64,${MULTILIB_USEDEP}]
+			sci-libs/mkl[int64,${MULTILIB_USEDEP}]
+		)
+	)
+	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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] proj/sci:master commit in: virtual/lapack/
@ 2017-03-07  7:45 Marius Brehler
  0 siblings, 0 replies; 14+ messages in thread
From: Marius Brehler @ 2017-03-07  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b4f4c09d90a5e163399c749b322c0695504fe500
Author:     François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
AuthorDate: Sun Mar  5 01:22:52 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Mar  6 18:58:37 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b4f4c09d

virtual/lapack: Remove MULTILIB_COMPAT restriction

Package-Manager: portage-2.3.3

 virtual/lapack/lapack-3.6-r100.ebuild | 4 +---
 virtual/lapack/lapack-3.7-r100.ebuild | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/virtual/lapack/lapack-3.6-r100.ebuild b/virtual/lapack/lapack-3.6-r100.ebuild
index a7f119675..64256ca6d 100644
--- a/virtual/lapack/lapack-3.6-r100.ebuild
+++ b/virtual/lapack/lapack-3.6-r100.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"

diff --git a/virtual/lapack/lapack-3.7-r100.ebuild b/virtual/lapack/lapack-3.7-r100.ebuild
index 0433823c9..64256ca6d 100644
--- a/virtual/lapack/lapack-3.7-r100.ebuild
+++ b/virtual/lapack/lapack-3.7-r100.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=6
 
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-
 inherit multilib-build
 
 DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 implementation"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-03-07  7:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-12  6:30 [gentoo-commits] proj/sci:master commit in: virtual/lapack/ Marius Brehler
  -- strict thread matches above, loose matches on Subject: below --
2017-03-07  7:45 Marius Brehler
2017-02-03 10:25 Marius Brehler
2016-02-26  9:02 Justin Lecher
2016-02-26  9:02 Justin Lecher
2015-12-28  8:17 Justin Lecher
2015-11-29 10:17 Justin Lecher
2015-11-29 10:17 Justin Lecher
2014-10-08 14:16 Honza Macháček
2014-10-06  5:56 Justin Lecher
2014-02-11 14:07 Justin Lecher
2014-01-28 19:01 Sebastien Fabbro
2014-01-19 18:32 Justin Lecher
2013-02-21 21:17 Sebastien Fabbro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox