Re: Fortran recipe

2013-09-09 Thread Chris Jones
Hi, I've submitted an update to ROOT to try and address the C++ runtime issues (as well as bump the version to the latest upstream version, and improve the cocoa variant). https://trac.macports.org/ticket/40432 Could someone take a look ? cheers Chris On 26 Aug 2013, at 2:07am, Jeremy Huddl

Re: A C++ question: when to use "friend class"/"friend template"

2013-09-09 Thread Joshua Root
On 2013-9-10 04:14 , Mojca Miklavec wrote: > Does this patch seem reasonable to you? > > http://sourceforge.net/p/hugin/hugin/ci/752123441af3ca9d1977081b59f480b9a161247f/ > https://bugs.launchpad.net/hugin/+bug/1213586 > > (I don't have sufficient experience with C++ (compilers) to be able to > j

Re: A C++ question: when to use "friend class"/"friend template"

2013-09-09 Thread Mojca Miklavec
Dear Josh, On Sun, Aug 18, 2013 at 10:45 AM, Joshua Root wrote: > On 2013-8-18 16:55 , Mojca Miklavec wrote: >> Hello, >> >> While this might not be the most appropriate list to ask this type >> questions, I hope that there is someone who might be able to help. >> >> When trying to upgrade a port

Re: Fortran recipe

2013-09-09 Thread Michael Wimmer
Thank you very much for this recipe! There is one thing though that is not clear to me: When linking gfortran compiled code with clang, I need to link against libgfortran (and possible others like libquadmath). But I then also need to specify the location of libgfortran to clang with -L ... (I di