Re: [sage-devel] Problem building scipy

2023-10-02 Thread David Einstein
n instead: > > make gfortran > make > > the one from Homebrew is currently broken. > > > On Mon, Oct 2, 2023 at 1:25 PM David Einstein wrote: > > > > I just upgraded an M1 macbook pro to osx 14.0, upgraded homebrew and > tried rebuilding sage. It fails to

[sage-devel] Re: problem building ecl on osx

2020-07-19 Thread David Einstein
ault makeinfo). It's maybe worth including that in the list of > optional homebrew packages and then updated .homebrew-build-env > On Saturday, July 18, 2020 at 10:08:58 PM UTC-4 Matthias Koeppe wrote: > >> I have opened https://trac.sagemath.org/ticket/30173 for this >> >> &

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-09-02 Thread David Einstein
I don't know about centos, but on OSX this situation occurs when anaconda is installed, and the anaconda directories occur earlier in the path than the system directories. Removing anaconda from the path before building sage fixes the problem. On Sunday, September 2, 2018 at 8:15:33 AM UTC-4,

Re: [sage-devel] Old versions of Sage

2015-06-11 Thread David Einstein
I recently tried building 6.5 by doing make distclean git checkout 6.5 make which promptly failed when trying to download packages. Is there a better way to do this? Looking at some #18077, it would help to get things back to a state where things worked. On Thursday, June 11, 2015 at

[sage-devel] Function call interface.

2015-05-26 Thread David Einstein
While looking at #15786 with an eye to understanding the architecture of sage, I noticed the following comment before the __call__ method of Function_ceil and Function_floor. #FIXME: this should be moved to _eval_ After some rummaging about I see that the problem is that the function looks

[sage-devel] Re: build sage-6.6 on osx fails on R compile

2015-05-07 Thread David Einstein
This is a problem introduced in a recent xcode. An Apple include file does not play nice with gcc. See the thread in sage-support https://groups.google.com/forum/#!topic/sage-support/9m5N0KUqkWo . http://trac.sagemath.org/ticket/18254 has all the details as well. See comment 44 and 51 for

[sage-devel] Re: Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-04-02 Thread David Einstein
: On Tuesday, March 31, 2015 at 1:03:08 PM UTC-7, David Einstein wrote: When building python it does complain about not finding _sqlite3 along with _bsddb _sqlite3 _ssl bsddb185 dbmdl gdbm imageop

[sage-devel] Re: Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-03-31 Thread David Einstein
compile log (in $SAGE_ROOT/logs/pkgs)? Do you have another conflicting sqlite install in /usr/local, e.g. homebrew and friends? On Tuesday, March 31, 2015 at 7:51:58 PM UTC+2, David Einstein wrote: When attempting to compile sage from source on my laptop it dies attempting to compile

[sage-devel] Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-03-31 Thread David Einstein
When attempting to compile sage from source on my laptop it dies attempting to compile conway polynomials I've attached the log file. This appears connected to ticket #15433, but AFAICT that code has been merged into master. Found local metadata for conway_polynomials-0.4.p0 Attempting to

[sage-devel] Re: Missing _sqlite3 when compiling conway polynomials OSX 10.9.5

2015-03-31 Thread David Einstein
for the help. On Tuesday, March 31, 2015 at 2:50:38 PM UTC-4, John H Palmieri wrote: On Tuesday, March 31, 2015 at 11:31:42 AM UTC-7, David Einstein wrote: The sqlite package seems to have installed correctly. Log attached. On OS X, Sage's sqlite package just creates a link to the pre