A list of changes is available at http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html A list of new features of 1.8.x release is available at http://www.hdfgroup.uiuc.edu/HDF5/doc_1.8pre/WhatsNew180.html This update removes "cxx" option from the package. New devel/hdf5-c++ should be used instead.
17 lines
690 B
Text
17 lines
690 B
Text
$NetBSD: patch-examples_Makefile.in,v 1.1 2011/10/07 10:38:51 alnsn Exp $
|
|
|
|
Fix paths to examples.
|
|
|
|
--- examples/Makefile.in.orig 2011-05-10 14:20:44.000000000 +0000
|
|
+++ examples/Makefile.in
|
|
@@ -387,8 +387,8 @@ EXTLINK_DIRS = red blue u2w
|
|
|
|
# Example directory
|
|
# Note: no '/' after DESTDIR. Explanation in commence.am
|
|
-EXAMPLEDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples/c
|
|
-EXAMPLETOPDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples
|
|
+EXAMPLEDIR = ${DESTDIR}$(prefix)/share/examples/hdf5/c
|
|
+EXAMPLETOPDIR = ${DESTDIR}$(prefix)/share/examples/hdf5
|
|
@BUILD_SHARED_SZIP_CONDITIONAL_TRUE@LD_LIBRARY_PATH = $(LL_PATH)
|
|
|
|
# Assume that all tests in this directory are examples, and tell
|