autocmake icon indicating copy to clipboard operation
autocmake copied to clipboard

OpenBLAS detection within math ?

Open miroi opened this issue 9 years ago • 7 comments

Hi,

I see gotoblas cmake script among math detection tool; how about the OpenBLAS detection ?

miroi avatar May 20 '16 19:05 miroi

Would be good to have. Feel free to contribute. But please note that soon the yaml branch will merge to master and the autocmake.cfg has changed to autocmake.yml.

bast avatar May 20 '16 20:05 bast

Hi Rado,

the problem is that libopenblas packages are conflicting with installed blas/lapack/atlas packages.

what to do ?

One solution would be setting up extra virtual machine in travis that has only libopenblas library installed and there we would test the libopenblas only (with fc, let say).

Comments ?

PS: My many git changes upon this problem, https://github.com/miroi/autocmake/commits/openblas

miroi avatar Jun 01 '16 07:06 miroi

Yes I would try to do this with different jobs under Travis. This should be possible. If it is too difficult, then we don't test it within Travis and we let the community test it.

bast avatar Jun 01 '16 07:06 bast

Hi,

while working on it, i got ideas: i) own new test for openblas, test_openblas.py; ii) extended travis-ci.yml for extra linux configuration with libopenblas and co, with running the test_openblas.py .

Is shoud be possible to have more testing segments in travis-ci, with each different installed packages ?

miroi avatar Jun 01 '16 08:06 miroi

I think this should be possible.

bast avatar Jun 01 '16 08:06 bast

good, going to try it , with God's help ....

miroi avatar Jun 01 '16 08:06 miroi

I asked on travis support, hopefully they will advice me, how to arrange .travis-ci.yml so that it can handle multiple runs with different installed packages and different test scripts.

miroi avatar Jun 01 '16 10:06 miroi