We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380fb83 + 01101b9 commit b4a9429Copy full SHA for b4a9429
quaddtype/README.md
@@ -54,7 +54,8 @@ source temp/bin/activate
54
# Install the package
55
pip install meson-python numpy pytest
56
57
-export LDFLAGS="-Wl,-rpath,$SLEEF_DIR/lib -fopenmp -latomic -lpthread"
+# If you see errors about a missing atomics library, you might need -latomic
58
+export LDFLAGS="-Wl,-rpath,$SLEEF_DIR/lib -fopenmp -lpthread"
59
export CFLAGS="-fPIC"
60
export CXXFLAGS="-fPIC"
61
0 commit comments