Commit 0c562c8
fix(lapack): add missing string module dependencies (#1063)
The lapack library includes stdlib_io.fypp which uses the string_type
constructor. This constructor is implemented in the submodule
stdlib_string_type_constructor, which in turn depends on stdlib_strings
and its submodule stdlib_strings_to_string.
Without these files, linking fails on some platforms (e.g., PowerPC macOS)
with undefined symbol errors for __stdlib_string_type_MOD_new_string.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent caa060c commit 0c562c8
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments