[sage-devel] Re: ulimit issues and IPython 5.0

2017-04-19 Thread Enrique Artal
I tried again to launch sagenb server (7.6) again avoiding the ulimit restrictions, and it seems ulimit is not responsible for it. After some hours the server does not respond, syslog register tons of these messages: Apr 19 12:41:47 sage-mtm saged.mtm[15141]: 2017-04-19T12:41:47+0200

Re: [sage-devel] openblas error while building Sage on Mac OSX 10.9

2017-04-19 Thread Francois Bissey
Can you post the “log file” quoted in the error message please? It is hard to figure out what went wrong without it. François > On 20/04/2017, at 07:30, Anna Haensch wrote: > > I'm trying to build sage from source code on a MacBookPro running OSX 10.9 > and Xcode 6.2

[sage-devel] openblas error while building Sage on Mac OSX 10.9

2017-04-19 Thread Anna Haensch
I'm trying to build sage from source code on a MacBookPro running OSX 10.9 and Xcode 6.2 with command line tools installed. When I run the make command I get the following error: Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Frédéric Chapoton
Here it is (once again, the failure is related to a cython module): (sage-sh) chapoton@pc-chapoton:sage3$ python3 Python 3.5.1 (default, Apr 7 2017, 12:17:26) [GCC 5.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sage.all Traceback (most recent

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Vincent Delecroix
Indeed, could you try $ sage -sh (sage-sh) $ python3 >>> import sage.all Vincent On 19/04/2017 13:11, Frédéric Chapoton wrote: Hello, I get nothing from "ls local/lib/python2.7/site-packages/sa*" and what looks like a correct full sage in local/lib/python3.5/site-packages/sage The

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Frédéric Chapoton
Hello, I get nothing from "ls local/lib/python2.7/site-packages/sa*" and what looks like a correct full sage in local/lib/python3.5/site-packages/sage The problem may come from "./sage" calling a python2.7 version ? Frederic Le mercredi 19 avril 2017 10:58:53 UTC+2, vdelecroix a écrit : > >

Re: [sage-devel] SageNB -> Jupyter conversion needs testers

2017-04-19 Thread Jeroen Demeyer
Let me remind that there are various tickets regarding the SageNB->Jupyter conversion which need review: #22668: HTML widget without description #22654: Implement %%fortran in Jupyter #22636: Make the Sage interact library work in Jupyter -- You received this message because you are subscribed

Re: [sage-devel] first python3 build of sage

2017-04-19 Thread Vincent Delecroix
Hi Frédéric, Can you check what are inside SAGE_ROOT/local/lib/python2.7/site-packages/sage SAGE_ROOT/local/lib/python3.5/site-packages/sage Vincent On 18/04/2017 21:25, Frédéric Chapoton wrote: Dear all, I just managed (using tricks to avoid a few remaining issues in cythonization and