mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
13 lines
304 B
TOML
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",
|
|
]
|