We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ab6df commit 0edb72fCopy full SHA for 0edb72f
1 file changed
arrayfire.cabal
@@ -90,7 +90,15 @@ library
90
default-language:
91
Haskell2010
92
93
- if (os(linux) || os(OSX)) && !flag(disable-default-paths)
+ if os(linux) && !flag(disable-default-paths)
94
+ include-dirs:
95
+ /opt/arrayfire/include
96
+ extra-lib-dirs:
97
+ /opt/arrayfire/lib64
98
+ ld-options:
99
+ -Wl,-rpath /opt/arrayfire/lib64
100
+
101
+ if os(OSX) && !flag(disable-default-paths)
102
include-dirs:
103
/opt/arrayfire/include
104
extra-lib-dirs:
0 commit comments