Re: [sage-devel] Adding LRS Library On SageMath

2022-01-10 Thread Samuel Lelievre
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 >

Re: [sage-devel] Adding LRS Library On SageMath

2022-01-10 Thread 'Justin C. Walker' via sage-devel
> 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

Re: [sage-devel] Adding LRS Library On SageMath

2022-01-10 Thread Advay Goel
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

Re: [sage-devel] Adding LRS Library On SageMath

2022-01-02 Thread Samuel Lelievre
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()) >

Re: [sage-devel] Adding LRS Library On SageMath

2021-12-29 Thread Advay Goel
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

Re: [sage-devel] Adding LRS Library On SageMath

2021-12-29 Thread Dima Pasechnik
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

[sage-devel] Adding LRS Library On SageMath

2021-12-28 Thread Advay Goel
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