Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for CMOR using Python 3 #61

Closed
wants to merge 5 commits into from
Closed

Conversation

mauzey1
Copy link

@mauzey1 mauzey1 commented Mar 27, 2019

The MacOS build currently gets a version of the gfortran compiler that is incompatible with the libgfortran library used by hdf5 and numpy from conda-forge. This recipe gets the compatible version for OSX.
Fixes PCMDI/cmor#451

The Python 3.7 builds have been failing for Numpy 1.12 and 1.13 as they do not support Python 3.7. This recipe replaces all the Numpy versions with 1.16.
Fixes PCMDI/cmor#459

@mauzey1
Copy link
Author

mauzey1 commented Mar 27, 2019

@doutriaux1 Please review

@doutriaux1
Copy link
Contributor

@mauzey1 I don't think we need to tag numpy at all take it out of the config.yaml file

@doutriaux1
Copy link
Contributor

Also we should probably use the recipe from here: https://github.com/PCMDI/cmor/blob/master/recipes/cmor/conda_build_config.yaml

and edit meta.yamnl.in to NOT set the name based on numpy, just say "numpy"

@mauzey1
Copy link
Author

mauzey1 commented Mar 27, 2019

@doutriaux1 I have made a pull request to use the recipe in the CMOR repo instead of here. I will close this pull request.
PCMDI/cmor#461

@mauzey1 mauzey1 closed this Mar 27, 2019
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.

2 participants