-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build and link to Cloud-J in MUSICA Fortran Library #229
Comments
One weird thing we do is to link TUVx directly with our non fortran target. I forget why, honestly, but I know it was necessary. However, all of our libraries are compiled into a single static or shared library. To do this, all of our downstream projects define an object library which contains all of their sources. This allows us to directly compile the sources so we end up with a single file. Sadly, cmake doesn't offer any other way (that I'm aware of) to combine multiple libraries into one. Lines 76 to 100 in e1d6f9d
We only did this to have a single |
I am seeking guidance on modifying the build of MUSICA Fortran Library to build and link to Cloud-J photolysis.
Acceptance Criteria
Build and link to Cloud-J library when building MUSICA Fortran Library
Ideas
Cloud-J repo will require work to not require unlimited stack frame size, as documented in geoschem/Cloud-J#20.
The text was updated successfully, but these errors were encountered: