Skip to content

Commit 5df6e9d

Browse files
authored
change default blas to cblas (#67)
1 parent 5077937 commit 5df6e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/cblas.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% elsif flag?(:darwin) %}
66
@[Link(framework: "Accelerate")]
77
{% else %}
8-
@[Link("openblas")]
8+
@[Link("blas")]
99
{% end %}
1010
lib LibCblas
1111
struct ComplexDouble

0 commit comments

Comments
 (0)