Skip to content

Conversation

@briandobbins
Copy link

Modified setup.py's EXTRA_OBJECTS variable to use an empty set ([] vs '') when the variable isn't found in the check. The empty value is problematic for distutils, but NCAR's compiler wrappers eliminate the empty space, whereas directly calling the compilers does not - this leads to build problems on other systems. (Usually hidden because it's installed via Conda in most cases.)

I'm very bad at python, so my terminology above is likely incorrect, but I'm pretty sure the diagnosis is right. :-)

when the variable isn't found in the check.  The empty value is
problematic for distutils, but NCAR's compiler wrappers eliminate the
empty space, whereas directly calling the compilers does not - this
leads to build problems on other systems.  (Usually hidden because it's
installed via Conda in most cases.)

I'm very bad at python, so my terminology above is likely incorrect, but
I'm quite sure the diagnosis is right.  :-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant