From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-851359-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 373E41384B4 for <garchives@archives.gentoo.org>; Sun, 13 Dec 2015 14:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FF5A21C05E; Sun, 13 Dec 2015 14:05:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF9AF21C062 for <gentoo-commits@lists.gentoo.org>; Sun, 13 Dec 2015 14:05:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB04334090F for <gentoo-commits@lists.gentoo.org>; Sun, 13 Dec 2015 14:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11154E5F for <gentoo-commits@lists.gentoo.org>; Sun, 13 Dec 2015 14:05:38 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1450015528.4c00600c36fd20bd7f64a2a0ca4487c6773f15ca.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpy/numpy-1.10.1-r1.ebuild X-VCS-Directories: dev-python/numpy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4c00600c36fd20bd7f64a2a0ca4487c6773f15ca X-VCS-Branch: master Date: Sun, 13 Dec 2015 14:05:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ddc7ce49-b934-4863-8322-6303b68c4678 X-Archives-Hash: d1ebaab72c8f61e35480674cd4fd8b4d commit: 4c00600c36fd20bd7f64a2a0ca4487c6773f15ca Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Dec 13 12:46:51 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Dec 13 14:05:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c00600c dev-python/numpy: Drop obsolete dotblas handling Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567938 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/numpy/numpy-1.10.1-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/numpy/numpy-1.10.1-r1.ebuild b/dev-python/numpy/numpy-1.10.1-r1.ebuild index c8e9cf9..4cec96d 100644 --- a/dev-python/numpy/numpy-1.10.1-r1.ebuild +++ b/dev-python/numpy/numpy-1.10.1-r1.ebuild @@ -73,8 +73,6 @@ python_prepare_all() { if use lapack; then append-ldflags "$($(tc-getPKG_CONFIG) --libs-only-other cblas lapack)" local libdir="${EPREFIX}"/usr/$(get_libdir) - # make sure _dotblas.so gets built - sed -i -e '/NO_ATLAS_INFO/,+1d' numpy/core/setup.py || die cat >> site.cfg <<-EOF [blas] include_dirs = $(pc_incdir cblas)