From 090090143c87c112ddfe1b94fc364cdbde813ea2 Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Sun, 31 Mar 2024 16:41:21 -0500 Subject: [PATCH] update MOAB version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9965e2f..acf4288 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: cd ~ git clone https://bitbucket.org/fathomteam/moab.git cd moab - git checkout 5.3.1 + git checkout 5.5.1 mkdir build cd build cmake -DENABLE_HDF5=ON -DENABLE_BLASLAPACK=OFF -DENABLE_PYMOAB=ON -DCMAKE_INSTALL_PREFIX=$HOME/opt -DCMAKE_BUILD_TYPE=Release ..