-
Notifications
You must be signed in to change notification settings - Fork 28
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
sbt test doesn't find the .so #145
Comments
👋 @holdenk Hmm, the project configuration can be cleaned up (
I can take a more closer look a bit later today. |
Awesome thanks! On core/test I get:
Then the test fails with:
|
I've tried a few different variants with the nativeloader decorator since it looks like it's looking for "libhigh..." but CMake is making "liblibhigh..." if I add one "lib" it seems to still just look for "libhigh" and if I add "liblibhigh" it seems to look for "libliblibhigh". |
I'll close it as a resolved question via holdenk/high-performance-spark-examples#1 But don't hesitate to reopen it / open new issues! |
Am I missing something to make the dependency work ( high-performance-spark/high-performance-spark-examples#108 ) ?
The text was updated successfully, but these errors were encountered: