Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 24, 2024
1 parent f24bc7a commit 039ffe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ IF(NETCDF_ENABLE_PNETCDF OR NETCDF_ENABLE_PARALLEL4)
COMPONENT headers)
ENDIF()

INSTALL(FILES ${netCDF_SOURCE_DIR}/include/netcdf_json.h
INSTALL(FILES ${netCDF_BINARY_DIR}/include/netcdf_json.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
COMPONENT headers)

INSTALL(FILES ${netCDF_SOURCE_DIR}/include/netcdf_proplist.h
INSTALL(FILES ${netCDF_BINARY_DIR}/include/netcdf_proplist.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
COMPONENT headers)

Expand Down
8 changes: 0 additions & 8 deletions libdispatch/dplugins.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ Unified plugin related code
/* Control path verification */
#define PLUGINPATHVERIFY "NC_PLUGIN_PATH_VERIFY"

/* Initializers/Finalizers for the implementations */
#ifdef NETCDF_ENABLE_HDF5
extern int NC4_hdf5_plugin_path_finalize(void);
#endif
#ifdef NETCDF_ENABLE_NCZARR
extern int NCZ__plugin_path_finalize(void);
#endif

static int NC_plugin_path_initialized = 0;
static int NC_plugin_path_verify = 1;

Expand Down
2 changes: 1 addition & 1 deletion libhdf5/hdf5internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

#include "config.h"
#include "ncplugins.h"
#include "hdf5internal.h"
#include "hdf5err.h" /* For BAIL2 */
#include <stddef.h>
Expand Down Expand Up @@ -97,7 +98,6 @@ nc4_hdf5_finalize(void)
/* Reclaim global resources */
NC4_provenance_finalize();
NC4_hdf5_filter_finalize();
NC4_hdf5_plugin_path_finalize();
nc4_hdf5_initialized = 0;
}

Expand Down

0 comments on commit 039ffe1

Please sign in to comment.