Skip to content

Commit 346ef22

Browse files
committed
remove superlu since failing due to issue with 'complex'
1 parent aa8059b commit 346ef22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ossetup

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ elif [ "$RUNNER_OS" == "macOS" ]; then
2323
brew update
2424
brew install [email protected] || true
2525
brew install [email protected] || true
26-
brew install openmpi superlu suite-sparse gmsh boost pkg-config || true
26+
brew install openmpi suite-sparse gmsh boost pkg-config || true
27+
# + superlu (is failing currently)
2728
fi

0 commit comments

Comments
 (0)