pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/openblas



Module Name:    pkgsrc
Committed By:   bacon
Date:           Thu Feb  3 19:28:19 UTC 2022

Modified Files:
        pkgsrc/math/openblas: Makefile.common

Log Message:
math/openblas: Add Darwin-*-* to ONLY_FOR_PLATFORM

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/openblas/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/openblas/Makefile.common
diff -u pkgsrc/math/openblas/Makefile.common:1.6 pkgsrc/math/openblas/Makefile.common:1.7
--- pkgsrc/math/openblas/Makefile.common:1.6    Tue Jun 15 15:06:23 2021
+++ pkgsrc/math/openblas/Makefile.common        Thu Feb  3 19:28:19 2022
@@ -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 @@ LICENSE=      modified-bsd
 
 # 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