Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
3f918be3
Commit
3f918be3
authored
May 23, 2018
by
Matthew Brett
Browse files
Fix for openblas (gcc) install on Sierra
https://travis-ci.org/matthew-brett/multibuild/jobs/382564348#L2248
parent
ae7c595e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
library_builders.sh
library_builders.sh
+2
-0
No files found.
library_builders.sh
View file @
3f918be3
...
...
@@ -92,6 +92,8 @@ function build_github {
function
build_openblas
{
if
[
-e
openblas-stamp
]
;
then return
;
fi
if
[
-n
"
$IS_OSX
"
]
;
then
# https://github.com/travis-ci/travis-ci/issues/8826
brew cask uninstall oclint
||
echo
"no oclint"
brew
install
openblas
brew
link
--force
openblas
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment