Skip to content

Commit f21d6b6

Browse files
committed
add comment to clarify that orjson 3.9.10 vendors the Rust crates it requires in source tarball
1 parent 2e4f299 commit f21d6b6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

easybuild/easyconfigs/p/pymatgen/pymatgen-2023.12.18-foss-2023a.eb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ exts_list = [
8484
'd299f388044fdcff32fc246b0215ae4b656bc20d9d3c759d545cbe3167df08b8'},
8585
],
8686
}),
87+
# note: this version of orjson vendors the required Rust crates in the source tarball
88+
# under include/cargo (and instructs cargo to pick up on them via a custom .cargo/config.toml),
89+
# so no list of crates needs to be specified in this easyconfig to prevent downloading
90+
# crates by cargo during the installation
8791
('orjson', '3.9.10', {
8892
'checksums': ['9ebbdbd6a046c304b1845e96fbcc5559cd296b4dfd3ad2509e33c4d9ce07d6a1'],
8993
}),

0 commit comments

Comments
 (0)