Testing if ilp build can be achieved easily now on bionic with cmake.

This commit is contained in:
Franck HOUSSEN
2020-06-01 11:47:52 +02:00
parent a38b411291
commit 1a1371a166
2 changed files with 14 additions and 0 deletions
+12
View File
@@ -196,6 +196,18 @@ jobs:
export VERBOSE=1 && \
make all && \
make check && \
- stage: interface64
dist: bionic
before_install:
- export DEBIAN_FRONTEND=noninteractive
- sudo apt-get -y install dialog
- echo yes | sudo apt-get -y install intel-mkl libmkl-dev
script: |
mkdir -p build && cd build && \
BLA_VENDOR='Intel10_64ilp_seq' cmake -DINTERFACE64=ON -DEXAMPLES=ON -DICBEXMM=ON -DMPI=ON .. && \
export VERBOSE=1 && \
make all && \
make check && \
after_failure:
+2
View File
@@ -40,6 +40,8 @@ Important Features:
$ export INTERFACE64=1
$ ./configure --with-blas=mkl_gf_ilp64 --with-lapack=mkl_gf_ilp64
$ make all check```
or
```$ BLA_VENDOR='Intel10_64ilp_seq' cmake -DINTERFACE64=ON ..```
* pyarpack: python support based on Boost.Python.Numpy exposing C++ API.
This project started as a joint project between Debian, Octave and Scilab in order to