summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-02-13 19:24:42 +0000
committerAlberto Ruiz <aruiz@um.es>2011-02-13 19:24:42 +0000
commitdaa933782ae7221bf1049831565323146fd77342 (patch)
treedc02955e290adbe58ca1935f358df9a4b613e25a
parent67ad54bb886bac0496d8257f74a93225f0a867fb (diff)
fix -arch i386
-rw-r--r--THANKS1
-rw-r--r--hmatrix.cabal5
2 files changed, 4 insertions, 2 deletions
diff --git a/THANKS b/THANKS
index 21db8c3..bd7782c 100644
--- a/THANKS
+++ b/THANKS
@@ -83,4 +83,5 @@ module reorganization, monadic mapVectorM, and many other improvements.
83 83
84- Torsten Kemps-Benedix reported an installation problem in OS/X. 84- Torsten Kemps-Benedix reported an installation problem in OS/X.
85 85
86- Stefan Kersten fixed hmatrix.cabal for 64-bit ghc-7 in OS/X
86 87
diff --git a/hmatrix.cabal b/hmatrix.cabal
index ac6a57b..cd01086 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.11.0.0 2Version: 0.11.0.1
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -181,7 +181,8 @@ library
181 extra-lib-dirs: /opt/local/lib/ 181 extra-lib-dirs: /opt/local/lib/
182 include-dirs: /opt/local/include 182 include-dirs: /opt/local/include
183 extra-libraries: gsl 183 extra-libraries: gsl
184 cc-options: -arch i386 184 if arch(i386)
185 cc-options: -arch i386
185 frameworks: Accelerate 186 frameworks: Accelerate
186 187
187 if os(windows) 188 if os(windows)