summaryrefslogtreecommitdiff
path: root/packages/base/hmatrix.cabal
AgeCommit message (Collapse)Author
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
2014-09-24thanks and bump versionAlberto Ruiz
2014-09-07fix min/maxIndex bug, add tests, thanksAlberto Ruiz
2014-06-28add full GPL license files and link to examplesAlberto Ruiz
2014-06-20description of interfaceAlberto Ruiz
2014-06-20upper bound and readmeAlberto Ruiz
2014-06-20documentationAlberto Ruiz
2014-06-18to/from ByteStringAlberto Ruiz
2014-06-13move modules (II)Alberto Ruiz
2014-06-12changelog, readme, etc.Alberto Ruiz
2014-06-11additional display functionsAlberto Ruiz
2014-06-10Domain classAlberto Ruiz
2014-06-10module and function namesAlberto Ruiz
2014-06-04operations with nonexpanded constant and diagonal matricesAlberto Ruiz
2014-06-03fix linspace, expose udot, complex static, wipAlberto Ruiz
2014-05-27static dimensions, cont.Alberto Ruiz
2014-05-24initial support for static dimension checkingAlberto Ruiz
2014-05-24backward compatibilityAlberto Ruiz
2014-05-22remove compatAlberto Ruiz
2014-05-22cgSolveAlberto Ruiz
2014-05-22initial support for sparse matrixAlberto Ruiz