summaryrefslogtreecommitdiff
path: root/devel/hdf5-c++
diff options
context:
space:
mode:
authoradam <adam>2015-11-26 11:25:10 +0000
committeradam <adam>2015-11-26 11:25:10 +0000
commit69087845643a522317f237df123a8285aa86d984 (patch)
treedf7c072a3c7a2ddf1538d4d99c5a9db5928e25da /devel/hdf5-c++
parentdbcb49ff9cd43aca8c2753a544907d27c82149f3 (diff)
downloadpkgsrc-69087845643a522317f237df123a8285aa86d984.tar.gz
Changes 1.8.16:
* Improvements made to the CMake build system. * Added Memory Allocation Functions that Use the Library's Allocator * Added Functions to Control the Value of H5PL_no_plugin_g without Using an Environment Variable * MPI_Finalize and HDF5 Library Shutdown * New Wrappers for C Functions H5P[s/g]et_libver_bounds * more...
Diffstat (limited to 'devel/hdf5-c++')
-rw-r--r--devel/hdf5-c++/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/devel/hdf5-c++/Makefile b/devel/hdf5-c++/Makefile
index 8f28aab204e..e92f7f8fa42 100644
--- a/devel/hdf5-c++/Makefile
+++ b/devel/hdf5-c++/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2015/08/24 17:58:34 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2015/11/26 11:25:11 adam Exp $
PKGNAME= ${DISTNAME:S/-/-c++-/}
-PKGREVISION= 1
COMMENT= Hierarchical Data Format (new generation) - C++ wrappers
USE_LANGUAGES= c c++
@@ -39,17 +38,17 @@ do-install:
.endfor
.include "../../devel/hdf5/Makefile.common"
-
.include "../../devel/hdf5/buildlink3.mk"
-
# Since the package is build from source code shared with hdf5,
# same options should be passed:
-.if !empty(PKG_BUILD_OPTIONS.hdf5:Mszip)
-CONFIGURE_ARGS+= --with-szlib
-.endif
+.include "../../devel/hdf5/options.mk"
+
+#.if !empty(PKG_BUILD_OPTIONS.hdf5:Mszip)
+#CONFIGURE_ARGS+= --with-szlib
+#.endif
-.if !empty(PKG_BUILD_OPTIONS.hdf5:Mthreads)
-CONFIGURE_ARGS+= --enable-threadsafe
-.endif
+#.if !empty(PKG_BUILD_OPTIONS.hdf5:Mthreads)
+#CONFIGURE_ARGS+= --enable-threadsafe
+#.endif
.include "../../mk/bsd.pkg.mk"