Conversation
instead of `Python3::Python`, which according to the documentation is meant for embedding the python interpreter.
|
Maybe both? |
|
@jmcarcell |
|
I think I get a similar error when trying with this on Ubuntu on top of a spack built python. |
|
@jmcarcell @tmadlener From googling, I think the way this is supposed to work is to ignore unresolved symbols at compile time / link time, and let the runtime linker resolve them when python runs. I'm investigating. |
|
Closing this in favor of #928 |
instead of
Python3::Python, which according to the documentation is meant for embedding the python interpreter.BEGINRELEASENOTES
exactly as it appears between the two bold lines
ENDRELEASENOTES