On 16 August 2012 11:21, KC <kc1...@gmail.com> 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
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe@haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe



-- 
Ivan Lazar Miljenovic
ivan.miljeno...@gmail.com
http://IvanMiljenovic.wordpress.com

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to