Commit 2355b98
committed
Fix build with hwloc support disabled
`umfMemspaceCreateFromNumaArray` is defined in
`memspaces/memspace_numa.c` which is only added to the build if hwloc is
enabled.
When hwloc is enabled this is added as an optional symbol to the linker
script through `UMF_OPTIONAL_SYMBOLS_LINUX`.
When hwloc is disabled this symbol isn't available so this linker script
would fail, I believe the correct fix is just to remove the symbol from
the linker script.1 parent ade200a commit 2355b98
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
0 commit comments