pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   thor
Date:           Mon Dec 18 15:53:27 UTC 2023

Modified Files:
        pkgsrc/devel/hdf5: options.mk
        pkgsrc/mk/defaults: options.description

Log Message:
devel/hdf5: rename unsafe-threads to hdf5-unsafe-threads and document it


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/hdf5/options.mk
cvs rdiff -u -r1.710 -r1.711 pkgsrc/mk/defaults/options.description

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

Modified files:

Index: pkgsrc/devel/hdf5/options.mk
diff -u pkgsrc/devel/hdf5/options.mk:1.11 pkgsrc/devel/hdf5/options.mk:1.12
--- pkgsrc/devel/hdf5/options.mk:1.11   Mon Dec 18 10:33:28 2023
+++ pkgsrc/devel/hdf5/options.mk        Mon Dec 18 15:53:27 2023
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.11 2023/12/18 10:33:28 thor Exp $
+# $NetBSD: options.mk,v 1.12 2023/12/18 15:53:27 thor Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.hdf5
-PKG_SUPPORTED_OPTIONS= szip threads unsafe-threads
+PKG_SUPPORTED_OPTIONS= szip threads hdf5-unsafe-threads
 PKG_SUGGESTED_OPTIONS= szip
 
 .include "../../mk/bsd.options.mk"
@@ -22,7 +22,7 @@ PLIST.hl=     yes
 
 # You can still enable threads if you are adventurous. There
 # are scientists like that. Not supported, but possible.
-.if !empty(PKG_OPTIONS:Munsafe-threads)
+.if !empty(PKG_OPTIONS:Mhdf5-unsafe-threads)
 CONFIGURE_ARGS+=       --enable-threadsafe --enable-unsupported
 .include "../../mk/pthread.buildlink3.mk"
 .endif

Index: pkgsrc/mk/defaults/options.description
diff -u pkgsrc/mk/defaults/options.description:1.710 pkgsrc/mk/defaults/options.description:1.711
--- pkgsrc/mk/defaults/options.description:1.710        Wed Nov 15 12:09:47 2023
+++ pkgsrc/mk/defaults/options.description      Mon Dec 18 15:53:27 2023
@@ -340,6 +340,7 @@ gzip                        Enable compression using gzip.
 hal                    Support for the freedesktop.org Hardware Abstraction Layer.
 halfops                        Halfops are similar to plain ops, but can't kick/deop plain ops.
 hawknl                 Enable HawkNL network API support.
+hdf5-unsafe-threads     Enable unsupported threaded hdf5 with high-level and C++ APIs.
 heif                   Enable HEIF graphics image support.
 hping-suid             Install hping executable setuid root.
 hpn-patch              High Performance Enabled SSH/SCP for OpenSSH.



Home | Main Index | Thread Index | Old Index