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:   jperkin
Date:           Thu Apr 25 08:27:08 UTC 2024

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

Log Message:
openblas: Remove ONLY_FOR_PLATFORM.

Being untested is no reason to exclude 20 platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/math/openblas/Makefile.common:1.10
--- pkgsrc/math/openblas/Makefile.common:1.9    Sat Feb 17 10:13:19 2024
+++ pkgsrc/math/openblas/Makefile.common        Thu Apr 25 08:27:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2024/02/17 10:13:19 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2024/04/25 08:27:08 jperkin Exp $
 #
 # used by math/openblas_pthread/Makefile
 # used by math/openblas_openmp/Makefile
@@ -26,9 +26,6 @@ HOMEPAGE=     https://github.com/OpenMathLib
 COMMENT=       Optimized BLAS library based on GotoBLAS2 (variant ${OPENBLAS_VARIANT})
 LICENSE=       modified-bsd
 
-# Untested on other platforms
-ONLY_FOR_PLATFORM=     Darwin-*-* Linux-*-* NetBSD-*-*
-
 USE_LANGUAGES= c fortran
 USE_TOOLS+=    gmake perl:build
 NO_CONFIGURE=  yes



Home | Main Index | Thread Index | Old Index