-
Notifications
You must be signed in to change notification settings - Fork 11
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
bump PartMC submodule version to >v2.8.0 (and as a result add hdf5 as submodule + perl as build-time dependency) #353
Conversation
@jcurtis2, let me ask you for help with addressing the following error due to changes in the WRF-related PR in PartMC: [ 88%] Building Fortran object CMakeFiles/_PyPartMC.dir/src/aero_dist.F90.o
/home/user/devel/PyPartMC/src/aero_dist.F90:41:67:
41 | call spec_file_read_aero_dist(file, aero_data_ptr_f, aero_dist)
| 1
Error: Type mismatch in argument ‘read_aero_weight_classes’ at (1); passed TYPE(aero_dist_t) to LOGICAL(4) |
thanks @jcurtis2!
I'll look at it this week. |
… to be available)
@jcurtis2 seems HDF5 is now OK! The current CI failure is due to:
Let me ask you for help here, thanks |
Looks like 260aa25 accidentally undid a bug fix for the Thanks for getting HDF5 in! |
Thanks for fixing it, and sorry for causing it (must have messed something up on pull/merge?) |
No description provided.