diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-20 16:02:47 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-20 16:38:33 +0200 |
commit | fc181897a2b69c37030d1a8867621946c0a01e21 (patch) | |
tree | eca014db21eaa3d9e279166e4d505f83ed4d2a59 /sci-libs | |
parent | dev-util/buildbot: remove unused patches (diff) | |
download | gentoo-fc181897a2b69c37030d1a8867621946c0a01e21.tar.gz gentoo-fc181897a2b69c37030d1a8867621946c0a01e21.tar.bz2 gentoo-fc181897a2b69c37030d1a8867621946c0a01e21.zip |
sci-libs/lapack: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/17617
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/lapack/files/lapack-3.9.0-build-tests.patch | 20 |
1 files changed, 0 insertions, 20 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 -+ |