[Numpy-discussion] numscons/numpy.distutils bug related to MACOSX_DEPLOYMENT_TARGET

Brian Granger ellisonbg.net at gmail.com
Thu Feb 5 23:00:07 EST 2009


Robert,

Can you have a look at the following fix and see if it is satisfactory?

http://github.com/ellisonbg/numpy/blob/81360e93968968dc9dcbafd7895da7cec5015a3c/numpy/distutils/fcompiler/gnu.py

Brian


On Tue, Feb 3, 2009 at 9:32 PM, Robert Kern <robert.kern at gmail.com> wrote:
> On Tue, Feb 3, 2009 at 23:22, Brian Granger <ellisonbg.net at gmail.com> wrote:
>>> 1) Trust the environment variable if given and let distutils raise its
>>> error message (why not raise it ourselves? distutils' error message
>>> and explanation is already out in THE GOOGLE.)
>>>
>>> 2) Otherwise, use the value in the Makefile if it's there.
>>>
>>> 3) If it's not even in the Makefile for whatever reason, go with 10.3.
>>
>> Sounds good, do you want to me work up a patch?
>
> Yes, please.
>
> --
> Robert Kern
>
> "I have come to believe that the whole world is an enigma, a harmless
> enigma that is made terrible by our own mad attempt to interpret it as
> though it had an underlying truth."
>  -- Umberto Eco
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list