[Haskell-cafe] install cuda

Geoffrey Mainland mainland at apeiron.net
Sun Mar 31 21:48:59 CEST 2013


You need to generate the configure script using autoconf:

https://www.gnu.org/software/autoconf/manual/autoconf.html#autoconf-Invocation

On 03/31/2013 08:27 PM, Peter Caspers wrote:
> Hmm, I get
>
> Configuring cuda-0.5.0.0...
> setup.exe: configure script not found.
>
> can you help ?
>
> Peter
>
>> I was able to install the cuda package under 32-bit GHC 7.4.2 using the
>> 5.0 SDK and use it from within ghci. This required using my fork of the
>> cuda repo and following the instructions in my WINDOWS.md. Make sure
>> nvcc is in your path (the CUDA installer should have made this so) and
>> try 'cabal configure'.
>




More information about the Haskell-Cafe mailing list