Skip to content

Commit

Permalink
Disable libROM mfem check temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed May 31, 2024
1 parent fcdf138 commit 5f94a60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bindings/pylibROM/pylibROM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@

// check that libROM has MFEM if pylibROM is using MFEM
#ifdef PYLIBROM_HAS_MFEM
#ifndef CAROM_HAS_MFEM
#error "libROM was not compiled with MFEM support"
#endif
// temporarily disabled until libROM upstream adds this option
// #ifndef CAROM_HAS_MFEM
// #error "libROM was not compiled with MFEM support"
// #endif
#endif

namespace py = pybind11;
Expand Down

0 comments on commit 5f94a60

Please sign in to comment.