-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Nov 20, 2005, at 9:18 AM, Peter O'Gorman wrote:

Jack Howarth wrote:

Could you download the lammpi-7.1.1-1 and gromacs/gromacs- mpi-3.3-1 files from fink tracking and try building them. If you remove the SetMACOSX_DEPLOYMENT_TARGET: 10.2

Hi Jack,

Sorry this turns out to be not really for you but for the fink hackers.

Thinking that this may be a bug in libtool I actually built lam- mpi, and discovered that while it built properly with

CompileScript:<<
#! /bin/sh -v
unset MACOSX_DEPLOYMENT_TARGET
./configure %c
make
<<

it did not work with NoSetMACOSX_DEPLOYMENT_TARGET: true.

This section of fink code seems to be to blame:
    # handle MACOSX_DEPLOYMENT_TARGET
#TODO: allow setting on darwin, and make generic short and long $sw_vers functions.
    my $sw_vers = Fink::Services::get_osx_vers();
    unless ($sw_vers)
        {
        $sw_vers = Fink::Services::get_darwin_equiv();
        }
if (not $self->has_param("SetMACOSX_DEPLOYMENT_TARGET") and defined $sw_vers and $sw_vers ne "0") {
        if ($sw_vers eq "10.2") {
            $script_env{'MACOSX_DEPLOYMENT_TARGET'} = '10.1';
        } else {
            $script_env{'MACOSX_DEPLOYMENT_TARGET'} = $sw_vers;
        }
    }

That code should only be in HEAD...I'll try to look into it later today, if noone has already.

- -chris zubrzycki
- - --
PGP public key: http://homepage.mac.com/beren/publickey.txt
ID: 0xA2ABC070
Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070
========================================================
Everyone who comes in here wants three things:
        (1) They want it quick.
        (2) They want it good.
        (3) They want it cheap.
I tell 'em to pick two and call me back.
                -- sign on the back wall of a small printing company


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)
Comment: Please sign reply-http://www.gnupg.org

iEYEARECAAYFAkOAli4ACgkQ+/mCMqKrwHA4zwCgjHqpiarsyKLJMOVWPw1rpo1B
kgwAoLl3UiS4mS9ZqE4tw5luyqx792WI
=+HMG
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Fink-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to