-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Bug Report] Installation of pyRTE+RRTMGP fails tests #69
Comments
After searching the Github repo, I also came across this pull request: #52. I tried cloning into this branch. I had to change the The updated branch appears to have made the
|
The second test can be passed by changing the TAG at this line to 1.8.1, to reflect the updated files in the However, the first test ( |
@ankurmahesh Thank you for filing this bug report! Things have been a bit slower than usual over the past weeks, but we are planning to get back to this soon! |
They were fixed, but found that there is an inconsistency in the results of the LW problem in Apple Silicon. |
Describe the bug
I am attempting to install pyRTE+RRTMGMP. When I follow the build instructions on the readme for installation via conda, I get this error, when I run
conda build conda.recipe
To Reproduce
I ran git clone git@github.com:earth-system-radiation/pyRTE-RRTMGP.git
cd pyRTE-RRTMPG/
conda install conda-build conda-verify
conda build conda.recipe
Expected behavior
I'd expect the build tests to succeed so that I can use the package in conda
Software Versions:
Also, I get this same failure when I try to build locally, on a Mac with Apple Silicon (which I know is not officially supported, according to the README). The macOS is Sonoma 14.4. (Note on the Mac with apple silicon I had to change
gfortran_osx-64
in the conda.recipe/meta.yaml togfortran_impl_osx-arm64
)The text was updated successfully, but these errors were encountered: