pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/openblas_openmp



Module Name:    pkgsrc
Committed By:   thor
Date:           Sun Jun  1 16:56:24 UTC 2025

Modified Files:
        pkgsrc/math/openblas_openmp: Makefile

Log Message:
math/openblas_openmp: remove redundant openmp use (via common Makefile now)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/openblas_openmp/Makefile

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_openmp/Makefile
diff -u pkgsrc/math/openblas_openmp/Makefile:1.7 pkgsrc/math/openblas_openmp/Makefile:1.8
--- pkgsrc/math/openblas_openmp/Makefile:1.7    Sat Feb 17 10:13:20 2024
+++ pkgsrc/math/openblas_openmp/Makefile        Sun Jun  1 16:56:24 2025
@@ -1,8 +1,5 @@
-# $NetBSD: Makefile,v 1.7 2024/02/17 10:13:20 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/06/01 16:56:24 thor Exp $
 
 OPENBLAS_VARIANT= openblas_openmp
 .include "../../math/openblas/Makefile.common"
-.if !empty(PKGSRC_COMPILER:M*clang*)
-.include "../../parallel/openmp/buildlink3.mk"
-.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index