We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5077937 commit 5df6e9dCopy full SHA for 5df6e9d
src/libs/cblas.cr
@@ -5,7 +5,7 @@
5
{% elsif flag?(:darwin) %}
6
@[Link(framework: "Accelerate")]
7
{% else %}
8
- @[Link("openblas")]
+ @[Link("blas")]
9
{% end %}
10
lib LibCblas
11
struct ComplexDouble
0 commit comments