We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7beb5ad commit fb38035Copy full SHA for fb38035
deps/build.jl
@@ -0,0 +1,10 @@
1
+global const af_lib = is_unix() ? "libaf" : "af"
2
+
3
+try
4
+ Libdl.dlopen(af_lib)
5
+catch
6
+ warn("ArrayFire library not loaded:
7
+ either download a binary from the official site http://arrayfire.com/download
8
+ or you can build from source https://github.com/arrayfire/arrayfire")
9
+ rethrow()
10
+end
0 commit comments