Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lapack/files/
Date: Wed, 30 Sep 2020 00:19:43
Message-Id: 1601425162.de5c3315e5882b520f8fde86e99236a45092ef2f.sam@gentoo
1 commit: de5c3315e5882b520f8fde86e99236a45092ef2f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 00:16:50 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 00:19:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5c3315
7
8 Revert "sci-libs/lapack: remove unused patch(es)"
9
10 This reverts commit fc181897a2b69c37030d1a8867621946c0a01e21.
11
12 The detection was valid, but the issue was I forgot to apply it.
13
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sci-libs/lapack/files/lapack-3.9.0-build-tests.patch | 20 ++++++++++++++++++++
17 1 file changed, 20 insertions(+)
18
19 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
20 new file mode 100644
21 index 00000000000..1dbcd6d9f67
22 --- /dev/null
23 +++ b/sci-libs/lapack/files/lapack-3.9.0-build-tests.patch
24 @@ -0,0 +1,20 @@
25 +diff --git a/CMakeLists.txt b/CMakeLists.txt
26 +index d9dbf97..9635ba4 100644
27 +--- a/CMakeLists.txt
28 ++++ b/CMakeLists.txt
29 +@@ -127,7 +127,7 @@ set(PKG_CONFIG_DIR ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
30 +
31 + # --------------------------------------------------
32 + # Testing
33 +-option(BUILD_TESTING "Build tests" ${_is_coverage_build})
34 ++option(BUILD_TESTING "Build tests")
35 + include(CTest)
36 + message(STATUS "Build tests: ${BUILD_TESTING}")
37 +
38 +@@ -443,4 +443,4 @@ install(FILES
39 + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/lapack-${LAPACK_VERSION}
40 + COMPONENT Development
41 + )
42 +-
43 +\ No newline at end of file
44 ++