Re: hpc gfortran

2013-03-27 Thread vincent habchi
> Thanks for the tip, I'll have a look. You’re welcome. BTW, atlas defaults now to clang-mp-3.3 for AVX-enabled computers (from mid-2011 on) since it is the only compiler with full AVX support available on MacOS. Gfortran is plagued, as well as GCC, by a dependency on the outdated version of t

Re: c2html

2013-03-27 Thread Sean Farley
Daniel Ericsson writes: > On 26 mar 2013, at 22:20, Sean Farley wrote: > >> Daniel Ericsson writes: >> >>> On 25 mar 2013, at 22:08, Sean Farley wrote: >>> I have a project that depends on the newer one located at launchpad but the versioning confuses me. The one at sourceforge hasn'

Re: hpc gfortran

2013-03-27 Thread Sean Farley
Vincent Habchi writes: > On 25 mars 2013, at 23:58, Sean Farley wrote: > >> 2) Since clang is the new default with Apple, there is great interest in >> the scientific community for building the c part with clang and the >> fortran part with gfortran. > > Have a look at the “new” Portfile for atl

Re: hpc gfortran

2013-03-27 Thread Vincent Habchi
On 25 mars 2013, at 23:58, Sean Farley wrote: > 2) Since clang is the new default with Apple, there is great interest in > the scientific community for building the c part with clang and the > fortran part with gfortran. Have a look at the “new” Portfile for atlas. If clang is chosen as a compil

Re: Changing default compiler for Atlas from gcc47 to clang-3.3 on AVX capable machines

2013-03-27 Thread Vincent Habchi
Ryan, I have committed the new Portfile in r104549. Clang-3.3 is the default compiler for AVX capable machines. We’ll see how it turns out… Vincent ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/l

Re: [104387] trunk/dports/kde/kde4-runtime/Portfile

2013-03-27 Thread Nicolas Pavillon
> Should macports-llvm-gcc-4.2 also be blacklisted? Indeed, added in 104548. There may be others too, but I focused on the classical fallback ones. ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/lis

Re: trac.macports.org is down

2013-03-27 Thread William Siegrist
A database server went down. Everything should be back up now. -Bill On Mar 27, 2013, at 5:35 AM, Ryan Schmidt wrote: > Hi Bill, > > I've been unable to access MacPorts Trac for an hour or so. It responds to > pings but not web traffic. Could you take a look? > > -Ryan >

Re: [104521] trunk/dports/databases/oracle-instantclient/Portfile

2013-03-27 Thread Daniel J. Luke
On Mar 27, 2013, at 9:40 AM, Daniel J. Luke wrote: > On Mar 26, 2013, at 10:02 PM, Ryan Schmidt wrote: >> On Mar 26, 2013, at 20:55, "Daniel J. Luke" wrote: >>> On Mar 26, 2013, at 8:28 PM, ryandes...@macports.org wrote: +# Oracle builds the libraries with strange install_names, w

Re: [104521] trunk/dports/databases/oracle-instantclient/Portfile

2013-03-27 Thread Daniel J. Luke
On Mar 26, 2013, at 10:02 PM, Ryan Schmidt wrote: > On Mar 26, 2013, at 20:55, "Daniel J. Luke" wrote: >> On Mar 26, 2013, at 8:28 PM, ryandes...@macports.org wrote: >>> >>> +# Oracle builds the libraries with strange install_names, which we >>> fix, for >>> +# neatness. Unfortunately u

MacPorts Trac down

2013-03-27 Thread Christoph Iserlohn
It seems the macports trac instance is down: bash-4.2$ ping trac.macports.org PING trac.macports.org (17.251.224.56): 56 data bytes 64 bytes from 17.251.224.56: icmp_seq=0 ttl=48 time=165.938 ms 64 bytes from 17.251.224.56: icmp_seq=1 ttl=48 time=165.987 ms bash-4.2$ curl -v trac.macports.org * A

Re: [104521] trunk/dports/databases/oracle-instantclient/Portfile

2013-03-27 Thread Jeremy Lavergne
>> can't we just add an rpath to applications that use oracle-instantclient? >> (it works with sqlplus, at least in my testing). > > I'd love to find a better solution but I'm not sure what you mean. Checkout install_name_tool - change dynamic shared library install names @rpath is an install n

Re: c2html

2013-03-27 Thread Daniel Ericsson
On 26 mar 2013, at 22:20, Sean Farley wrote: > Daniel Ericsson writes: > >> On 25 mar 2013, at 22:08, Sean Farley wrote: >> >>> I have a project that depends on the newer one located at launchpad but >>> the versioning confuses me. The one at sourceforge hasn't been updated >>> for at least fou