Re: [Fink-devel] matplotlib, vtk-py23 for 10.2

2004-06-19 Thread Alexander K. Hansen
On Jun 19, 2004, at 3:12 PM, Denis Fan wrote: Hi, Can I ask if there are still have matplotlib and vtk-py23 download for osx 10.2 with gcc 3.1? Since as far as I know, they are now only available (as unstable) for 10.3. In that case, you would need to check with the package maintainer about the p

[Fink-devel] matplotlib, vtk-py23 for 10.2

2004-06-19 Thread Denis Fan
Hi, Can I ask if there are still have matplotlib and vtk-py23 download for osx 10.2 with gcc 3.1? Since as far as I know, they are now only available (as unstable) for 10.3. How about pyMat, are we intend to have this in the future? cheers -d

[Fink-devel] xml-parser-pm580-2.31-2

2004-06-19 Thread eos
Can't build on 10.3. it miss the full perl path in the perl Makefile.PL -- Package manager version: 0.18.4 Distribution version: 0.7.0 Mac OS X version: 10.3.4 December 2001 Developer Tools gcc version: 3.3 make version: 3.79 Feedback Courtesy of FinkCommander -

Re: [Fink-devel] packaging question

2004-06-19 Thread Koen van der Drift
On Jun 19, 2004, at 5:33 AM, jfm wrote: The CompileScript is executed 'line by line'. Thus either use : CompileScript: cd src ; make Or : CompileScript: << #!/bin/sh cd src make << Thanks, I found out later that this also works: SourceDirectory: foo/src CompileScript: make - Koen. -

Re: [Fink-devel] packaging question

2004-06-19 Thread jfm
On Jun 19, 2004, at 1:13 AM, Koen van der Drift wrote: CompileScript: << cd src/ make << This gives the following error: cd src/ Can't exec "cd": No such file or directory at /sw/lib/perl5/Fink/Services.pm line 403. The CompileScript is executed 'line by line'. Thus either use :