Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Feb 20, 2024
1 parent 69485e2 commit 8b1e17e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release_notes/INSTALL_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,12 @@ HDF4_BUILD_UTILS "Build HDF4 Utilities" OFF
HDF4_ENABLE_NETCDF "Build HDF4 versions of NetCDF-3 APIS" ON
HDF4_BUILD_JAVA "Build Java HDF Library" OFF
HDF4_BUILD_NETCDF_TOOLS "Build HDF4 versions of ncdump and ncgen" ON
ONLY_STATIC_TOOLS "Only Build Static Tools" OFF
ONLY_SHARED_TOOLS "Only Build Shared Tools" OFF
HDF4_BUILD_STATIC_TOOLS "Build Static Tools" ON
HDF4_BUILD_SHARED_TOOLS "Build Shared Tools" ON
HDF4_EXT_STATIC_TOOLS "Name Extension for Static Tools (none static)" "none"
HDF4_EXT_SHARED_TOOLS "Name Extension for Shared Tools (none shared)" "shared"

---------------- HDF4 Folder Build Options ---------------------
Defaults relative to $<INSTALL_PREFIX>
Expand Down
13 changes: 13 additions & 0 deletions release_notes/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ New features and changes
========================
Configuration:
-------------
- New options for building and naming tools in CMake

The following options have been added:
ONLY_STATIC_TOOLS "Only Build Static Tools" OFF
ONLY_SHARED_TOOLS "Only Build Shared Tools" OFF
HDF4_BUILD_STATIC_TOOLS "Build Static Tools" ON
HDF4_BUILD_SHARED_TOOLS "Build Shared Tools" ON
Also there are variables for adding name extensions to the tool names:
HDF4_EXT_STATIC_TOOLS "Name Extension for Static Tools (none static)" "none"
HDF4_EXT_SHARED_TOOLS "Name Extension for Shared Tools (none shared)" "shared"

The defaults will emulate the current naming and builds.

- XDR changes

We now only support building HDF4 with the XDR implementation packaged
Expand Down

0 comments on commit 8b1e17e

Please sign in to comment.