File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 command : sdist
8989 args : --out dist
9090 working-directory : python/pecos-rslib
91+ manylinux : auto
92+ env :
93+ RUSTFLAGS : " -C link-arg=-Wl,--no-as-needed -C link-arg=-ldl -C link-arg=-lrt"
9194
9295 - name : Restore README.md
9396 if : always()
@@ -159,6 +162,8 @@ jobs:
159162 working-directory : python/pecos-rslib
160163 target : ${{ matrix.architecture == 'aarch64' && (matrix.os == 'macos-latest' && 'aarch64-apple-darwin' || 'aarch64-unknown-linux-gnu') || (matrix.os == 'macos-latest' && 'x86_64-apple-darwin' || '') }}
161164 manylinux : auto
165+ env :
166+ RUSTFLAGS : " -C link-arg=-Wl,--no-as-needed -C link-arg=-ldl -C link-arg=-lrt"
162167
163168 - name : Restore README.md
164169 if : always()
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ name = "pecos_rslib"
1717crate-type = [" cdylib" , " rlib" ]
1818
1919[dependencies ]
20- pyo3 = { workspace =true , features = [" extension-module" , " auto-initialize " ] }
20+ pyo3 = { workspace =true , features = [" extension-module" ] }
2121pecos = { workspace = true }
2222pecos-engines = { workspace = true }
2323parking_lot = { workspace = true }
You can’t perform that action at this time.
0 commit comments