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
I get the following when trying to follow the instructions:
mkdir build cd build cmake -DBUILD_TESTING=1 .. make make test
from BUILDING.md:
BUILDING.md
ld: library not found for -lbenchmark clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [benchmark/sort] Error 1 make[1]: *** [benchmark/CMakeFiles/sort.dir/all] Error 2 make: *** [all] Error 2
I have google benchmarks install (via conda), but this doesn't seem to make any difference.
The text was updated successfully, but these errors were encountered:
Fix issue libsemigroups#12
546d084
63bab26
Fix issue #12
b6186ec
Resolved
Sorry, something went wrong.
No branches or pull requests
I get the following when trying to follow the instructions:
from
BUILDING.md
:I have google benchmarks install (via conda), but this doesn't seem to make any difference.
The text was updated successfully, but these errors were encountered: