We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To prevent problems on Linux clang, I inserted
STIR/src/CMakeLists.txt
Lines 139 to 142 in e03fbd0
ld: library not found for -latomic
Ideally we'd convert this to a link test.
See also llvm/llvm-project#73361 for the upstream problem.
The text was updated successfully, but these errors were encountered:
KrisThielemans
No branches or pull requests
To prevent problems on Linux clang, I inserted
STIR/src/CMakeLists.txt
Lines 139 to 142 in e03fbd0
However, this gives linking problems on OSX clang on conda in conda-forge/stir-feedstock#121
Ideally we'd convert this to a link test.
See also llvm/llvm-project#73361 for the upstream problem.
The text was updated successfully, but these errors were encountered: