summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/base/THANKS.md4
-rw-r--r--packages/base/hmatrix.cabal3
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 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.16.1.2 2Version: 0.16.1.3
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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