-
Notifications
You must be signed in to change notification settings - Fork 95
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
Travis osx, OpenMP using llvm clang 12.0.1 gives linking errors #910
Comments
This is a seperate travis macOS issue to that discussed in #897 |
error is https://app.travis-ci.com/github/UCL/STIR/jobs/532976171#L8622
|
KrisThielemans
added a commit
to KrisThielemans/STIR-1
that referenced
this issue
Aug 21, 2021
We get linking errors on MacOSX with LLVM clang related to TrivialBinNormalisation's vtable. This is probably because it has only inline functions, so now we have a non-inline one. Fixes UCL#910
Last succesful build was in #902 and used LLVM Clang 12.0.0. All subsequent builds failed for this job, and used LLVM Clang 12.0.1 |
KrisThielemans
changed the title
Travis osx, OpenMP using llvm clang builds are failing
Travis osx, OpenMP using llvm clang 12.0.1 gives linking errors
Aug 21, 2021
disabled this job in 8a2e4ea as it makes all PR CI fail |
presumably outdated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In two different PR's #901 and #902, the osx, OpenMP, using llvm clang builds are failing, see https://app.travis-ci.com/github/UCL/STIR/jobs/525748509. But it is only this build configuration, all others pass.
The text was updated successfully, but these errors were encountered: