diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-12-29 14:20:38 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-12-29 14:20:38 +0100 |
commit | 432d80a0b65b0be64fe0dc0d7816f1f738895458 (patch) | |
tree | 4fe8628e2af8123fb925d7482503bd97a44debc7 /packages/base | |
parent | 5b03c7d6cbc2d9d42f515d34a94e6739d59fd6bc (diff) |
remove redundant cpp-options, bump version, thanks
Diffstat (limited to 'packages/base')
-rw-r--r-- | packages/base/THANKS.md | 4 | ||||
-rw-r--r-- | packages/base/hmatrix.cabal | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index c220f16..fdbbe14 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md | |||
@@ -175,7 +175,7 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
175 | 175 | ||
176 | - John Shahbazian added support for openBLAS. | 176 | - John Shahbazian added support for openBLAS. |
177 | 177 | ||
178 | - "yongqli" reported the bug in randomVector (rand() is not thread-safe). | 178 | - "yongqli" reported the bug in randomVector (rand() is not thread-safe and drand48_r() is not portable). |
179 | 179 | ||
180 | - "yongqli" and Kiwamu Ishikura reported that drand48_r() is not portable. | 180 | - Kiwamu Ishikura improved randomVector for OSX |
181 | 181 | ||
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index b3559a9..8ba3e06 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.16.1.2 | 2 | Version: 0.16.1.3 |
3 | License: BSD3 | 3 | License: BSD3 |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -118,7 +118,6 @@ library | |||
118 | if arch(i386) | 118 | if arch(i386) |
119 | cc-options: -arch i386 | 119 | cc-options: -arch i386 |
120 | frameworks: Accelerate | 120 | frameworks: Accelerate |
121 | cpp-options: -DOSX | ||
122 | 121 | ||
123 | if os(freebsd) | 122 | if os(freebsd) |
124 | extra-lib-dirs: /usr/local/lib | 123 | extra-lib-dirs: /usr/local/lib |