projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57456c2
)
fix misplaced lines
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Wed, 2 Dec 2020 22:13:13 +0000
(23:13 +0100)
committer
GitHub
<noreply@github.com>
Wed, 2 Dec 2020 22:13:13 +0000
(23:13 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 83237662f87e6655315d650ed640cee4129498b5..771e70d42d96156eeab901bf44cd6679c39c9152 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-214,10
+214,10
@@
matrix:
osx_image: xcode11.5
before_script:
- COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
+ - brew update
+ - brew install gcc@10
script:
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
- - brew update
- - brew install gcc-10
env:
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10"