On 5/27/13 11:49 AM, Dominique Dhumieres wrote: > I think the problem is in > > /sw/src/fink.build/hdf5.8-1.8.11-1/hdf5-1.8.11/config/powerpc-apple > > # The default compiler is `clang'. > # No support for OS older than darwin 10.X. > if test "X-" = "X-$CC"; then > case "$host_os" in > darwin10.*) # Snow Leopard. Use gcc/g++ because clang++ is not > available. > CC=gcc > CC_BASENAME=gcc > ;; > *) > CC=clang > CC_BASENAME=clang > ;; > esac > fi > > On ppc the last darwin is darwin9 and has no clang (at least with Xcode > 3.1.4). > > Dominique >
Ah! So it wasn't my manual setting in the CompileScript. And they're not even right about the availability of clang++ on Snow Leopard. I'll work up a fix. (to be fair to upstream, powerpc-apple is something that I generated by copying a template file; no editing had been required in prior HDF5 versions). -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
