[sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread David Coudert
I don't know how to fix this issue with aclocal. Some help is more than welcome. confetti:sage dcoudert$ make build /Applications/Xcode.app/Contents/Developer/usr/bin/make build/make/Makefile --stop ./bootstrap -d rm -rf config configure build/make/Makefile-auto.in bootstrap:69: installing

Re: [sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread Dima Pasechnik
something is funny with your internet connection, and so you cannot download the needed configure tarball. On Mon, Aug 19, 2019 at 10:20 AM David Coudert wrote: > > I don't know how to fix this issue with aclocal. Some help is more than > welcome. > > confetti:sage dcoudert$ make build > >

Re: [sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread David Coudert
but for beta6, I succeeded to compile it without downloading the configure tarball... > Le 19 août 2019 à 09:27, Dima Pasechnik a écrit : > > something is funny with your internet connection, and so you cannot > download the needed configure tarball. > > On Mon, Aug 19, 2019 at 10:20 AM David

[sage-devel] Re: Education: hints to manual integration

2019-08-19 Thread rjf
It may be a mistake to combine "help for students learning symbolic integration" and "symbolic integration" simply because the methods taught to students are probably different from the integration algorithms used by computer algebra systems. Certainly Maxima. Probably sympy too, which uses

Re: [sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread Dima Pasechnik
On Mon, Aug 19, 2019 at 11:20 AM David Coudert wrote: > > but for beta6, I succeeded to compile it without downloading the configure > tarball... there were changes in configure in beta7. Or do you mean to say that you used to be able to run ./bootstrap and it produced the ./configure script

Re: [sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread Dima Pasechnik
On Mon, Aug 19, 2019 at 12:26 PM David Coudert wrote: > > > > Le 19 août 2019 à 10:58, Dima Pasechnik a écrit : > > On Mon, Aug 19, 2019 at 11:20 AM David Coudert wrote: > > > but for beta6, I succeeded to compile it without downloading the configure > tarball... since

Re: [sage-devel] Re: doctest a single function or class

2019-08-19 Thread E. Madison Bray
On Sun, Aug 18, 2019 at 5:58 AM TB wrote: > > On 13/08/2019 13:55, E. Madison Bray wrote: > > On Tue, Aug 13, 2019 at 11:28 AM Simon King wrote: > >> > >> Hi, > >> > >> I am sorry for the late answer (and I am a bit surprised that nobody > >> else answered before). > >> > >> I believe it is

Re: [sage-devel] Education: hints to manual integration

2019-08-19 Thread Thierry
Hi, On Mon, Aug 19, 2019 at 04:24:10AM -0700, mmarco wrote: > I have been working a bit on some functions to help students do integration > by hands. Under the hood, they use sympy's integral_steps function (see > [1]), but I am not sure which is the right way to present it. The options I > am

[sage-devel] Education: hints to manual integration

2019-08-19 Thread mmarco
I have been working a bit on some functions to help students do integration by hands. Under the hood, they use sympy's integral_steps function (see [1]), but I am not sure which is the right way to present it. The options I am considering are: 1) Go full step-by-step integrations, in the

Re: [sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread David Coudert
> Le 19 août 2019 à 10:58, Dima Pasechnik a écrit : > > On Mon, Aug 19, 2019 at 11:20 AM David Coudert > wrote: >> >> but for beta6, I succeeded to compile it without downloading the configure >> tarball... > > there were changes in configure in beta7. > Or