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

KC kc1956 at gmail.com
Sat Aug 18 21:02:51 CEST 2012


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
<ivan.miljenovic at gmail.com> wrote:
> 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
>>
>> ________________________________________> --
> Ivan Lazar Miljenovic
> Ivan.Miljenovic at gmail.com
> http://IvanMiljenovic.wordpress.com



-- 
--
Regards,
KC



More information about the Haskell-Cafe mailing list