diff options
author | 2015-09-19 09:14:19 +0200 | |
---|---|---|
committer | 2015-11-28 18:25:09 +0100 | |
commit | bc36b5406f2bb289a3920ef13d50853a567bc83d (patch) | |
tree | ee431372f2726c8ffbc5ca294fd07076be18f737 /virtual/lapack/lapack-3.4-r1.ebuild | |
parent | dev-util/amdapp: Version bump; Fixes issue #542 (diff) | |
download | sci-bc36b5406f2bb289a3920ef13d50853a567bc83d.tar.gz sci-bc36b5406f2bb289a3920ef13d50853a567bc83d.tar.bz2 sci-bc36b5406f2bb289a3920ef13d50853a567bc83d.zip |
Large fix of numeric code
fortran-int64.eclass code has been splitted into
numeric-int64-multibuild.eclass, fortran-2.eclass and
numeric.eclass.
Gentoo:
https://bugs.gentoo.org/show_bug.cgi?id=563292
https://bugs.gentoo.org/show_bug.cgi?id=551764
https://bugs.gentoo.org/show_bug.cgi?id=555302
Github:
resolves gentoo-science/sci#438
resolves gentoo-science/sci#443
resolves gentoo-science/sci#447
resolves gentoo-science/sci#450
resolves gentoo-science/sci#467
resolves gentoo-science/sci#492
resolves gentoo-science/sci#507
resolves gentoo-science/sci#508
resolves gentoo-science/sci#522
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'virtual/lapack/lapack-3.4-r1.ebuild')
-rw-r--r-- | virtual/lapack/lapack-3.4-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/virtual/lapack/lapack-3.4-r1.ebuild b/virtual/lapack/lapack-3.4-r1.ebuild deleted file mode 100644 index 57124ab65..000000000 --- a/virtual/lapack/lapack-3.4-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit multilib - -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="" - -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 -} |