mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
17 lines
393 B
TOML
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",
|
|
]
|