I just installed PDL on my Macbook Air with Lion on it. I had no problem installing PDL with GSL, PLPlot etc. The trick for me was simply to install as many external dependencies as possible with homebrew:
http://mxcl.github.com/homebrew/ This was pretty much painless except for having to change a few paths when installing PLPlot which was a contributed "brew" and hasn't been merged into the main package dist branch yet. If you need help with that, let me know. As for GSL, I just did a brew install gsl and then checked that gsl-config is in the path. PDL picked that up just fine when building and all is working for me. Hope that helps, Ben On 26 Sep 2011, at 10:14, David Mertens wrote: > Hey folks - > > I have a shiny new Mac and I'm trying to get some of my code working > on it. I had no trouble building the stock PDL, but I noticed that the > build is not detecting GSL. Before launching a formal inquiry, I was > wondering if anybody had any hints for how to get GSL working on macs. > The wiki, alas, simply says, "I was unable to get GSL to work." Any > pointers? > > Thanks! > > David > > -- > Sent via my carrier pigeon. > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
