Skip to content

Commit

Permalink
Temporarily revert "Add define for ADIOS2_HAVE_BP5"
Browse files Browse the repository at this point in the history
This reverts commit 9bf8591.
CI seems broken atm and need to fix that first.
  • Loading branch information
franzpoeschel committed May 6, 2024
1 parent 9bf8591 commit c068163
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions include/openPMD/IO/ADIOS/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
#define openPMD_HAS_ADIOS_2_9 \
(ADIOS2_VERSION_MAJOR * 100 + ADIOS2_VERSION_MINOR >= 209)

#if !defined(ADIOS2_HAVE_BP5) && openPMD_HAS_ADIOS_2_9
// ADIOS2 v2.10 no longer defines this
#define ADIOS2_HAVE_BP5
#endif

#else

#define openPMD_HAS_ADIOS_2_8 0
Expand Down
1 change: 0 additions & 1 deletion src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "openPMD/version.hpp"

#if openPMD_HAVE_ADIOS2
#include "openPMD/IO/ADIOS/macros.hpp"
#include <adios2.h>
#endif
#include <map>
Expand Down

0 comments on commit c068163

Please sign in to comment.