From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64C8615808B for ; Wed, 13 Apr 2022 00:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75BB3E09A8; Wed, 13 Apr 2022 00:53:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69D82E09A8 for ; Wed, 13 Apr 2022 00:53:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99F2B341ACE for ; Wed, 13 Apr 2022 00:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF640397 for ; Wed, 13 Apr 2022 00:53:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649811170.0111bb49b8cf78873580aa187ecfc224711b3b7a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lapack/files/, sci-libs/lapack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/lapack/files/lapack-3.9.0-build-tests.patch sci-libs/lapack/lapack-3.10.0.ebuild sci-libs/lapack/lapack-3.10.1.ebuild X-VCS-Directories: sci-libs/lapack/files/ sci-libs/lapack/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0111bb49b8cf78873580aa187ecfc224711b3b7a X-VCS-Branch: master Date: Wed, 13 Apr 2022 00:53:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02cffaef-736d-498c-908e-2532aee6f725 X-Archives-Hash: 15468a3fc38cee13d66c396a067b006b commit: 0111bb49b8cf78873580aa187ecfc224711b3b7a Author: Sam James gentoo org> AuthorDate: Wed Apr 13 00:52:41 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 13 00:52:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0111bb49 sci-libs/lapack: cleanup obsolete patch Signed-off-by: Sam James gentoo.org> sci-libs/lapack/files/lapack-3.9.0-build-tests.patch | 20 -------------------- sci-libs/lapack/lapack-3.10.0.ebuild | 4 ---- sci-libs/lapack/lapack-3.10.1.ebuild | 4 ---- 3 files changed, 28 deletions(-) diff --git a/sci-libs/lapack/files/lapack-3.9.0-build-tests.patch b/sci-libs/lapack/files/lapack-3.9.0-build-tests.patch deleted file mode 100644 index 1dbcd6d9f677..000000000000 --- a/sci-libs/lapack/files/lapack-3.9.0-build-tests.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d9dbf97..9635ba4 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -127,7 +127,7 @@ set(PKG_CONFIG_DIR ${CMAKE_INSTALL_LIBDIR}/pkgconfig) - - # -------------------------------------------------- - # Testing --option(BUILD_TESTING "Build tests" ${_is_coverage_build}) -+option(BUILD_TESTING "Build tests") - include(CTest) - message(STATUS "Build tests: ${BUILD_TESTING}") - -@@ -443,4 +443,4 @@ install(FILES - DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/lapack-${LAPACK_VERSION} - COMPONENT Development - ) -- -\ No newline at end of file -+ diff --git a/sci-libs/lapack/lapack-3.10.0.ebuild b/sci-libs/lapack/lapack-3.10.0.ebuild index af0b1bcc0c31..c42b60080848 100644 --- a/sci-libs/lapack/lapack-3.10.0.ebuild +++ b/sci-libs/lapack/lapack-3.10.0.ebuild @@ -27,10 +27,6 @@ RDEPEND=" doc? ( app-doc/blas-docs )" DEPEND="${RDEPEND}" -PATCHES=( - #"${FILESDIR}"/${PN}-3.9.0-build-tests.patch -) - src_prepare() { cmake_src_prepare } diff --git a/sci-libs/lapack/lapack-3.10.1.ebuild b/sci-libs/lapack/lapack-3.10.1.ebuild index 4e1b7520afee..962b68b1d175 100644 --- a/sci-libs/lapack/lapack-3.10.1.ebuild +++ b/sci-libs/lapack/lapack-3.10.1.ebuild @@ -27,10 +27,6 @@ RDEPEND=" doc? ( app-doc/blas-docs )" DEPEND="${RDEPEND}" -PATCHES=( - #"${FILESDIR}"/${PN}-3.9.0-build-tests.patch -) - src_configure() { local mycmakeargs=( -DCBLAS=ON