public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:int64-build-eclass commit in: virtual/blas/
@ 2014-10-13 10:22 Mark Wright
  0 siblings, 0 replies; only message in thread
From: Mark Wright @ 2014-10-13 10:22 UTC (permalink / raw
  To: gentoo-commits

commit:     1cfde85a3a210cfa6f5eb98096dc56dc0005e090
Author:     gienah <gienah <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 13 10:20:08 2014 +0000
Commit:     Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Mon Oct 13 10:20:08 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1cfde85a

Bump the blas virtual to add int64 supplort for blas-reference.

---
 virtual/blas/ChangeLog          |  5 +++++
 virtual/blas/blas-2.1-r3.ebuild | 44 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/virtual/blas/ChangeLog b/virtual/blas/ChangeLog
index ec884e0..29295b3 100644
--- a/virtual/blas/ChangeLog
+++ b/virtual/blas/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/virtual/blas/ChangeLog,v 1.3 2010/01/11 10:55:38 ulm Exp $
 
+*blas-2.1-r3 (13 Oct 2014)
+
+  13 Oct 2014; Mark Wright <gienah@gentoo.org> +blas-2.1-r3.ebuild:
+  Bump the blas virtual to add int64 supplort for blas-reference.
+
 *blas-2.1-r2 (26 Apr 2014)
 
   26 Apr 2014; Mark Wright <gienah@gentoo.org> +blas-2.1-r2.ebuild,

diff --git a/virtual/blas/blas-2.1-r3.ebuild b/virtual/blas/blas-2.1-r3.ebuild
new file mode 100644
index 0000000..f06189e
--- /dev/null
+++ b/virtual/blas/blas-2.1-r3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit multilib
+
+DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc int64"
+
+RDEPEND="
+	int64? (
+		|| (
+			>=sci-libs/openblas-0.2.11[int64]
+			>=sci-libs/blas-reference-20131116-r1[int64]
+		)
+	)
+	|| (
+		>=sci-libs/blas-reference-20131116-r1[int64?]
+		>=dev-cpp/eigen-3.1.2
+		sci-libs/atlas[fortran]
+		>=sci-libs/openblas-0.2.11[int64?]
+		>=sci-libs/acml-4.4
+		sci-libs/gotoblas2
+		>=sci-libs/mkl-10.3
+	)
+	doc? ( >=app-doc/blas-docs-3.2 )"
+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] only message in thread

only message in thread, other threads:[~2014-10-13 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-13 10:22 [gentoo-commits] proj/sci:int64-build-eclass commit in: virtual/blas/ Mark Wright

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