Skip to content

Commit

Permalink
Revert ""build" HighFive HDF5 library"
Browse files Browse the repository at this point in the history
This reverts commit b255122.
  • Loading branch information
JDanielSmith committed Feb 17, 2023
1 parent a8b75a5 commit 246985a
Show file tree
Hide file tree
Showing 51 changed files with 0 additions and 7,440 deletions.
1 change: 0 additions & 1 deletion modules/c++/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ add_subdirectory("math.linear")
add_subdirectory("math.poly")
add_subdirectory("numpyutils")
add_subdirectory("hdf5.lite")
add_subdirectory("highfive")
add_subdirectory("gsl")
add_subdirectory("std")

6 changes: 0 additions & 6 deletions modules/c++/hdf5.lite/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
set(MODULE_NAME hdf5.lite)

if(CODA_ENABLE_HDF5)
if (MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /DHIGHFIVE_USE_BOOST=OFF")
elseif (UNIX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DHIGHFIVE_USE_BOOST=OFF")
endif()

set(MODULE_DEPS except-c++ types-c++ io-c++ coda_oss-c++)
list(APPEND MODULE_DEPS hdf5-c++)

Expand Down
13 changes: 0 additions & 13 deletions modules/c++/highfive/CMakeLists.txt

This file was deleted.

106 changes: 0 additions & 106 deletions modules/c++/highfive/include/highfive/H5Attribute.hpp

This file was deleted.

118 changes: 0 additions & 118 deletions modules/c++/highfive/include/highfive/H5DataSet.hpp

This file was deleted.

121 changes: 0 additions & 121 deletions modules/c++/highfive/include/highfive/H5DataSpace.hpp

This file was deleted.

Loading

0 comments on commit 246985a

Please sign in to comment.