mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
10 lines
272 B
TOML
10 lines
272 B
TOML
#TODO in case of errors, see https://github.com/HDFGroup/hdf5/blob/develop/release_docs/INSTALL
|
|
[source]
|
|
tar = "https://github.com/HDFGroup/hdf5/releases/download/hdf5-1_14_3/hdf5-1_14_3.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"zlib",
|
|
"openmpi",
|
|
]
|