[sage-devel] Questions subpackages in sage-6.0

2014-01-26 Thread Montgomery-Smith, Stephen
I notice that in sage 6.0 that the source code of the subpackages are stored in one of two places: build/pkg/* and upstream/*. Now in some build/pkg/* directories, the src directories already exist. Whereas in other build/pkg/* directories, the src directories don't exist. In the latter case, I

Re: [sage-devel] Re: upcoming Sage Days

2014-01-26 Thread William Stein
On Sun, Jan 26, 2014 at 3:13 PM, mmarco wrote: > I would like to attend to Seattle in June. As for the differential geometry, > it is not my field of expertise, but i am definitely in. Besides the Excellent -- you can definitely count on coming. > manifold package, i would like to implement a c

Re: [sage-devel] Re: upcoming Sage Days

2014-01-26 Thread mmarco
I would like to attend to Seattle in June. As for the differential geometry, it is not my field of expertise, but i am definitely in. Besides the manifold package, i would like to implement a class for commutative graded differential algebras (although it is not really differential geometry, i

[sage-devel] Re: Error in installing gd-2.0.35 for Sage 6.0, released 2013-12-17, on OSX 10.9.1

2014-01-26 Thread Sami Losoi
I think the building was this time success, although many warnings remain. Please, see the log which came to the terminal with many warnings: https://dl.dropboxusercontent.com/u/62073194/install_terminal.log I think these warnings are coming from bad practices used in third-party packages. Pleas

[sage-devel] Re: Error in installing gd-2.0.35 for Sage 6.0, released 2013-12-17, on OSX 10.9.1

2014-01-26 Thread Sami Losoi
Thank you for your proposal! I have been building the source with the changes now a few hours. I will inform to trac and here when ready. I got this type of warnings in some instances of the new building: extra.cc:940:30: warning: cast to pointer from integer of different size [-Wint-to-pointer

[sage-devel] Re: Error in installing gd-2.0.35 for Sage 6.0, released 2013-12-17, on OSX 10.9.1

2014-01-26 Thread Volker Braun
Should be fixed in http://trac.sagemath.org/ticket/15736, please try. -- 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+unsubscr...@googlegroups.com. To p

[sage-devel] Re: Error in installing gd-2.0.35 for Sage 6.0, released 2013-12-17, on OSX 10.9.1

2014-01-26 Thread Volker Braun
Neiher Sage nor OSX comes with fontconfig, so you installed fontconfig library in the system that is either broken or of a conflicting version. Do you have macports or something like that installed? Which version of fontconfig, where are the .dylib and .h files? > It seems like the autoconf tes

[sage-devel] Re: Error in installing gd-2.0.35 for Sage 6.0, released 2013-12-17, on OSX 10.9.1

2014-01-26 Thread Sami Losoi
Here is the log entry: https://dl.dropboxusercontent.com/u/62073194/install.log How can I debug this more? Sami On Sunday, 26 January 2014 08:36:11 UTC+2, John H Palmieri wrote: > > It might help to post the whole log file described in the error message. > Do you have fontconfig installed? > >

[sage-devel] Re: Unssuccessful run on OSX 10.9.1 with Sage 6.0 Notebook

2014-01-26 Thread Sami Losoi
Here is a code which works directly in Python and fires up a new window, but not in Sage Notebook: import matplotlib.pyplot as plt import scipy.io data = scipy.io.loadmat('arrytmia_data_bad.mat') x = data['data'] plt.plot(x, linestyle='', marker='x') plt.show() Is Sage designed to work like