redox/recipes/wip/science/qmcpack/recipe.toml
2025-10-12 20:20:44 -03:00

17 lines
393 B
TOML

#TODO not compiled or tested
# build instructions: https://qmcpack.readthedocs.io/en/develop/installation.html#building-with-cmake
# probably missing dependencies
[source]
git = "https://github.com/QMCPACK/qmcpack"
rev = "9d0d968139fc33f71dbf9159f526dd7b47f10a3b"
[build]
template = "cmake"
dependencies = [
"openmpi",
"openblas",
"hdf5",
"libxml2",
"boost",
"fftw",
]