1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
This commit is contained in:
Mikhail Teterin 2020-01-22 22:22:42 +00:00
parent 862b4409cc
commit 83ab8d4a4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523849
3 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= quantlib
PORTVERSION= 1.16
PORTREVISION= 1
PORTVERSION= 1.17
CATEGORIES= finance math devel
MASTER_SITES= https://dl.bintray.com/${PORTNAME}/releases/
DISTNAME= QuantLib-${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1572701903
SHA256 (QuantLib-1.16.tar.gz) = 204ad5822259f9a9146eaf660f0b756100604e3adb85c501d41d201bf09dec94
SIZE (QuantLib-1.16.tar.gz) = 8949342
TIMESTAMP = 1579727720
SHA256 (QuantLib-1.17.tar.gz) = 77443c3f9e9da3130ce0b2bce739928c14089f70d1e8abcf7dfad0adb40a84fb
SIZE (QuantLib-1.17.tar.gz) = 8965395

View File

@ -716,6 +716,7 @@ include/ql/methods/finitedifferences/operators/triplebandlinearop.hpp
include/ql/methods/finitedifferences/schemes/all.hpp
include/ql/methods/finitedifferences/schemes/boundaryconditionschemehelper.hpp
include/ql/methods/finitedifferences/schemes/craigsneydscheme.hpp
include/ql/methods/finitedifferences/schemes/cranknicolsonscheme.hpp
include/ql/methods/finitedifferences/schemes/douglasscheme.hpp
include/ql/methods/finitedifferences/schemes/expliciteulerscheme.hpp
include/ql/methods/finitedifferences/schemes/hundsdorferscheme.hpp