One way to keep a good record of this failed build would be
```
$ THE_REPORT=sage-9-5-b9-fail-openblas
$ REPORTS=$HOME/sage-reports
$ REPORT=$REPORTS/$THE_REPORT
$ mkdir -p $REPORT
$ brew config > $REPORT/brew-config.txt
$ brew list --versions > $REPORT/brew-list-versions.txt
$ xcode-select -p >
> On Jan 10, 2022, at 07:39 , Advay Goel wrote:
>
>
> Thank you so much for your help!
>
> I installed Homebrew and executed the code that you wrote out. However, when
> I ran the make -s V = 0 line, it still crashed in the same place. For some
> reason, it is unable to build the Scipy-1.6
Thank you so much for your help!
I installed Homebrew and executed the code that you wrote out. However,
when I ran the make -s V = 0 line, it still crashed in the same place. For
some reason, it is unable to build the Scipy-1.6.3 package. I attached a
screenshot of the error message to this e
2021-12-29 04:12 UTC, Advay Goel on sage-devel:
>
> Hi All,
>
> I use macOS Big Sur Version 11.1, and need to use
> the LRS Library for a project:
>
> def getVolume(self,eng='lrs'):
> """ needs Sage 5.9 for 'lrs' engine """
> return self.poly.volume(engine=eng)*factorial(self.poly.dim())
>
Regarding the actual library itself, is that already on my system or will I
have to download lrslib again?
On Wednesday, December 29, 2021 at 6:58:49 AM UTC-5 dim...@gmail.com wrote:
> On Wed, Dec 29, 2021 at 5:12 AM Advay Goel wrote:
> >
> > Hi All,
> >
> > I use macOS Big Sur Version 11.1, an
On Wed, Dec 29, 2021 at 5:12 AM Advay Goel wrote:
>
> Hi All,
>
> I use macOS Big Sur Version 11.1, and need to use the LRS Library for a
> project:
>
> def getVolume(self,eng='lrs'): """ needs Sage 5.9 for 'lrs' engine """ return
> self.poly.volume(engine=eng)*factorial(self.poly.dim())
>
> Cur
Hi All,
I use macOS Big Sur Version 11.1, and need to use the LRS Library for a
project:
def getVolume(self,eng='lrs'): """ needs Sage 5.9 for 'lrs' engine """
return self.poly.volume(engine=eng)*factorial(self.poly.dim())
Currently, whenever I run this function, I get 0, and I believe it is