pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/lapack math/lapack: remove spurious hook from lok...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e2eef3b04353
branches: trunk
changeset: 452839:e2eef3b04353
user: thor <thor%pkgsrc.org@localhost>
date: Mon May 17 11:31:29 2021 +0000
description:
math/lapack: remove spurious hook from lokal build in CMake patch
This added a rather irrelevant local search path and just polluted
the patch with a local directory from by builds.
diffstat:
math/lapack/distinfo | 5 ++---
math/lapack/patches/patch-CMakeLists.txt | 11 +----------
2 files changed, 3 insertions(+), 13 deletions(-)
diffs (45 lines):
diff -r 0dfa540a682f -r e2eef3b04353 math/lapack/distinfo
--- a/math/lapack/distinfo Mon May 17 11:13:56 2021 +0000
+++ b/math/lapack/distinfo Mon May 17 11:31:29 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2021/05/13 07:52:05 thor Exp $
+$NetBSD: distinfo,v 1.27 2021/05/17 11:31:29 thor Exp $
SHA1 (lapack-3.9.1.tar.gz) = ccb1e9cb6e7fa7db8a680292457d7d990f25d286
RMD160 (lapack-3.9.1.tar.gz) = 380a2072eb7d8358ec8bf100e3d114600fc71444
@@ -7,9 +7,8 @@
SHA1 (patch-BLAS_SRC_CMakeLists.txt) = 8773f93b1f907ed02d41677a3819f5bb655a331a
SHA1 (patch-CBLAS_cblas.pc.in) = cc97fbab08024220739929b5ad95c266965da06d
SHA1 (patch-CBLAS_src_CMakeLists.txt) = 64abbfb4458943483fba8897df0c8bf62c3f949e
-SHA1 (patch-CMakeLists.txt) = 37ec278c2349d79e8cbd7cff110fce7984b42e6e
+SHA1 (patch-CMakeLists.txt) = 3c8e9125f164625198fb7197982746f43bf4aab5
SHA1 (patch-LAPACKE_CMakeLists.txt) = 13e4662585088aa53f61f7079d103fdfcf985c4e
SHA1 (patch-LAPACKE_lapacke.pc.in) = 6bbd72205120501cd60daf0b22b00ef7979fb329
-SHA1 (patch-LAPACKE_src_CMakeLists.txt) = da39a3ee5e6b4b0d3255bfef95601890afd80709
SHA1 (patch-SRC_CMakeLists.txt) = 4031bb41100f1fde71c70aa53fc55bee7a852fb7
SHA1 (patch-TESTING_MATGEN_CMakeLists.txt) = 07946678945dba3a7752849791f12e0666345983
diff -r 0dfa540a682f -r e2eef3b04353 math/lapack/patches/patch-CMakeLists.txt
--- a/math/lapack/patches/patch-CMakeLists.txt Mon May 17 11:13:56 2021 +0000
+++ b/math/lapack/patches/patch-CMakeLists.txt Mon May 17 11:31:29 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2021/05/13 07:52:05 thor Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.4 2021/05/17 11:31:29 thor Exp $
Avoid installation of LAPACK CMake and pkg-config files when not installing
LAPACK, also allowing explicitly to switch off LAPACK build for BLAS-only
@@ -6,15 +6,6 @@
--- CMakeLists.txt.orig 2021-03-25 18:25:15.000000000 +0000
+++ CMakeLists.txt
-@@ -11,7 +11,7 @@ set(
- )
-
- # Add the CMake directory for custom CMake modules
--set(CMAKE_MODULE_PATH "${LAPACK_SOURCE_DIR}/CMAKE" ${CMAKE_MODULE_PATH})
-+set (CMAKE_MODULE_PATH "/data/pkgwork/math/lapack/work/.buildlink/cmake-Modules" "${LAPACK_SOURCE_DIR}/CMAKE" ${CMAKE_MODULE_PATH})
-
- # Export all symbols on Windows when building shared libraries
- SET(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
@@ -160,6 +160,9 @@ endif()
Home |
Main Index |
Thread Index |
Old Index