File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -127,3 +127,8 @@ dmypy.json
127
127
128
128
# Pyre type checker
129
129
.pyre /
130
+
131
+ # Shared libraries
132
+ src /atomics /_clib /* .dll *
133
+ src /atomics /_clib /* .dylib *
134
+ src /atomics /_clib /* .so *
Original file line number Diff line number Diff line change 1
- This directory is meant to hold the patomic shared library (usually patomic.dll or libpatomic.so).
1
+ This directory is meant to hold the patomic shared library (usually patomic.dll, libpatomic.dylib, libpatomic.so).
2
+ This should automatically be built as a step in building a bdist_wheel or installing an sdist.
3
+ On the off chance the build fails, the library can be built manually.
2
4
The patomic source code can be found at https://github.com/doodspav/patomic (potentially only on the devel branch).
3
5
Compilation with CMake should work painlessly (the code is ANSI compatible).
You can’t perform that action at this time.
0 commit comments