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.
2 parents 31c0493 + 0f9b11e commit 271f5f8Copy full SHA for 271f5f8
arrayfire.cabal
@@ -90,20 +90,14 @@ library
90
default-language:
91
Haskell2010
92
93
- if os(linux) && !flag(disable-default-paths)
+ if (os(linux) || os(OSX)) && !flag(disable-default-paths)
94
include-dirs:
95
/opt/arrayfire/include
96
extra-lib-dirs:
97
+ /opt/arrayfire/lib64
98
/opt/arrayfire/lib
99
ld-options:
100
-Wl,-rpath /opt/arrayfire/lib
-
101
- if os(OSX) && !flag(disable-default-paths)
102
- include-dirs:
103
- /opt/arrayfire/include
104
- extra-lib-dirs:
105
- /opt/arrayfire/lib64
106
- ld-options:
107
-Wl,-rpath /opt/arrayfire/lib64
108
109
executable main
0 commit comments