You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
38 lines
1.2 KiB
Tcl
38 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup boost 1.0
|
|
|
|
github.setup lballabio QuantLib 1.42.1 v
|
|
revision 0
|
|
checksums rmd160 1a52bb5c15506eb97e6446bad7280bdac8bfe5cf \
|
|
sha256 125a1eb5364c87a3d9df386608557bda235b31429bf9fd1e8dce734817e2997f \
|
|
size 9410097
|
|
|
|
categories finance
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license BSD
|
|
|
|
description software framework for quantitative finance
|
|
|
|
long_description The QuantLib project is aimed at providing a \
|
|
comprehensive software framework for quantitative \
|
|
finance. QuantLib is a library for modeling, trading, \
|
|
and risk management in real-life.
|
|
|
|
homepage https://www.quantlib.org
|
|
github.tarball_from releases
|
|
|
|
patchfiles-append vector.patch
|
|
|
|
compiler.cxx_standard \
|
|
2017
|
|
|
|
boost.version 1.88
|
|
boost.depends_type build
|
|
|
|
configure.args --with-boost-include=[boost::include_dir]
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|