pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Sep 23 12:59:29 UTC 2025

Modified Files:
        pkgsrc/parallel: Makefile

Log Message:
parallel: add spirv-tools


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/parallel/Makefile

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

Modified files:

Index: pkgsrc/parallel/Makefile
diff -u pkgsrc/parallel/Makefile:1.40 pkgsrc/parallel/Makefile:1.41
--- pkgsrc/parallel/Makefile:1.40       Sun Mar  9 11:27:56 2025
+++ pkgsrc/parallel/Makefile    Tue Sep 23 12:59:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2025/03/09 11:27:56 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2025/09/23 12:59:29 tnn Exp $
 #
 
 COMMENT=       Applications dealing with parallelism in computing
@@ -33,6 +33,7 @@ SUBDIR+=      py-threadpoolctl
 SUBDIR+=       slurm-wlm
 SUBDIR+=       spirv-headers
 SUBDIR+=       spirv-llvm-translator
+SUBDIR+=       spirv-tools
 SUBDIR+=       threadingbuildingblocks
 
 .include "../mk/misc/category.mk"



Home | Main Index | Thread Index | Old Index