redox/recipes/wip/libs/other/quantlib/recipe.toml
2026-03-26 14:06:39 -03:00

13 lines
304 B
TOML

#TODO not compiled or tested
# build instructions: https://www.quantlib.org/install/cmake.shtml
[source]
tar = "https://github.com/lballabio/QuantLib/releases/download/v1.41/QuantLib-1.41.tar.gz"
[build]
template = "cmake"
cmakeflags = [
"-DQL_BUILD_TEST_SUITE=OFF"
]
dependencies = [
"boost",
]