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

2017-04-11 Thread kcrisman
it does not work for me, or at least I must be doing something wrong. > I get to the page listing the notebooks to convert, and then, if I click > on a notebook, I get a weird page asking for a password or a token. > If you paste in the *entire* token from the Terminal, it should work. This

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

2017-04-11 Thread Dima Pasechnik
anyhow, this process, clicking on these old notebooks, does provide copies of converted to ipython sagenb notebooks, but the whole process is very stressful at the moment, I think. This popup with password prompt really should not be there... On Tuesday, April 11, 2017 at 9:44:03 PM UTC+1, Dima

Re: [sage-devel] Re: Make OpenBLAS Error

2017-04-11 Thread Steven Trogdon
>From a bash shell where you build Sage: export OPENBLAS_CONFIGURE="TARGET=ATOM" MAKE="make -j5 -l3.5" should set the important variables. This is the MAKE I use for a very, very old 4 core machine. The OPENBLAS_CONFIGURE variable is alluded to in build/pkgs/openblas/spkg-check but I find it no

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

2017-04-11 Thread dimpase
it does not work for me, or at least I must be doing something wrong. I get to the page listing the notebooks to convert, and then, if I click on a notebook, I get a weird page asking for a password or a token. Password or token: Log in Token authentication is enabled. You need to open the note

Re: [sage-devel] Re: Make OpenBLAS Error

2017-04-11 Thread Ackbach
All right! Sage 7.6 compiled correctly, so far as I know. I haven't run the tests, but it opens into a notebook in Firefox, and correctly computes integrate(e^(-x^2),x,-infinity,infinity) Is there a way to combine the OPENBLAS_CONFIGURE command with the -j4 option for using multiple cores to co

Re: [sage-devel] OSX Xcode 8.3 breaks openblas

2017-04-11 Thread John H Palmieri
Right, I have haswell. John On Monday, April 10, 2017 at 3:22:49 PM UTC-7, Volker Braun wrote: > > It might be hardware specific; I take it you don't have a sandy bridge CPU? > > > > On Tuesday, April 11, 2017 at 12:19:26 AM UTC+2, John H Palmieri wrote: >> >> I ran Xcode to make sure it would

[sage-devel] Fwd: [sagemath-admins] CDN's mathjax will go by the end of the month

2017-04-11 Thread Dima Pasechnik
-- Forwarded message -- From: Harald Schilly Date: Tue, Apr 11, 2017 at 4:06 PM Subject: Re: [sagemath-admins] CDN's mathjax will go by the end of the month To: sagemath-admins I'll patch the documentation that's currently online, but of course, fixing this properly in the sage

[sage-devel] Re: Building linbox-1.4.2 fails

2017-04-11 Thread Sho Takemori
Thank you for answering. It seems that an Amazon EC2 instance doesn't have swap by default. I will add swap (and increase the memory) and try building again. 2017年4月11日火曜日 16時11分57秒 UTC+2 Dima Pasechnik: > > you're getting > > > g++: internal compiler error: Killed (program cc1plus) > > > which

[sage-devel] Re: Building linbox-1.4.2 fails

2017-04-11 Thread Dima Pasechnik
you're getting g++: internal compiler error: Killed (program cc1plus) which might indicate that you need more memory (or at least more swap). On Tuesday, April 11, 2017 at 2:18:38 PM UTC+1, Sho Takemori wrote: > > Dear all, > > I try to build Sage using Amazon EC2 t2.micro. > But building li

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

2017-04-11 Thread kcrisman
This is now default in the Sage 8.0 beta series, and we strongly welcome testers! For a limited time only I have posted a binary of the app bundle at http://www.math.gordon.edu/~kcrisman/sage-8.0.beta0-OSX_10.11.6-x86_64.app.dmg This should work on both Mac 10.11 and 10.12. For bandwidth re

Re: [sage-devel] sage.misc.package considered harmful

2017-04-11 Thread Isuru Fernando
> I welcome the work on the Conda port because it will allow just that in the medium term. You could replace the whole sage packaging with Conda and a few scripts to set things up. Once you do that sage.misc.package should die (and please do not replace it by calls to Conda). FYI, I have a branch

[sage-devel] Building linbox-1.4.2 fails

2017-04-11 Thread Sho Takemori
Dear all, I try to build Sage using Amazon EC2 t2.micro. But building linbox fails. The attached file is "linbox-1.4.2.log". Building linbox using the latest head of the repository (https://github.com/linbox-team/linbox) succeeds. I tried to build Sage as follows. $ sudo apt-get install -y build

Re: [sage-devel] Re: Make OpenBLAS Error

2017-04-11 Thread Ackbach
7.5.1 failed to build. Looks like the same error as before. I'll try Steven's linked suggestion with 7.6, and see if that flies. Thanks for all your help, by the way! One suggestion: if the OPENBLAS_CONFIGURE="TARGET=ATOM" make command builds everything correctly, then maybe the next version