We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8059b commit 346ef22Copy full SHA for 346ef22
ossetup
@@ -23,5 +23,6 @@ elif [ "$RUNNER_OS" == "macOS" ]; then
23
brew update
24
brew install [email protected] || true
25
26
- brew install openmpi superlu suite-sparse gmsh boost pkg-config || true
+ brew install openmpi suite-sparse gmsh boost pkg-config || true
27
+ # + superlu (is failing currently)
28
fi
0 commit comments