redox/recipes/wip/libs/quantlib/recipe.toml
2024-02-18 00:04:49 +00:00

10 lines
265 B
TOML

#TODO make boost work
#TODO probably wrong template, see https://www.quantlib.org/install/linux.shtml
[source]
tar = "https://github.com/lballabio/QuantLib/releases/download/v1.32/QuantLib-1.32.tar.gz"
[build]
template = "configure"
dependencies = [
"boost",
]