pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mk/blas.bl3: Avoid conflict with wip/blas.bl3
Module Name: pkgsrc-wip
Committed By: Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By: thor
Date: Wed Jul 22 15:23:57 2020 +0200
Changeset: 93fb5873070ade8a52c1fff45225d324edeb5c52
Modified Files:
mk/blas.buildlink3.mk
Log Message:
mk/blas.bl3: Avoid conflict with wip/blas.bl3
The same inclusion guard was used, resulting in missing libblas buildlink
when building something that relies on netlib BLAS. This has been masked
by a) not using netlib BLAS, or b) having libblas in the host system during
build.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=93fb5873070ade8a52c1fff45225d324edeb5c52
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mk/blas.buildlink3.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/mk/blas.buildlink3.mk b/mk/blas.buildlink3.mk
index 4b5d60a6a8..1c18155e5e 100644
--- a/mk/blas.buildlink3.mk
+++ b/mk/blas.buildlink3.mk
@@ -44,8 +44,8 @@
# LAPACK_LIBS
# Linker flags used for linking to LAPACK library
-.if !defined(BLAS_BUILDLINK3_MK)
-BLAS_BUILDLINK3_MK=
+.if !defined(MK_BLAS_BUILDLINK3_MK)
+MK_BLAS_BUILDLINK3_MK=
BUILD_DEFS+= PKGSRC_BLAS_TYPES
BUILD_DEFS_EFFECTS+= BLAS_TYPE BLAS_LIBS LAPACK_LIBS
Home |
Main Index |
Thread Index |
Old Index