forked from openmeeg/openmeeg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] pre-commit autoupdate (openmeeg#651)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3e19df9
commit 2b0db57
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -340,7 +340,11 @@ jobs: | |
BREW_EXTRA=openblas | ||
fi | ||
echo "Installing dependencies with brew" | ||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install hdf5 libmatio libomp swig $BREW_EXTRA | ||
# TODO: Not libmatio 1.5.27 compatible | ||
brew tap-new $USER/local-libmatio | ||
brew tap homebrew/core --force | ||
brew extract --version=1.5.26 libmatio $USER/local-libmatio | ||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install hdf5 [email protected] libomp swig $BREW_EXTRA | ||
echo "brew install complete" | ||
if [[ "${{steps.env-vars.outputs.blas}}" == "OpenBLAS" ]]; then | ||
BLAS_DIR=/usr/local/opt/openblas | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters