Skip to content
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

Possible overlinkage #195

Open
ghisvail opened this issue Aug 23, 2016 · 2 comments
Open

Possible overlinkage #195

ghisvail opened this issue Aug 23, 2016 · 2 comments

Comments

@ghisvail
Copy link
Contributor

During my packaging effort for clSPARSE, the following warning was raised by the Debian tools:

dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libclsparse1/usr/lib/x86_64-linux-gnu/libclsparseTimer.so.0.10.1.0 was not linked against librt.so.1 (it uses none of the library's symbols)

which usually suggests the target is overlinked, but it could also be a false positive.

Please let me know.

@kknox
Copy link
Contributor

kknox commented Aug 23, 2016

The comment I made in the cmake file is that we use the rt library for the 'high precision timer'

However, when I look at the code in the timer class, it looks like right now it is just using gettimeofday()

Where is that defined in Debian?

@ghisvail
Copy link
Contributor Author

in glibc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants