Skip to content

Commit

Permalink
MAINT Fix BLIS install (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb authored Jul 7, 2023
1 parent 009e5b9 commit 36aebce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions continuous_integration/install_with_blis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ libraries = blis
library_dirs = $ABS_PATH/BLIS_install/lib
include_dirs = $ABS_PATH/BLIS_install/include/blis
runtime_library_dirs = $ABS_PATH/BLIS_install/lib" > site.cfg
python setup.py build_ext -i
pip install -e .
python setup.py develop
popd

popd
Expand Down

0 comments on commit 36aebce

Please sign in to comment.