Martin Kroeker
94de62e8be
revert last change
3 years ago
Martin Kroeker
9923d6c47b
Update .travis.yml
3 years ago
Martin Kroeker
73ced8dbe5
Update .travis.yml
3 years ago
Martin Kroeker
d9d4ea7c7a
Update .travis.yml
3 years ago
Martin Kroeker
79208e209d
Update .travis.yml
3 years ago
Martin Kroeker
0ae5441481
Update .travis.yml
3 years ago
Martin Kroeker
193785b1f6
Update .travis.yml
3 years ago
Martin Kroeker
4d71a53399
Update .travis.yml
3 years ago
Martin Kroeker
85d62a3815
Update .travis.yml
3 years ago
Martin Kroeker
03d40af625
Update .travis.yml
3 years ago
Martin Kroeker
c0d271d37d
Update .travis.yml
3 years ago
Martin Kroeker
ce2c21ebcf
Update .travis.yml
3 years ago
Martin Kroeker
a7fa0582a6
Update .travis.yml
3 years ago
Martin Kroeker
2f8ba8048e
Update .travis.yml
3 years ago
Martin Kroeker
8cd4228f54
Update .travis.yml
3 years ago
Martin Kroeker
d679cb2a6b
Update .travis.yml
3 years ago
Martin Kroeker
3beff1763c
Update .travis.yml
3 years ago
Martin Kroeker
0034191feb
Update .travis.yml
3 years ago
Martin Kroeker
03c9ffd81f
Update .travis.yml
3 years ago
Martin Kroeker
34ae1a0aca
Update .travis.yml
3 years ago
Martin Kroeker
4dc66eb81e
Update .travis.yml
3 years ago
Martin Kroeker
c7a88253ec
Update .travis.yml
3 years ago
Martin Kroeker
0d100bfe9e
Update .travis.yml
3 years ago
Martin Kroeker
3f2e94ae5f
Update .travis.yml
3 years ago
Martin Kroeker
ed0401ca08
Update .travis.yml
3 years ago
Martin Kroeker
9ee7fe3d3c
Update .travis.yml
3 years ago
Martin Kroeker
3fc06b6e7e
Double the wait time for ppc jobs in Travis CI
3 years ago
Martin Kroeker
b60415a347
Add back travis_wait to keep ppc jobs from getting cancelled
3 years ago
Martin Kroeker
96ddadf164
Update .travis.yml
4 years ago
Martin Kroeker
adaf03835b
try to fix assembler errors on z13
4 years ago
Martin Kroeker
11f023b712
fix arch tags
4 years ago
Martin Kroeker
8c68b6f26d
Update .travis.yml
4 years ago
Martin Kroeker
349fb4910b
Disable the remaining x86_64 job on Travis
4 years ago
Martin Kroeker
72f3ce5f08
Add NO_AVX=1 fallbacks to newer generation x86_64 for completeness ( #3360 )
* Add NO_AVX=1 fallbacks to newer generation x86_64 for completeness
* Update .travis.yml
4 years ago
Martin Kroeker
e5ba7c3235
Disable all x86 jobs
4 years ago
Martin Kroeker
8fd694c18f
Update .travis.yml
5 years ago
Martin Kroeker
292a0aed66
Fix xcode12 build and add OSX/OpenMP
5 years ago
Martin Kroeker
a6692dc129
use gfortran-10 with xcode 12
5 years ago
Martin Kroeker
72a553f5bc
Update .travis.yml
5 years ago
Martin Kroeker
dcbb3b5ef1
fix misplaced lines
5 years ago
Martin Kroeker
57456c248b
fix gfortran requirement in osx interface64 test
5 years ago
Martin Kroeker
c361313564
Disable deprecated 32bit xcode
5 years ago
Martin Kroeker
77a538d4ba
Update an overlooked instance of xcode 10.0 as well
5 years ago
Martin Kroeker
9621062eba
Update OSX xcode version to 11.5
5 years ago
Martin Kroeker
2ae8785603
Add a POWER9 build with BFLOAT16 enabled
5 years ago
Martin Kroeker
f2e9a24e1a
Add AWS Graviton2 build
5 years ago
Martin Kroeker
5ba01dd1a8
Add an OSX build with xcode12
5 years ago
Marius Hillenbrand
047b8d7aff
Add an s390 build with clang to the Travis configuration
Since clang builds have been fixed on s390x, including support for
DYNAMIC_ARCH, cover that build type in Travis.
Explicitly request Ubuntu 20.04 (codename focal) to get a recent
LLVM/clang version 10.x and thereby cover all s390x architecture
generations supported in OpenBLAS. Ubuntu 18.10's LLVM/clang 6.x cannot
build the inline assembly in some of the Z13 and Z14 kernels.
LLVM/clang currently does not support OpenMP on s390x, so disable that
in the build.
Signed-off-by: Marius Hillenbrand <mhillen@linux.ibm.com>
5 years ago
Martin Kroeker
efdd237a91
Add a dedicated POWER9 build to the Travis CI ( #2774 )
* Add dedicated POWER9 build (using new syntax to ensure it runs as a P9-only containerized job rather than a VM that
might end up on P8 hardware half of the time)
* Bump gcc version for POWER9 build
5 years ago
Martin Kroeker
e43b49e064
Drop the set -e from travis scripts
6 years ago