[sage-devel] Re: OSX Catalina works

2019-11-03 Thread Andrew
Great, thanks John. I have essentially the same version of brew: Homebrew 2.1.15 Homebrew/homebrew-core (git revision 89bf3; last commit 2019-11-04) Homebrew/homebrew-cask (git revision e317e; last commit 2019-11-04) but I have many more brew packages installed. I reinstalled all of the brew

[sage-devel] Re: OSX Catalina works

2019-11-03 Thread John H Palmieri
I am using the same versions of OS and Xcode as you. I am now doing this with a third computer. This one had an old Xcode and some homebrew stuff already installed, and it gave me some problems. I ended up uninstalling and then reinstalling various parts of homebrew, and Sage now builds for

[sage-devel] Re: OSX Catalina works

2019-11-03 Thread Andrew
I uninstalled xcode and brew's gcc and then reinstall them both but I still the the same failure with givaro. I don't know if this is related, but even though I installed ntl using brew it is not used when I compile sage as the log file reports: checking NTL/ZZ.h usability... no checking

Re: [sage-devel] Re: Switch to Python 3 by default

2019-11-03 Thread VulK
All test passed! Gentoo linux running on x86_64 Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz Three doctests in src/sage/rings/padics/padic_lattice_element.py failed on safe -t --all but were succesful when the file was checked individually. I confirm my green light S. * Dima Pasechnik

Re: [sage-devel] Re: Switch to Python 3 by default

2019-11-03 Thread VulK
I figured out that the error I posted depended on an ambient variable that I have set um in my rc files, namely export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true" with this `java -version` returns Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on

Re: [sage-devel] Can we adopt "orphan" Sage-related packages ?

2019-11-03 Thread Dima Pasechnik
On Sun, Nov 3, 2019 at 2:59 PM Emmanuel Charpentier wrote: > > Case in point: > > During a few years, someone called Sho Katemori created and maintained a > couple of (very) useful Sage-related packages fpr emacs users: Sho Takemori: takem...@math.sci.hokudai.ac.jp he probably was a PhD

Re: [sage-devel] Re: Switch to Python 3 by default

2019-11-03 Thread VulK
Thanks! Next up an error while building docs [dochtml] [discrete_] from /opt/sage-python3/src/doc/en/reference/discrete_geometry/sage/geometry/triangulation/point_configuration.rst: [dochtml] [discrete_] Traceback (most recent call last): [dochtml] [discrete_] File

Re: [sage-devel] Re: OSX Catalina works

2019-11-03 Thread Dima Pasechnik
On Sun, Nov 3, 2019 at 3:03 PM David Joyner wrote: > > > > On Sun, Nov 3, 2019 at 6:49 AM David Joyner wrote: >> >> >> >> On Sun, Nov 3, 2019 at 3:00 AM Dima Pasechnik wrote: >>> >>> looks like gd package didn't install right. >>> >>> you can install gd via Homebrew: >>> >>>

Re: [sage-devel] Re: Switch to Python 3 by default

2019-11-03 Thread Dima Pasechnik
On Sun, 3 Nov 2019, 16:57 VulK, wrote: > I have issues with a symlink when installing ipython: > > """ > ... > Successfully installed ipython-5.8.0 > Cleaning up... > Removed build tracker '/tmp/pip-req-tracker-x6b62y1w' > > real0m3.382s > user0m3.027s > sys 0m0.498s >

Re: [sage-devel] Re: Switch to Python 3 by default

2019-11-03 Thread VulK
I have issues with a symlink when installing ipython: """ ... Successfully installed ipython-5.8.0 Cleaning up... Removed build tracker '/tmp/pip-req-tracker-x6b62y1w' real0m3.382s user0m3.027s sys 0m0.498s Copying package files from temporary location

Re: [sage-devel] Re: OSX Catalina works

2019-11-03 Thread Dima Pasechnik
could you post config.log ? On Sun, 3 Nov 2019, 15:03 David Joyner, wrote: > > > On Sun, Nov 3, 2019 at 6:49 AM David Joyner wrote: > >> >> >> On Sun, Nov 3, 2019 at 3:00 AM Dima Pasechnik wrote: >> >>> looks like gd package didn't install right. >>> >>> you can install gd via Homebrew: >>>

Re: [sage-devel] Re: OSX Catalina works

2019-11-03 Thread David Joyner
On Sun, Nov 3, 2019 at 6:49 AM David Joyner wrote: > > > On Sun, Nov 3, 2019 at 3:00 AM Dima Pasechnik wrote: > >> looks like gd package didn't install right. >> >> you can install gd via Homebrew: >> >> https://formulae.brew.sh/formula/gd >> >> also, by the way, install pkg-config >> >>

[sage-devel] Can we adopt "orphan" Sage-related packages ?

2019-11-03 Thread Emmanuel Charpentier
Case in point: During a few years, someone called Sho Katemori created and maintained a couple of (very) useful Sage-related packages fpr emacs users: - sage-shell-mode: an emacs interface to Sage, allowing the integration of typeset maths and 2D graphics in an emacs buffer managing a

Re: [sage-devel] Re: Switch to Python 3 by default

2019-11-03 Thread VulK
Building now S. * Frédéric Chapoton [2019-11-03 05:18:13]: Could please some of the many plus-one-ing people try the branch at #28660 and report there if it works for them, namely builds a working python3-sage by default ? Frédéric Le dimanche 27 octobre 2019 01:58:23 UTC+2, Volker Braun a

[sage-devel] Re: Switch to Python 3 by default

2019-11-03 Thread Frédéric Chapoton
Could please some of the many plus-one-ing people try the branch at #28660 and report there if it works for them, namely builds a working python3-sage by default ? Frédéric Le dimanche 27 octobre 2019 01:58:23 UTC+2, Volker Braun a écrit : > > Maybe I missed it, but I didn't find a ticket for

Re: [sage-devel] Re: OSX Catalina works

2019-11-03 Thread David Joyner
On Sun, Nov 3, 2019 at 3:00 AM Dima Pasechnik wrote: > looks like gd package didn't install right. > > you can install gd via Homebrew: > > https://formulae.brew.sh/formula/gd > > also, by the way, install pkg-config > > https://formulae.brew.sh/formula/pkg-config > > (it would be great if

Re: [sage-devel] Ticket #15555 (Murnaghan-Nakayama formula)

2019-11-03 Thread Dima Pasechnik
On Sat, 2 Nov 2019, 18:06 Keren Shao, wrote: > > Could you please explain both (just high level steps, assuming my module are > standalone python scripts that imports nothing other than sage/standard > library)? Stand-alone Python scripts doing a particular maths computation don't really

Re: [sage-devel] Re: OSX Catalina works

2019-11-03 Thread Dima Pasechnik
looks like gd package didn't install right. you can install gd via Homebrew: https://formulae.brew.sh/formula/gd also, by the way, install pkg-config https://formulae.brew.sh/formula/pkg-config (it would be great if someone with well-working osx system updated Installation guide to list names