Re: [sage-devel] Re: Error in installing Sage8.6 on linux: syntax error

2019-03-11 Thread Ai Bo
Well, I tried to let the install to build ATLAS, but it got stuck at downloading the atlas package as my machine is behind firewall. So I manually downloaded the atlas-3.10.2.tar.bz2 and tried to build it. But when I tried to build atlas, I got error: ERROR: enum fam=3, chip=2, model=85, mach=0

Re: [sage-devel] Re: Error in installing Sage8.6 on linux: syntax error

2019-03-11 Thread Ai Bo
I didn't *want* to use my own BLAS. Without downloading BLAS directory, it is complaining missing BLAS. Does the Sage package already have BLAS? Why it doesn't compile without setting the env for BLAS? On Monday, March 11, 2019 at 3:06:51 PM UTC-7, Dima Pasechnik wrote: > > On Mon, Mar 11, 2019

Re: [sage-devel] Re: Error in installing Sage8.6 on linux: syntax error

2019-03-11 Thread Dima Pasechnik
On Mon, Mar 11, 2019 at 9:53 PM Ai Bo wrote: > > yes, switching to bash can pass this error. > > However, now error: > ERROR: BLAS not found! > [fflas_ffpack-2.3.2] > [fflas_ffpack-2.3.2] BLAS routines are required for this library to compile. > Please > [fflas_ffpack-2.3.2] make sure BLAS

[sage-devel] Re: Error in installing Sage8.6 on linux: syntax error

2019-03-11 Thread Ai Bo
yes, switching to bash can pass this error. However, now error: ERROR: BLAS not found! [fflas_ffpack-2.3.2] [fflas_ffpack-2.3.2] BLAS routines are required for this library to compile. Please [fflas_ffpack-2.3.2] make sure BLAS are installed and specify its location with the option

[sage-devel] Recommendation for Mac OS X users on Sage's cutting edge

2019-03-11 Thread John H Palmieri
For those of you who use OS X and also like to do incremental upgrades to Sage's most recent beta release, I would suggest running 'make distclean' and then 'make'. Why? Previous versions of Sage have broken file manifests for its packages – not broken on linux, only OS X – so package

[sage-devel] Re: Enhancement of Kruskal Algorithmn

2019-03-11 Thread hy15
Is there a way to generate Random directed weighted Graph, I have read the module for Random Graph generator but couldn't find one for weighted. Is there a program to generate Random directed weighted Graph there ? -- *Disclaimer: *This email and any files transmitted with it are confidential

Re: [sage-devel] Regression in Jupyter notebook (Sage 8.7.beta7)

2019-03-11 Thread Eric Gourgoulhon
Le lundi 11 mars 2019 16:53:07 UTC+1, Jeroen Demeyer a écrit : > > On 2019-03-11 16:42, Eric Gourgoulhon wrote: > > Shall I open a ticket? > > Yes and please include the traceback. > OK, this is now https://trac.sagemath.org/ticket/27463 -- You received this message because you are

Re: [sage-devel] Regression in Jupyter notebook (Sage 8.7.beta7)

2019-03-11 Thread Jeroen Demeyer
On 2019-03-11 16:42, Eric Gourgoulhon wrote: Shall I open a ticket? Yes and please include the traceback. -- 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] Regression in Jupyter notebook (Sage 8.7.beta7)

2019-03-11 Thread Eric Gourgoulhon
Hi, With Sage 8.6, it is possible to open directly a notebook file by sage -n jupyter file_name.ipynb With Sage 8.7.beta7 (python 2 version), the same command yields TypeError: coercing to Unicode: need string or buffer, int found With Sage 8.7.beta7 (python 3 version), this is OK. Since Sage

Re: [sage-devel] Error in installing Sage8.6 on linux: syntax error

2019-03-11 Thread E. Madison Bray
On Mon, Mar 11, 2019 at 11:44 AM Dima Pasechnik wrote: > > On Mon, Mar 11, 2019 at 9:42 AM E. Madison Bray wrote: > > > > On Mon, Mar 11, 2019 at 8:51 AM Dima Pasechnik wrote: > > > > > > Switch to bash (chsh is the command to do it), or just install bash, > > > and, before starting ./configure

Re: [sage-devel] Sage Crash Report

