diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2019-08-14 16:25:16 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2019-08-14 16:25:16 (GMT) |
commit | 674a945cc740531a9f0b01dcea16d0aa9f45c6ea (patch) | |
tree | b4423bc8d415534f4b3fd0e56eb54b58d2ac9f80 | |
parent | a5d37a2419c89a2437e272523c34f01b3185f365 (diff) | |
parent | 2b72832d97496290f74ccaffcda41c3e596f8f49 (diff) | |
download | hdf5-674a945cc740531a9f0b01dcea16d0aa9f45c6ea.zip hdf5-674a945cc740531a9f0b01dcea16d0aa9f45c6ea.tar.gz hdf5-674a945cc740531a9f0b01dcea16d0aa9f45c6ea.tar.bz2 |
Merge pull request #16 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-10813-swmr-test-fails-on-jelly-with
* commit '2b72832d97496290f74ccaffcda41c3e596f8f49':
Added map API build status to libhdf5.settings.
-rw-r--r-- | src/libhdf5.settings.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in index baa99ea..1591bed 100644 --- a/src/libhdf5.settings.in +++ b/src/libhdf5.settings.in @@ -78,6 +78,7 @@ Parallel Filtered Dataset Writes: @PARALLEL_FILTERED_WRITES@ With deprecated public symbols: @DEPRECATED_SYMBOLS@ I/O filters (external): @EXTERNAL_FILTERS@ MPE: @MPE@ + Map (H5M) API: @MAP_API@ Direct VFD: @DIRECT_VFD@ (Read-Only) S3 VFD: @ROS3_VFD@ (Read-Only) HDFS VFD: @HAVE_LIBHDFS@ |