summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-09-30 00:16:50 +0000
committerSam James <sam@gentoo.org>2020-09-30 00:19:22 +0000
commitde5c3315e5882b520f8fde86e99236a45092ef2f (patch)
treeb2fddf9f1f422fb57b580442dee2603407b21d98 /sci-libs/lapack/files
parentdev-libs/unibilium: bump to 4.1.0 (neovim fork) (diff)
downloadgentoo-de5c3315e5882b520f8fde86e99236a45092ef2f.tar.gz
gentoo-de5c3315e5882b520f8fde86e99236a45092ef2f.tar.bz2
gentoo-de5c3315e5882b520f8fde86e99236a45092ef2f.zip
Revert "sci-libs/lapack: remove unused patch(es)"
This reverts commit fc181897a2b69c37030d1a8867621946c0a01e21. The detection was valid, but the issue was I forgot to apply it. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/lapack/files')
-rw-r--r--sci-libs/lapack/files/lapack-3.9.0-build-tests.patch20
1 files changed, 20 insertions, 0 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
new file mode 100644
index 000000000000..1dbcd6d9f677
--- /dev/null
+++ b/sci-libs/lapack/files/lapack-3.9.0-build-tests.patch
@@ -0,0 +1,20 @@
+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
++