Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f399534a authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

fix openblas setup

parent aad22dea
No related branches found
No related tags found
No related merge requests found
#!/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
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