-
Notifications
You must be signed in to change notification settings - Fork 262
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
Build error on NetBSD due to dl #837
Comments
Thank you for your report. Linking to libdl is currently conditional on a platform check in GraphBLAS ( I'm working on a PR for that. |
See PR #838 for a potential fix. Does that check do the right thing on NetBSD? |
Yes, that looks like it would work. Thank you! |
@mmuetzel I'll pull down the changes and attempt a build to make sure once I've got a minute. |
@mmuetzel I have verified that you're change works! Thank you! |
Thanks for the heads about NetBSD. I've merged in the changes to the CMake build system, into the dev2 branch. |
Great, thank you. Once the update goes live I'll be sure to merge it into pkgsrc-current. |
Describe the bug
While attempting to update the version of suitesparse in pkgsrc I get the following error:
This happens sometimes and is very common. So much that we have a way to bypass these types of errors. That being said, it would be nice if this error were fixed upstream. NetBSD doesn't have libdl.
To Reproduce
Try to build wip/suitesparse on NetBSD.
Expected behavior
Since NetBSD doesn't have libdl, it would be expected that cmake would not check for libdl on NetBSD. I'm not sure if this is true on other BSDs.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: