From 432d80a0b65b0be64fe0dc0d7816f1f738895458 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 29 Dec 2014 14:20:38 +0100 Subject: remove redundant cpp-options, bump version, thanks --- packages/base/THANKS.md | 4 ++-- packages/base/hmatrix.cabal | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'packages') 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. - John Shahbazian added support for openBLAS. -- "yongqli" reported the bug in randomVector (rand() is not thread-safe). +- "yongqli" reported the bug in randomVector (rand() is not thread-safe and drand48_r() is not portable). -- "yongqli" and Kiwamu Ishikura reported that drand48_r() is not portable. +- Kiwamu Ishikura improved randomVector for OSX 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 @@ Name: hmatrix -Version: 0.16.1.2 +Version: 0.16.1.3 License: BSD3 License-file: LICENSE Author: Alberto Ruiz @@ -118,7 +118,6 @@ library if arch(i386) cc-options: -arch i386 frameworks: Accelerate - cpp-options: -DOSX if os(freebsd) extra-lib-dirs: /usr/local/lib -- cgit v1.2.3