Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: virtual/lapack/
Date: Wed, 12 Oct 2016 06:30:50
Message-Id: 1474747831.6227bf90763a61adb71e1cda2ae7def898489ea7.marbre@gentoo
1 commit: 6227bf90763a61adb71e1cda2ae7def898489ea7
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 24 19:49:12 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Sep 24 20:10:31 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6227bf90
7
8 virtual/lapack: revision bump 3.6 to 3.6-r100
9
10 This ensures that ::science virtual (and packages) are preferred over
11 versions in ::gentoo
12
13 Package-Manager: portage-2.2.28
14
15 virtual/lapack/{lapack-3.6.ebuild => lapack-3.6-r100.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/virtual/lapack/lapack-3.6.ebuild b/virtual/lapack/lapack-3.6-r100.ebuild
19 similarity index 93%
20 rename from virtual/lapack/lapack-3.6.ebuild
21 rename to virtual/lapack/lapack-3.6-r100.ebuild
22 index e18f2ae..bdacc42 100644
23 --- a/virtual/lapack/lapack-3.6.ebuild
24 +++ b/virtual/lapack/lapack-3.6-r100.ebuild
25 @@ -20,7 +20,7 @@ IUSE="doc int64"
26 RDEPEND="
27 !app-eselect/eselect-lapack
28 || (
29 - >=sci-libs/lapack-reference-${PV}[int64?,${MULTILIB_USEDEP}]
30 + >=sci-libs/lapack-reference-${PV}-r100[int64?,${MULTILIB_USEDEP}]
31 sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
32 abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34[lapack] ) )
33 )