Re: [sage-devel] make error gsl 2.7

2022-09-29 Thread Dima Pasechnik
that's cause Homebrew pari is too new, and it's used in the build. This version is not yet supported by Sage, and we don't have a fix in place that rejects it. Try make -j8 pari make -j8 build On Thu, Sep 29, 2022 at 4:17 PM 'Mary Claire Simone' via sage-devel wrote: > > Thank you Dima, this

Re: [sage-devel] make error gsl 2.7

2022-09-28 Thread Dima Pasechnik
You can't use gsl from Homebrew, as you already have openblas (a dependency of gsl) installed from Sage. Install openblas in Homebrew (if not yet installed) and remove Sage's built openblas: make openblas-clean then re-run ./configure It should pick up gsl from Homebrew then. HTH Dima On