Commit 95a202b
Add f90wrap_stub.F90 to libAtoms build for standalone compilation
Added f90wrap_stub.F90 to the libAtoms meson build sources. This provides
a stub implementation of f90wrap_abort() that allows QUIP libraries to be
built standalone without f90wrap.
When building quippy with f90wrap, the real implementation will override
this stub. This resolves the circular dependency where:
- QUIP libraries need f90wrap_abort_() symbol to link
- f90wrap_abort_() is only provided during quippy build
With this change, QUIP can be built standalone, and then quippy can be
built on top with the proper f90wrap integration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 45a3014 commit 95a202b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments