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 ec58334 commit 15db856Copy full SHA for 15db856
.travis.yml
@@ -3,6 +3,7 @@ os: linux
3
language: python
4
python:
5
- "2.7"
6
+ - "3.4"
7
- "3.5"
8
- "3.6"
9
env:
@@ -35,7 +36,7 @@ before_install:
35
36
- conda create -y -n mypy python=$TRAVIS_PYTHON_VERSION
37
- source activate mypy
38
- conda install -y cython
- - conda install -y numpy
39
+ - conda install -y numpy nomkl blas=*=openblas
40
install:
41
- $CTF_CXX --version
42
- FC=gfortran-5 ./configure CXX="mpicxx -cxx=$CTF_CXX" --build-hptt --build-scalapack
0 commit comments