Skip to content

Commit b4a9429

Browse files
authored
Merge pull request #142 from ngoldbaum/adjust-build
2 parents 380fb83 + 01101b9 commit b4a9429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quaddtype/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ source temp/bin/activate
5454
# Install the package
5555
pip install meson-python numpy pytest
5656

57-
export LDFLAGS="-Wl,-rpath,$SLEEF_DIR/lib -fopenmp -latomic -lpthread"
57+
# If you see errors about a missing atomics library, you might need -latomic
58+
export LDFLAGS="-Wl,-rpath,$SLEEF_DIR/lib -fopenmp -lpthread"
5859
export CFLAGS="-fPIC"
5960
export CXXFLAGS="-fPIC"
6061

0 commit comments

Comments
 (0)