Re: Strange interaction between py-pyglet and py-numpy

2018-11-26 Thread Steve Kargl
On Mon, Nov 26, 2018 at 07:33:12PM -0500, Diane Bruce wrote: > On Mon, Nov 26, 2018 at 11:59:36PM +, Montgomery-Smith, Stephen wrote: > > > > Original error was: /lib/libgcc_s.so.1: version GCC_4.8.0 required by > > /usr/local/lib/gcc7/libgfortran.so.4 not found > > > > > > Any ideas? > >

namespace pollution with entities in math.h

2017-09-20 Thread Steve Kargl
It seems that I accidentally stumped onto namespace pollution in lang/python36, which is identical to the same issue I came across with lang/python27 and reported several weeks ago. The following diff fixes both ports. Index: lang/python27/files/patch-Modules__mathmodule.c ===

Re: [PATCH] lang/python27 -- Fix namespace collision

2017-08-02 Thread Steve Kargl
On Wed, Aug 02, 2017 at 11:11:17AM +0100, Mathieu Arnold wrote: > Le 01/08/2017 à 00:36, Steve Kargl a écrit : > > Any chance that the patch will be added to lang/python27? > > > > Is there a PR so that it does not get lost ? > A search for 'python' return

Re: [PATCH] lang/python27 -- Fix namespace collision

2017-07-31 Thread Steve Kargl
Any chance that the patch will be added to lang/python27? -- steve On Sun, Jun 18, 2017 at 11:31:12AM -0700, Steve Kargl wrote: > On Sun, Jun 18, 2017 at 11:29:05AM -0700, Steve Kargl wrote: > > Both IEEE-754 2008 and ISO/IEC TS 18661-4 define the half-cycle > > trignometric

Re: [PATCH] lang/python27 -- Fix namespace collision

2017-06-19 Thread Steve Kargl
On Tue, Jun 20, 2017 at 01:06:28PM +1000, Kubilay Kocak wrote: > On 6/19/17 4:31 AM, Steve Kargl wrote: > > On Sun, Jun 18, 2017 at 11:29:05AM -0700, Steve Kargl wrote: > >> Both IEEE-754 2008 and ISO/IEC TS 18661-4 define the half-cycle > >> trignometric functions cos

Re: [PATCH] lang/python27 -- Fix namespace collision

2017-06-18 Thread Steve Kargl
On Sun, Jun 18, 2017 at 11:29:05AM -0700, Steve Kargl wrote: > Both IEEE-754 2008 and ISO/IEC TS 18661-4 define the half-cycle > trignometric functions cospi, sinpi, and tanpi. When libm (aka > math.h) grows support for sinpi(x), lang/python27 has a namespace > collision. The at

[PATCH] lang/python27 -- Fix namespace collision

2017-06-18 Thread Steve Kargl
Both IEEE-754 2008 and ISO/IEC TS 18661-4 define the half-cycle trignometric functions cospi, sinpi, and tanpi. When libm (aka math.h) grows support for sinpi(x), lang/python27 has a namespace collision. The attached patch fixes the problem. -- Steve 20170425 https://www.youtube.com/watch?v=VWU