Re: [90985] trunk/dports/science

2012-03-22 Thread Joshua Root
On 2012-3-22 13:15 , Ryan Schmidt wrote: > > On Mar 21, 2012, at 13:22, Leo Singer wrote: > >> On Mar 21, 2012, at 12:08 PM, Ryan Schmidt wrote: >> >>> I'd also still check whether adding a universal variant (i.e. by adding the >>> line "variant universal {}" on a line before you invoke >>> [ge

Re: [90985] trunk/dports/science

2012-03-21 Thread Ryan Schmidt
On Mar 21, 2012, at 13:22, Leo Singer wrote: > On Mar 21, 2012, at 12:08 PM, Ryan Schmidt wrote: > >> I'd also still check whether adding a universal variant (i.e. by adding the >> line "variant universal {}" on a line before you invoke >> [get_canonical_archs]) works. > > Both that and > >

Re: [90985] trunk/dports/science

2012-03-21 Thread Leo Singer
On Mar 21, 2012, at 12:08 PM, Ryan Schmidt wrote: > > On Mar 21, 2012, at 11:00, Leo Singer wrote: > >>> The build process currently hides the actual compile commands from us, >>> making it not totally easy to see whether we've succeeded. If you can make >>> the build output more verbosely tha

Re: [90985] trunk/dports/science

2012-03-21 Thread Ryan Schmidt
On Mar 21, 2012, at 11:00, Leo Singer wrote: >> The build process currently hides the actual compile commands from us, >> making it not totally easy to see whether we've succeeded. If you can make >> the build output more verbosely that would be great. > > By build process, do you mean the Mac

Re: [90985] trunk/dports/science

2012-03-21 Thread Leo Singer
On Mar 21, 2012, at 11:35 AM, Ryan Schmidt wrote: > > On Mar 21, 2012, at 09:11, Leo Singer wrote: > >> Attached is a revised Portfile. I am having trouble with >> get_canonical_archflags. After adding to build.post_args-append: >> >> CC="${configure.cc} [get_canonical_arch

Re: [90985] trunk/dports/science

2012-03-21 Thread Ryan Schmidt
On Mar 21, 2012, at 09:11, Leo Singer wrote: > Attached is a revised Portfile. I am having trouble with > get_canonical_archflags. After adding to build.post_args-append: > >CC="${configure.cc} [get_canonical_archflags cc]" \ >CL="${configure.cc} [get_c

Re: [90985] trunk/dports/science

2012-03-21 Thread Joshua Root
On 2012-3-22 01:50 , Leo Singer wrote: > On Mar 21, 2012, at 10:29 AM, Joshua Root wrote: > >> On 2012-3-22 01:11 , Leo Singer wrote: >>> Attached is a revised Portfile. I am having trouble with >>> get_canonical_archflags. After adding to build.post_args-append: >>> >>>CC="

Re: [90985] trunk/dports/science

2012-03-21 Thread Leo Singer
On Mar 21, 2012, at 10:29 AM, Joshua Root wrote: > On 2012-3-22 01:11 , Leo Singer wrote: >> Attached is a revised Portfile. I am having trouble with >> get_canonical_archflags. After adding to build.post_args-append: >> >>CC="${configure.cc} [get_canonical_archflags cc]" \

Re: [90985] trunk/dports/science

2012-03-21 Thread Joshua Root
On 2012-3-22 01:11 , Leo Singer wrote: > Attached is a revised Portfile. I am having trouble with > get_canonical_archflags. After adding to build.post_args-append: > > CC="${configure.cc} [get_canonical_archflags cc]" \ > CL="${configure.cc} [get_canonic

Re: [90985] trunk/dports/science

2012-03-21 Thread Leo Singer
Attached is a revised Portfile. I am having trouble with get_canonical_archflags. After adding to build.post_args-append: CC="${configure.cc} [get_canonical_archflags cc]" \ CL="${configure.cc} [get_canonical_archflags ld]" \ CXX="${co

Re: [90985] trunk/dports/science

2012-03-20 Thread Ryan Schmidt
On Mar 20, 2012, at 14:08, aron...@macports.org wrote: > Revision: 90985 > https://trac.macports.org/changeset/90985 > Author: aron...@macports.org > Date: 2012-03-20 12:08:01 -0700 (Tue, 20 Mar 2012) > Log Message: > --- > New port: healpix > > Added Paths: > ---