hmatrix 0.12.0.0 → 0.12.0.1
raw patch · 3 files changed
+6/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Config.hs +2/−2
- THANKS +3/−0
- hmatrix.cabal +1/−1
Config.hs view
@@ -40,7 +40,7 @@ -- compile a simple program with symbols from GSL and LAPACK with the given libs testprog bInfo buildInfo libs fmks =- "echo \"#include <gsl/gsl_sf_gamma.h>\nint main(){zgesvd_(); gsl_sf_gamma(5);}\""+ "echo \"#include <gsl/gsl_sf_gamma.h>\nint main(){dgemm_(); zgesvd_(); gsl_sf_gamma(5);}\"" ++" > " ++ (buildDir bInfo) ++ "/dummy.c; gcc " ++ (join $ ccOptions buildInfo) ++ " " ++ (join $ cppOptions buildInfo) ++ " "@@ -90,7 +90,7 @@ else try l i b f rest -- read --configure-option=link:lib1,lib2,lib3,etc-linkop = "link:"+linkop = "--configure-option=link:" getUserLink = concatMap (g . drop (length linkop)) . filter (isPrefixOf linkop) where g = map cs cs ',' = ' '
THANKS view
@@ -100,3 +100,6 @@ - Bas van Dijk fixed the import of vector >= 0.8, got rid of some deprecation warnings and used more explicit imports. +- Tom Nielsen discovered a problem in Config.hs, exposed by link problems+ in Ubuntu 11.10 beta.+
hmatrix.cabal view
@@ -1,5 +1,5 @@ Name: hmatrix-Version: 0.12.0.0+Version: 0.12.0.1 License: GPL License-file: LICENSE Author: Alberto Ruiz