Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 304be108 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'hotfix/ci/mac' into 'master'

fix openblas setup

See merge request solverstack/chameleon!259
parents aad22dea f399534a
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/Cellar/openblas/0.3.13/lib/pkgconfig/:${PKG_CONFIG_PATH} # setup openblas
. ~/.bash_profile
cd build-starpu cd build-starpu
cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/../install -DCHAMELEON_PREC_D=OFF -DCHAMELEON_PREC_C=OFF -DCHAMELEON_PREC_Z=OFF -DBLA_PREFER_PKGCONFIG=ON -DBUILD_SHARED_LIBS=ON cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/../install -DCHAMELEON_PREC_D=OFF -DCHAMELEON_PREC_C=OFF -DCHAMELEON_PREC_Z=OFF -DBLA_PREFER_PKGCONFIG=ON -DBUILD_SHARED_LIBS=ON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment