pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/openblas math/openblas: Add Darwin-*-* to ONLY_FO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/542757c27394
branches:  trunk
changeset: 372969:542757c27394
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Thu Feb 03 19:28:19 2022 +0000

description:
math/openblas: Add Darwin-*-* to ONLY_FOR_PLATFORM

Build tested for openblas and openblas64 on macOS Monterey
Approved by thomas.orgis

diffstat:

 math/openblas/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 331f73ef573d -r 542757c27394 math/openblas/Makefile.common
--- a/math/openblas/Makefile.common     Thu Feb 03 09:44:52 2022 +0000
+++ b/math/openblas/Makefile.common     Thu Feb 03 19:28:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2021/06/15 15:06:23 thor Exp $
+# $NetBSD: Makefile.common,v 1.7 2022/02/03 19:28:19 bacon Exp $
 #
 # used by math/openblas_pthread/Makefile
 # used by math/openblas_openmp/Makefile
@@ -32,7 +32,7 @@
 
 # Darwin has a .so/.dylib PLIST issue
 # Untested on other platforms
-ONLY_FOR_PLATFORM=     Linux-*-* NetBSD-*-*
+ONLY_FOR_PLATFORM=     Darwin-*-* Linux-*-* NetBSD-*-*
 
 USE_LANGUAGES= c fortran
 USE_TOOLS+=    gmake perl:build



Home | Main Index | Thread Index | Old Index