Re: [sage-devel] Re: Error when installing Sage from source

2022-07-19 Thread Ishaan Jolly
Oops, I meant Matthias - my apologies. On Tue, Jul 19, 2022 at 7:54 PM Ishaan Jolly wrote: > Thanks Mattihas ! :) It works. > > > > On Tue, Jul 19, 2022 at 6:44 PM Matthias Koeppe > wrote: > >> You need to run this command from the source directory of Sage, not from >> your home directory. >>

Re: [sage-devel] Re: Error when installing Sage from source

2022-07-19 Thread Ishaan Jolly
Thanks Mattihas ! :) It works. On Tue, Jul 19, 2022 at 6:44 PM Matthias Koeppe wrote: > You need to run this command from the source directory of Sage, not from > your home directory. > > On Tuesday, July 19, 2022 at 9:22:24 AM UTC-7 ijoll...@gmail.com wrote: > >> Um, yes, however it still doe

Re: [sage-devel] Re: Error when installing Sage from source

2022-07-19 Thread Matthias Koeppe
You need to run this command from the source directory of Sage, not from your home directory. On Tuesday, July 19, 2022 at 9:22:24 AM UTC-7 ijoll...@gmail.com wrote: > Um, yes, however it still does not work. > [image: Screenshot 2022-07-19 at 16.52.25.png] > > > > On Tue, Jul 19, 2022 at 4:32

Re: [sage-devel] Re: Error when installing Sage from source

2022-07-19 Thread Matthias Koeppe
It's SAGE_ROOT, not SAGEROOT On Tuesday, July 19, 2022 at 7:36:41 AM UTC-7 ijoll...@gmail.com wrote: > It says `(base) ishaanjolly@Ishaans-MacBook-Pro ~ % sudo ln -s $(./sage > -sh -c 'ls $SAGEROOT/venv/bin/sage') /usr/local/bin/sage > zsh: no such file or directory: ./sage` > > Did I do somet

[sage-devel] Re: Error when installing Sage from source

2022-07-18 Thread Ishaan Jolly
Hi all, I just wanted to close off this thread. I was able to successfully install Sage! I did make the build, though. It seems there were some issues with my brew installations. Thanks a lot, Matthias, and hopefully, now I can get on to what I initially set out to contribute. Ishaan On S

[sage-devel] Re: Error when installing Sage from source

2022-06-05 Thread Ishaan Jolly
I already have the packages listed in brew. Here's the list of packages I have: ``` aomjpegnode@16 arbjpeg-turbonspr arpackjpeg-xlnss assimplamentl autoconfleptonicaopen-mpi automake

[sage-devel] Re: Error when installing Sage from source

2022-06-05 Thread Matthias Koeppe
Another message: Homebrew can issue suggestions regarding keg-only packages. The following command is to automatically apply these suggestions for packages relevant for Sage to make them available for the build. Run it once to apply the suggestions for the current session. Add it to your sh

[sage-devel] Re: Error when installing Sage from source

2022-06-05 Thread Matthias Koeppe
At the end of the configure run, the following message was printed: hint: installing the following system packages, if not already present, is recommended and may avoid having to build them (though some may have to be built anyway): $ brew install arb boost ecl flint fplll glpk gmp gsl xz

[sage-devel] Re: Error when installing Sage from source

2022-06-04 Thread Matthias Koeppe
As I said: "Either deactivate the conda environment [...] or follow the instructions for conda [...]." Which of the two do you pick? On Saturday, June 4, 2022 at 11:56:23 AM UTC-7 ijoll...@gmail.com wrote: > When running ./configure it says to conda activate ENVIRONMENT. I thought > due to this

[sage-devel] Re: Error when installing Sage from source

2022-06-04 Thread Ishaan Jolly
When running ./configure it says to conda activate ENVIRONMENT. I thought due to this that sage built is dependent on conda for this reason. Clearly, this doesn't seem to be the case, so how might I get pass this? On Saturday, 4 June 2022 at 19:31:35 UTC+1 Matthias Koeppe wrote: > With the con

[sage-devel] Re: Error when installing Sage from source

2022-06-04 Thread Matthias Koeppe
With the config.log posted, it looks like you are trying to use homebrew together with conda. Either deactivate the conda environment and follow the instructions for homebrew, or follow the instructions for conda in the Sage installation manual. On Saturday, June 4, 2022 at 10:44:03 AM UTC-7 ij

[sage-devel] Re: Error when installing Sage from source

2022-06-02 Thread Matthias Koeppe
As I wrote before: "If the problem persists, please send the top-level config.log file" On Thursday, June 2, 2022 at 10:59:34 AM UTC-7 ijoll...@gmail.com wrote: > Unfortunately, this error continues to persist. My machine (M1 mac) is not > able to find ppl and Sage is not able to build it from

[sage-devel] Re: Error when installing Sage from source

2022-06-02 Thread Ishaan Jolly
Unfortunately, this error continues to persist. My machine (M1 mac) is not able to find ppl and Sage is not able to build it from source. The error log suggests to write here so just making an attempt. It would be lovely if some could please assist me with this. ``` [ppl-1.2.p1] C compiler:

[sage-devel] Re: Error when installing Sage from source

2022-05-16 Thread Matthias Koeppe
Please take a look at the notes for the Apple Silicon platform at https://trac.sagemath.org/wiki/ReleaseTours/sage-9.6#Sources If the problem persists, please send the top-level config.log file On Saturday, May 14, 2022 at 1:14:12 PM UTC-7 ijoll...@gmail.com wrote: > Hi, > > I am very new to Sa