summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-29 10:25:40 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-29 10:25:55 +0100
commit97cd40a0e43816fb6a6af0e5bc55769f6d459145 (patch)
treec29dcf280313265e8e803dd4d4d011c960f71407 /sci-libs/clapack/clapack-3.2.1-r7.ebuild
parentsci-libs/clapack: Restrict tests (diff)
downloadgentoo-97cd40a0e43816fb6a6af0e5bc55769f6d459145.tar.gz
gentoo-97cd40a0e43816fb6a6af0e5bc55769f6d459145.tar.bz2
gentoo-97cd40a0e43816fb6a6af0e5bc55769f6d459145.zip
sci-libs/clapack: Remove 3.2.1 (r7)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-libs/clapack/clapack-3.2.1-r7.ebuild')
-rw-r--r--sci-libs/clapack/clapack-3.2.1-r7.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-libs/clapack/clapack-3.2.1-r7.ebuild b/sci-libs/clapack/clapack-3.2.1-r7.ebuild
deleted file mode 100644
index 4004c079c2f7..000000000000
--- a/sci-libs/clapack/clapack-3.2.1-r7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit flag-o-matic cmake-utils
-
-DESCRIPTION="f2c'ed version of LAPACK"
-HOMEPAGE="http://www.netlib.org/clapack/"
-SRC_URI="http://www.netlib.org/${PN}/${P}-CMAKE.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- >=dev-libs/libf2c-20090407-r1
- virtual/blas"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${P}-CMAKE
-
-PATCHES=(
- "${FILESDIR}/${P}-fix_include_file.patch"
- "${FILESDIR}/${P}-noblasf2c.patch"
- "${FILESDIR}/${P}-hang.patch"
- "${FILESDIR}/${P}-findblas-r7.patch"
-)
-
-# bug 433806
-RESTRICT="test"
-
-src_configure() {
- filter-flags -ftree-vectorize
- # causes an internal compiler error with gcc-4.6.2
-
- local mycmakeargs=( $(cmake-utils_use_enable test TESTS) )
- cmake-utils_src_configure
-}