
Thank you
It involves going to
- <path>\cabal\packages\hackage.haskell.org\repa-algorithms\3.2.1.1\repa-algorithms-3.2.1.1
- making the cabal file changes
- re-tar-ing
- re-gzip-ing
On Wed, Aug 15, 2012 at 6:29 PM, Ivan Lazar Miljenovic
On 16 August 2012 11:21, KC
wrote: I just want to get started on some matrix operations with REPA.
Or is there a library (package?) like REPA without using the LLVM?
If you're referring to your recent problems with repa-algorithms, you can try this:
cabal unpack repa-algorithms # Not sure of the syntax for changing directories in the cmd.exe terminal cd repa-algorithms-<version> # Use a text editor to remove the line "-fllvm" from the .cabal file cabal install
-- -- Regards, KC
________________________________________> --
Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com http://IvanMiljenovic.wordpress.com
-- -- Regards, KC