Testing if ilp build can be achieved easily now on bionic with cmake.
This commit is contained in:
+12
@@ -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:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user