Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Matthias Koeppe
On Friday, July 31, 2020 at 5:12:23 PM UTC-7, Samuel Lelievre wrote: > > > Is the following another instance of the same broken logic? > > Configuring with > ``` > $ ./configure > --with-system-gmp=no \ > --with-system-mpir=no \ > --with-mp=mpir \ > ``` > leads to both gmp and mpir be

Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Samuel Lelièvre
2020-07-31 23:03 UTC, Matthias Koeppe: > > On Friday, July 31, 2020 at 3:51:45 PM UTC-7, Dima Pasechnik wrote: >> >> On Fri, Jul 31, 2020 at 11:41 PM Samuel Lelièvre: >> > >> > 2020-07-31 22:26 UTC, Dima Pasechnik: >> > > >> I decided to configure with >> > > >> >> > > >> --with-system-gcc=no -

[sage-devel] Re: cd /Documents/course-123/ fails because of preparser

2020-07-31 Thread Nils Bruin
Quotes are your friend. Try sage: cd "test-123" It would be virtually impossible to adapt the preparser in a reasonable way to recognize this exceptional pattern. We'd basically have to teach it these specific prefixes. If we ever look at hooking preparsing somewhere else, then this might be

Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Matthias Koeppe
On Friday, July 31, 2020 at 3:51:45 PM UTC-7, Dima Pasechnik wrote: > > On Fri, Jul 31, 2020 at 11:41 PM Samuel Lelièvre > > wrote: > > > > 2020-07-31 22:26 UTC, Dima Pasechnik: > > > >> I decided to configure with > > > >> > > > >> --with-system-gcc=no --with-system-gfortran=no > > > >

Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Dima Pasechnik
On Fri, Jul 31, 2020 at 11:41 PM Samuel Lelièvre wrote: > > 2020-07-31 22:26 UTC, Dima Pasechnik: > > > > On Fri, Jul 31, 2020 at 10:55 PM Matthias Koeppe: > > > > > > That's a bug. Please open a ticket > > > > > > On Friday, July 31, 2020 at 2:44:08 PM UTC-7, Samuel Lelievre wrote: > > >> > > >>

Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Samuel Lelièvre
2020-07-31 22:26 UTC, Dima Pasechnik: > > On Fri, Jul 31, 2020 at 10:55 PM Matthias Koeppe: > > > > That's a bug. Please open a ticket > > > > On Friday, July 31, 2020 at 2:44:08 PM UTC-7, Samuel Lelievre wrote: > >> > >> Dear sage-devel, > >> > >> On macOS, alongside my attempts to build Sage > >>

Re: [sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Dima Pasechnik
On Fri, Jul 31, 2020 at 10:55 PM Matthias Koeppe wrote: > > That's a bug. Please open a ticket > > On Friday, July 31, 2020 at 2:44:08 PM UTC-7, Samuel Lelievre wrote: >> >> Dear sage-devel, >> >> On macOS, alongside my attempts to build Sage >> using as many Homebrew packages as possible, >> I am

Re: [sage-devel] Re: After 'minimal' & 'standard' tox configs: add 'maximal'?

2020-07-31 Thread Samuel Lelièvre
2020-07-31 22:00 UTC, Matthias Koeppe: > > "maximal" is already defined and does what you want. > (We use it in the tests for builds of optional/experimental > packages -- see for example > https://github.com/sagemath/sage/actions/runs/182648184) > > What is missing is the package lists in > build/

[sage-devel] Re: After 'minimal' & 'standard' tox configs: add 'maximal'?

2020-07-31 Thread Matthias Koeppe
On Friday, July 31, 2020 at 7:58:27 AM UTC-7, Samuel Lelievre wrote: > > Currently for each distro we have two tox environments: > > - minimal: has the minimal amount of packages for Sage to build > - standard: has all the packages Sage knows how to use > > but we might be missing: > > - maximal: h

[sage-devel] Re: Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Matthias Koeppe
That's a bug. Please open a ticket On Friday, July 31, 2020 at 2:44:08 PM UTC-7, Samuel Lelievre wrote: > > Dear sage-devel, > > On macOS, alongside my attempts to build Sage > using as many Homebrew packages as possible, > I am trying to build a "batteries-included" Sage > completely independent

[sage-devel] Building a batteries-included Sage on macOS: gcc and gfortran

2020-07-31 Thread Samuel Lelievre
Dear sage-devel, On macOS, alongside my attempts to build Sage using as many Homebrew packages as possible, I am trying to build a "batteries-included" Sage completely independent of Homebrew. I decided to configure with --with-system-gcc=no --with-system-gfortran=no and was expecting the f

Re: [sage-devel] cd /Documents/course-123/ fails because of preparser

2020-07-31 Thread 'Justin C. Walker' via sage-devel
> On Jul 31, 2020, at 11:13, Sébastien Labbé wrote: > > This might be a workaround too: > > sage: !cd test-123 I don’t think this will work. The “!” forks a subshell where the given command is executed, and once the command executes (so the CWD is “test-123”), the shell exits, leaving the

[sage-devel] [ANN] Flint 2.6.2 released

2020-07-31 Thread 'Bill Hart' via sage-devel
Hello all, We have just released Flint-2.6.2. This combines numerous fixes for various platforms (included in version 2.6.1, which we didn't announce due to more bugs surfacing) along with all remaining critical issues that we are aware of. The release can be downloaded from our website [1] or is

Re: [sage-devel] cd /Documents/course-123/ fails because of preparser

2020-07-31 Thread 'Justin C. Walker' via sage-devel
> On Jul 31, 2020, at 10:27, Neil Penning wrote: > > Hello, I'm new to sagemath, and I stumbled upon a bug and I don't know where > else to report it. > > The preparser seems to have no problem with "cd test123" but has a problem > with "cd test-123" (see screenshot) Ha! I don’t know if t

Re: [sage-devel] Re: cd /Documents/course-123/ fails because of preparser

2020-07-31 Thread Neil Penning
Thank you both. I'll take a stab at improving the preparse code, but these solutions sort of make the issue moot. On Fri, Jul 31, 2020 at 2:13 PM Sébastien Labbé wrote: > This might be a workaround too: > > sage: !cd test-123 > > -- > You received this message because you are subscribed to a t

[sage-devel] Re: cd /Documents/course-123/ fails because of preparser

2020-07-31 Thread Sébastien Labbé
This might be a workaround too: sage: !cd test-123 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussio

Re: [sage-devel] cd /Documents/course-123/ fails because of preparser

2020-07-31 Thread Dima Pasechnik
On Fri, Jul 31, 2020 at 6:37 PM Neil Penning wrote: > > Hello, I'm new to sagemath, and I stumbled upon a bug and I don't know where > else to report it. > > The preparser seems to have no problem with "cd test123" but has a problem > with "cd test-123" (see screenshot) Thanks. As a workaround,

[sage-devel] cd /Documents/course-123/ fails because of preparser

2020-07-31 Thread Neil Penning
Hello, I'm new to sagemath, and I stumbled upon a bug and I don't know where else to report it. The preparser seems to have no problem with "cd test123" but has a problem with "cd test-123" (see screenshot) -- You received this message because you are subscribed to the Google Groups "sage-dev

[sage-devel] After 'minimal' & 'standard' tox configs: add 'maximal'?

2020-07-31 Thread Samuel Lelievre
Currently for each distro we have two tox environments: - minimal: has the minimal amount of packages for Sage to build - standard: has all the packages Sage knows how to use but we might be missing: - maximal: has all the packages we wish Sage knew how to use to check Sage can at least build i