Re: accelerate-llvm problems

2017-03-03 Thread dominic
I created an issue here: https://github.com/bscarlet/llvm-general/issues/207 > On 3 Mar 2017, at 16:44, Dominic Steinitz wrote: > > Hi Trevor, > > I installed llvm with shared libraries: > >> brew install llvm --with-shared-libs > > But I now get > >> llvm-general/llvm-general $ git branch >

Fwd: accelerate-llvm problems

2017-03-03 Thread dominic
> Begin forwarded message: > > From: Dominic Steinitz > Subject: Re: accelerate-llvm problems > Date: 3 March 2017 at 16:44:59 GMT > To: Trevor McDonell > Cc: GHC users , Ben Lippmeier > > > Hi Trevor, > > I installed llvm with shared libraries: >

Re: accelerate-llvm problems

2017-02-22 Thread Dominic Steinitz
No go at the moment - I am using my tiny macbook on holiday which is on too old a version of Xcode. When I try to upgrade it tells me I am out of space. I think rather than fight I will wait until I get back to a machine with more resources. > On 22 Feb 2017, at 07:02, Dominic Steinitz wrote:

Re: accelerate-llvm problems

2017-02-22 Thread Dominic Steinitz
Thanks - it seems I can only do this with home-brew for 3.9 - the flag is ignored for 3.8 - I am building now and will report back. > On 21 Feb 2017, at 15:44, Trevor McDonell wrote: > > Hi Dominic, > > You need to build/install LLVM with shared libraries. > > Then, install llvm-general with

Re: accelerate-llvm problems

2017-02-21 Thread Trevor McDonell
Hi Dominic, You need to build/install LLVM with shared libraries. Then, install llvm-general with -fshared-llvm (or, use my fork, which the stack.yaml files point to). -Trev P.S. On mobile, apologies for the terse reply. On Wed, 22 Feb 2017 at 10:34 AM, Dominic Steinitz wrote: > I am trying

accelerate-llvm problems

2017-02-21 Thread Dominic Steinitz
I am trying to build accelerate-llvm but getting the ghc panics below. Here’s my config > bash-3.2$ ghc-pkg list | grep llvm > ghc-pkg list | grep llvm >llvm-general-3.8.0.0 >llvm-general-pure-3.5.0.0 >llvm-general-pure-3.5.1.0 >llvm-general-pure-3.8.0.0 > bash-3.2$ ghc-pkg list |