I'm talking about the Python distutils and related code, which are used
by most py-* ports via the top-level setup.py script.  numpy uses these,
and also augments them.  scipy uses numpy's augmented Python build
scripts.  In these scripts, if you track  through them enough, you'll
find the overwrite versus augment depending on the flag type.  It looks
like the specific port you're referring to does not use these scripts as
heavily as some others -- maybe it instead mixes these Python scripts
with standard Makefiles? - MLD

On Thu, May 2, 2013, at 10:34 PM, Joshua Root wrote:
> Interesting. Although, LDSHARED is defined like this in config/Makefile:
> 
> LDSHARED=       $(CC) -bundle -undefined dynamic_lookup $(LDFLAGS)
> 
> so you'd think setting LDFLAGS wouldn't affect those initial flags.
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to