Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tst ci
Browse files Browse the repository at this point in the history
jeremiedbb committed Jul 3, 2019
1 parent 02b209d commit 0f186a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_openmp_test_helper/setup_nested_prange_blas.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
openmp_flag = get_openmp_flag()

use_blis = os.getenv('INSTALL_BLIS', False)
libraries = ['cblas'] if use_blis else []
libraries = ['blis'] if use_blis else []

ext_modules = [
Extension(

0 comments on commit 0f186a0

Please sign in to comment.