summaryrefslogtreecommitdiff
path: root/packages/base/hmatrix.cabal
AgeCommit message (Collapse)Author
2019-07-01Merge pull request #301 from nh2/no-random_r-flagHEADmasteridontgetoutmuch
Allow disabling random_r() usage manually.
2019-06-30Remove sundials as it has its own repo now. FixDominic Steinitz
* https://github.com/haskell-numerics/hmatrix/issues/304 * https://github.com/haskell-numerics/hmatrix/issues/302 * https://github.com/haskell-numerics/hmatrix/issues/290
2019-05-17Allow disabling random_r() usage manually. See #279.Niklas Hambüchen
This allows building hmatrix against the musl libc, which allows easily linking Haskell programs statically. A feature-detection for random_r() would be even better, but this will do for now.
2018-04-27Merge branch 'fix-vector-show-instance'Peter Dobsan
The show instance was changed in vector 0.11. The merged modifications adjust hmatrix/base to that change. That fixes issues #277 and #177.
2018-04-27Fixed vector show instance and related haddock entries.Peter Dobsan
2018-04-22Set all packages to 0.19.0.0Dominic Steinitz
2018-01-18bump version and thanksAlberto Ruiz
2017-12-25Workaround for GHC-8.4.xHiromi ISHII
* Adds missing Semigroup instances * Adds `semigroups` to the deps of `hmatrix` * Hides conflicting names from import list with base >= 4.11 * `(Prelude.<>)` and `GHC.TypeNats.Mod`
2017-09-30fix bug in static dot productAlberto Ruiz
2017-09-14Merge pull request #219 from nh2/disable-default-paths-flagsAlberto Ruiz
Add disable-default-paths flags for hermetic builds
2017-08-13bump version and thanksAlberto Ruiz
2017-05-29Update cabal version for new C dependency changeVassil Keremidchiev
2017-05-29Support for LTS 8.15 (GHC 8.0.2) under WindowsVassil Keremidchiev
Updated documentation with working solution under Windows.
2017-03-03Add disable-default-paths flags.Niklas Hambüchen
This makes it possible to disable hmatrix's usage of hardcoded default paths like /usr/..., which is important for hermetic builds such as on nix.
2016-12-19fix documentation typoKevin Slagle
2016-10-08fix cabal file and thanksAlberto Ruiz
2016-03-21Remove BINARY ifdefs and CPP pragmasSidharth Kapur
2016-02-09make ghc-8.0 happyAlberto Ruiz
2016-02-01Remove CPP option from cabal filesSidharth Kapur
Use {-# LANGUAGE CPP #-} instead.
2015-10-29bump versions, fix tests, thanksAlberto Ruiz
2015-10-12Merge pull request #156 from varosi/feature/win_linkAlberto Ruiz
Fixed missing "__muldc3" symbol when building with OpenBLAS under Windows.
2015-10-10Added some missing dependent DLLs for OpenBLAS linkage.Vassil Keremidchiev
This is related to missing "__muldc3" symbol.
2015-10-07bump version and thanksAlberto Ruiz
2015-09-10Bumping version to 0.17.0.1 about #125 fix for Windows.Vassil Keremidchiev
2015-09-06Windows build with OpenBLASVassil Keremidchiev
Currently OpenBLAS building on Windows is not working. 1. Under Windows actual name of the library is libopenblas.dll and not openblas.dll 2. There were duplication of external dependencies: blas and lapack. Because extra-libraries was declared twice - for openstack condition and for OS condition. 3. I'm not sure how OpenBLAS is built on other OSes, so someone have to check this change on other OSes.
2015-07-24Revert "Correct names & Add C sources to the .cabal file"Alberto Ruiz
This reverts commit d0d0e6871518ae0a41fe1edd5d1c7b80e1704058.
2015-07-24Revert "Correct paths to C sources"Alberto Ruiz
This reverts commit 456f54adfbb8a91bce994ba2ee9045f94d46bf77.
2015-07-21Merge remote-tracking branch 'origin/master' into wipAlberto Ruiz
2015-07-18Correct paths to C sourcesNightRa
2015-07-18Correct names & Add C sources to the .cabal fileNightRa
2015-07-17documentationAlberto Ruiz
2015-07-12documentationAlberto Ruiz
2015-06-12row ops in STAlberto Ruiz
2015-06-06remove ToolsAlberto Ruiz
2015-06-05move extractor to ElementAlberto Ruiz
2015-06-05change internal modules in hmatrix.cabalAlberto Ruiz
2015-06-04move c sourcesAlberto Ruiz
2015-05-31added experimental module for modular operationAlberto Ruiz
2015-05-05arch flags for msse2Alberto Ruiz
2015-04-15remove UtilAlberto Ruiz
2015-04-10added module HMatrix.Util Alberto Ruiz
2015-04-10merge recentAlberto Ruiz
2015-01-08update base to ghc-7.10Alberto Ruiz
2014-12-29remove redundant cpp-options, bump version, thanksAlberto Ruiz
2014-12-21temporary non thread safe randomVector workaround for OSXAlberto Ruiz
2014-12-14bump version and thanksAlberto Ruiz
2014-12-01changelog and bump versionAlberto Ruiz
2014-11-15Add openblas flag and if/else for extra-librariesJohn Shahbazian
Adds the openblas flag and the changes to support the libraries. Both blas and lapack are in there, so if its used, then those two shouldn't be included. I have openblas installed in /usr/lib/openblas per recommendation by the developers.
2014-09-28bump version and thanksAlberto Ruiz
2014-09-27link gfortran on freebsdTom Nielsen