head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2025.01.14.11.41.00; author wiz; state Exp; branches; next ; commitid hdmXSPvowFD8JrFF; desc @@ 1.1 log @lapack: standardize patches to make updates easier Clean some pkglint while here. @ text @$NetBSD: patch-buildsystem-upstreamed,v 1.1 2024/01/08 21:28:56 thor Exp $ A changeset that I pushed upstream in a PR, to enable separate libblas build, un-break standalone CBLAS build with included BLAS, not unconditionally require unnecessary C++ compiler. See: https://github.com/Reference-LAPACK/lapack/pull/972 diff --git a/BLAS/CMakeLists.txt b/BLAS/CMakeLists.txt index a33f38f25..8e34fa858 100644 --- BLAS/CMakeLists.txt.orig 2024-12-03 11:39:11.000000000 +0000 +++ BLAS/CMakeLists.txt @@@@ -14,3 +14,8 @@@@ install(FILES DESTINATION ${PKG_CONFIG_DIR} COMPONENT Development ) + +install(EXPORT ${BLASLIB}-targets + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${BLASLIB}-${LAPACK_VERSION} + COMPONENT Development + ) @