[Haskell-cafe] Does someone have a compiled binary of the LLVM for Windows 7 or must one compile the source?

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Thu Aug 16 03:29:30 CEST 2012


On 16 August 2012 11:21, KC <kc1956 at 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 at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe



-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
http://IvanMiljenovic.wordpress.com



More information about the Haskell-Cafe mailing list