[matplotlib-devel] Bug in linking to gomp with python; causes crash in matplotlib.

2011-02-19 Thread Hoyt Koepke
Hello, I've encountered a strange bug that appears to be either in gcc's gomp implementation or in how python loads extension modules linked against gomp. Here's the error: Using gcc (multiple versions) on linux, I compile an empty c extension module and pass -lgomp as a linker arg. If I import

Re: [matplotlib-devel] svn is frozen; github migration underway

2011-02-19 Thread Darren Dale
On Sat, Feb 19, 2011 at 1:03 PM, Jarrod Millman wrote: > On Fri, Feb 18, 2011 at 8:55 PM, Darren Dale wrote: >> * Jarrod offered to contribute to the docs to describe the recommended >> workflow. > > I did a first pass at changing the documentation from describing svn > to git (including adding gi

Re: [matplotlib-devel] svn is frozen; github migration underway

2011-02-19 Thread Jarrod Millman
On Fri, Feb 18, 2011 at 8:55 PM, Darren Dale wrote: > * Jarrod offered to contribute to the docs to describe the recommended > workflow. I did a first pass at changing the documentation from describing svn to git (including adding gitwash) and generated a pull request: https://github.com/matplot