Re: [sage-devel] Failure to build sage 10.2 with first pkg gcc-12.2.0

2024-02-02 Thread Randall Rathbun
Dima: I did find a post in the openSuse group which said to update the CC and CXX flags location to the correct versions and that was picked up correctly by the sage build script. Matthias nailed the problem, it was with python3, but I had to work the version a bit as openSuse Leap 15.5

Re: [sage-devel] Failure to build sage 10.2 with first pkg gcc-12.2.0

2024-02-02 Thread Dima Pasechnik
openSUSE Leap 15.5 should let you install sufficiently fresh gcc/g++/gfortran packages, so that you don't need to build them from scratch. (I also doubt if it's at all possible to build gcc 12.2 with gcc 7.5 - you have the latter). On Fri, Feb 2, 2024 at 5:52 PM Randall Rathbun wrote: > > I

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-02-01 Thread Jeremy Martin
Samuel, Thanks - that worked. I appreciate the help. -Jeremy On Monday, January 31, 2022 at 5:03:26 PM UTC-6 Jeremy Martin wrote: > Thank you for the suggestions. I will keep trying to install from source > and may post again with more questions. > -Jeremy > > On Saturday, January 29, 2022

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-01-31 Thread Jeremy Martin
Thank you for the suggestions. I will keep trying to install from source and may post again with more questions. -Jeremy On Saturday, January 29, 2022 at 4:49:23 PM UTC-6 marc@gmail.com wrote: > The binary release of SageMath 9.4 for Intel Macs is reported to work fine > with Rosetta. > >

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-01-29 Thread Marc Culler
The binary release of SageMath 9.4 for Intel Macs is reported to work fine with Rosetta. - Marc On Friday, January 28, 2022 at 3:12:29 PM UTC-6 dim...@gmail.com wrote: > 9.4 is not known to run on M1. > Try the latest, 9.5.rc4, instead. > > On Fri, 28 Jan 2022, 19:03 Jeremy Martin, wrote: >

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-01-29 Thread Samuel Lelievre
Jeremy, Installing Sage 9.4 on macOS 12 on a Mac with an Apple M1 processor might work using sagemath-forge. To try it: ``` INSTALL_LOCATION=$HOME # or your choice of location SITE='https://github.com' DIRS='isuruf/sagemath-forge/releases/latest/download' FILE="sagemath-forge-$(uname)-$(uname

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-01-29 Thread Matthias Koeppe
Hi Jeremy, It depends on what you mean by "every day". If today is included, there is no version that is both a "stable release" and supports the Apple M1. If "every day" starts at on a day in the future when Sage 9.5 is released, then Sage 9.5 will satisfy your criteria. More information on

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-01-29 Thread Dima Pasechnik
On Sat, 29 Jan 2022, 01:35 Jeremy Martin, wrote: > Thanks, Dima. I'm looking for a stable version to use every day, so I > guess I need to wait until the official release of 9.5? > > I'm no expert on reading install logs but the problem looks like it is > about a specific package. > here is a

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-01-28 Thread Jeremy Martin
Thanks, Dima.  I'm looking for a stable version to use every day, so I guess I need to wait until the official release of 9.5? I'm no expert on reading install logs but the problem looks like it is about a specific package. -Jeremy On 1/28/22 5:17 PM, Dima Pasechnik wrote: On Fri, 28

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-01-28 Thread Dima Pasechnik
On Fri, 28 Jan 2022, 22:31 Jeremy Martin, wrote: > Apologies if I'm missing something, but 9.4 appears to be the current > version available on sagemath.org and all its mirrors. https://www.sagemath.org/download-latest.html -JLM > > On Friday, January 28, 2022 at 3:12:29 PM UTC-6

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-01-28 Thread Jeremy Martin
Apologies if I'm missing something, but 9.4 appears to be the current version available on sagemath.org and all its mirrors. -JLM On Friday, January 28, 2022 at 3:12:29 PM UTC-6 dim...@gmail.com wrote: > 9.4 is not known to run on M1. > Try the latest, 9.5.rc4, instead. > > On Fri, 28 Jan 2022,

Re: [sage-devel] Failure to build Sage 9.4 on Monterey

2022-01-28 Thread Dima Pasechnik
9.4 is not known to run on M1. Try the latest, 9.5.rc4, instead. On Fri, 28 Jan 2022, 19:03 Jeremy Martin, wrote: > I am on a brand-new Apple M1 running Monterey 12.0.1. I just tried to > build Sage 9.4 from source. After installing XCode, command-line tools, > Homebrew, I get the following

Re: [sage-devel] Failure to build sage

2019-08-09 Thread E. Madison Bray
Hi Sarah, Unfortunately from that screenshot alone it's impossible to say much without additional context (e.g. the relevant log files, though in this case I couldn't even tell you what the relevant log file was). Did it look like it failed during the documentation build? E.g., did it output

[sage-devel] Failure to build sage

2019-08-09 Thread Sarah Arpin
Hello, I'm at a Sage Days trying to build sage from source on a Ubuntu VirtualBox for the first time. I've mended a few errors, and this one occurred after about 5 hours of building. [image: mostrecenterror.jpg] I'm not sure how to proceed and any advice would be greatly appreciated. Thank