pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/openblas64_openmp



Module Name:    pkgsrc
Committed By:   thor
Date:           Sun Jun  1 16:57:10 UTC 2025

Modified Files:
        pkgsrc/math/openblas64_openmp: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/openblas64_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/openblas64_openmp/Makefile
diff -u pkgsrc/math/openblas64_openmp/Makefile:1.4 pkgsrc/math/openblas64_openmp/Makefile:1.5
--- pkgsrc/math/openblas64_openmp/Makefile:1.4  Sat Feb 17 10:13:19 2024
+++ pkgsrc/math/openblas64_openmp/Makefile      Sun Jun  1 16:57:10 2025
@@ -1,8 +1,5 @@
-# $NetBSD: Makefile,v 1.4 2024/02/17 10:13:19 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/06/01 16:57:10 thor Exp $
 
 OPENBLAS_VARIANT= openblas64_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