2019-03-11 Thread E. Madison Bray
Hi Stephen, When you say "a couple different ways" it would help to know exactly what you did. It's possible that each case were separate issues. The crash report you attached is definitely specific to conda (since it has a separate liblinboxsage.so for Sage which I think is particular to how

[sage-devel] Fwd: [sage-trac] #27462: move toolchain into a separate package

2019-03-11 Thread Dima Pasechnik
I've opened this ticket/task to move to a simpler build system... -- Forwarded message - From: sage-trac Date: Mon, Mar 11, 2019 at 11:25 AM Subject: [sage-trac] #27462: move toolchain into a separate package To: #27462: move toolchain into a separate package

Re: [sage-devel] Error in installing Sage8.6 on linux: syntax error

2019-03-11 Thread Dima Pasechnik
On Mon, Mar 11, 2019 at 9:42 AM E. Madison Bray wrote: > > On Mon, Mar 11, 2019 at 8:51 AM Dima Pasechnik wrote: > > > > Switch to bash (chsh is the command to do it), or just install bash, > > and, before starting ./configure and make, > > start bash in terminal explicitly. > > The spkg-install

Re: [sage-devel] Sage Crash Report

2019-03-11 Thread Dima Pasechnik
You have a conflict with your anaconda install: ImportError: /home/sng/anaconda3/envs/sage/lib/python2.7/site-packages/sage/matrix/../../../../liblinboxsage.so.0: undefined symbol: _ZNK6Givaro7IntegercvSsEv I guess if you move anaconda away then the binary would work. On Mon, Mar 11, 2019 at

Re: [sage-devel] Sagemath Conway polynomials error from Conda Forge

2019-03-11 Thread E. Madison Bray
On Sun, Mar 10, 2019 at 11:16 PM Dima Pasechnik wrote: > > On Sun, Mar 10, 2019 at 10:06 PM Steven Craighead > wrote: > > > > I have tried to build SageMath from Conda Forge multiple times and it > > continually fails out due to the fact that the Conway polynomial package is > > too old. > > >

[sage-devel] Sage Crash Report

2019-03-11 Thread Stephen Ng
Hello everyone, I installed Sage a couple of different ways (from the binary and using conda). In both cases it crashes immediately on execution. I could not mail the info sage-support so I thought I would post it here with the hope someone involved with maintenance & development will see it.

Re: [sage-devel] Error in installing Sage8.6 on linux: syntax error

2019-03-11 Thread E. Madison Bray
On Mon, Mar 11, 2019 at 10:43 AM Jeroen Demeyer wrote: > > On 2019-03-11 10:42, E. Madison Bray wrote: > > The spkg-install script (e.g. under > > local/var/tmp/sage/build/patch-2.7.5/spkg-install) should start with a > > shebang line like > > > > #!/usr/bin/env bash > > > > So that should

Re: [sage-devel] Error in installing Sage8.6 on linux: syntax error

2019-03-11 Thread Jeroen Demeyer
On 2019-03-11 10:42, E. Madison Bray wrote: The spkg-install script (e.g. under local/var/tmp/sage/build/patch-2.7.5/spkg-install) should start with a shebang line like #!/usr/bin/env bash So that should already use the correct shell unless your `bash` is actually something that is not

Re: [sage-devel] Error in installing Sage8.6 on linux: syntax error

2019-03-11 Thread E. Madison Bray
On Mon, Mar 11, 2019 at 8:51 AM Dima Pasechnik wrote: > > Switch to bash (chsh is the command to do it), or just install bash, > and, before starting ./configure and make, > start bash in terminal explicitly. The spkg-install script (e.g. under local/var/tmp/sage/build/patch-2.7.5/spkg-install)

[sage-devel] Re: Graph.show with js sometimes messes up labels

2019-03-11 Thread David . Coudert
Thank you for reporting this issue. The order of the vertices given to d3.js was incorrect. This is fixed in https://trac.sagemath.org/ticket/27460 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop

Re: [sage-devel] Error in installing Sage8.6 on linux: syntax error

2019-03-11 Thread Dima Pasechnik
Switch to bash (chsh is the command to do it), or just install bash, and, before starting ./configure and make, start bash in terminal explicitly. On Mon, Mar 11, 2019 at 3:11 AM Ai Bo wrote: > > I used source code, not binary. Yes, from the tarball. > I tried with "gcc version 7.2.0 (GCC)" and