We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4f299 commit f21d6b6Copy full SHA for f21d6b6
1 file changed
easybuild/easyconfigs/p/pymatgen/pymatgen-2023.12.18-foss-2023a.eb
@@ -84,6 +84,10 @@ exts_list = [
84
'd299f388044fdcff32fc246b0215ae4b656bc20d9d3c759d545cbe3167df08b8'},
85
],
86
}),
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
91
('orjson', '3.9.10', {
92
'checksums': ['9ebbdbd6a046c304b1845e96fbcc5559cd296b4dfd3ad2509e33c4d9ce07d6a1'],
93
0 commit comments