mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
10 lines
265 B
TOML
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",
|
|
]
|