Re: [sage-devel] reviewing sage-location patch

2010-09-09 Thread Dr. David Kirkby
On 09/ 9/10 09:07 PM, Jason Grout wrote: Currently, installing packages on a Sage that has been moved from its original build location is seriously broken. The problem is that the pkgconfig files (which many spkgs use to set up the include paths) are not updated to the new location. There is a p

[sage-devel] reviewing sage-location patch

2010-09-09 Thread Jason Grout
Currently, installing packages on a Sage that has been moved from its original build location is seriously broken. The problem is that the pkgconfig files (which many spkgs use to set up the include paths) are not updated to the new location. There is a patch at #9210 that fixes this. It nee