diff options
Diffstat (limited to 'packages/glpk/hmatrix-glpk.cabal')
-rw-r--r-- | packages/glpk/hmatrix-glpk.cabal | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal index 092fd41..7fdfaac 100644 --- a/packages/glpk/hmatrix-glpk.cabal +++ b/packages/glpk/hmatrix-glpk.cabal | |||
@@ -33,3 +33,12 @@ library | |||
33 | ghc-options: -Wall | 33 | ghc-options: -Wall |
34 | 34 | ||
35 | extra-libraries: glpk | 35 | extra-libraries: glpk |
36 | |||
37 | if os(OSX) | ||
38 | extra-lib-dirs: /opt/local/lib/ | ||
39 | include-dirs: /opt/local/include/ | ||
40 | extra-lib-dirs: /usr/local/lib/ | ||
41 | include-dirs: /usr/local/include/ | ||
42 | if arch(i386) | ||
43 | cc-options: -arch i386 | ||
44 | |||