summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-10-01 12:51:18 -0400
committerGuillaume Horel2018-10-01 12:51:18 -0400
commit6fca57dc0bf1d98c9756702d065e9d45103ece5f (patch)
treee1d44cf75dc507eaeb02535266804e963e1f6569
parentf5bef6f789a4e027b7f130eea0ade06157f31cbf (diff)
downloadaur-6fca57dc0bf1d98c9756702d065e9d45103ece5f.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1503babbc7d1..3b7d51a83d5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quantlib
pkgdesc = A free/open-source library for quantitative finance.
- pkgver = 1.13
+ pkgver = 1.14
pkgrel = 1
url = http://quantlib.org
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = quantlib
depends = boost-libs
depends = sh
options = !libtool
- source = Quantlib-1.13.tar.gz::https://bintray.com/quantlib/releases/download_file?file_path=QuantLib-1.13.tar.gz
- sha256sums = bb52df179781f9c19ef8e976780c4798b0cdc4d21fa72a7a386016e24d1a86e6
+ source = Quantlib-1.14.tar.gz::https://bintray.com/quantlib/releases/download_file?file_path=QuantLib-1.14.tar.gz
+ sha256sums = 65a6ef7984ddedd3af64ea3f9bec44a6d658436f276b4d99ced80382eaef47fb
pkgname = quantlib
diff --git a/PKGBUILD b/PKGBUILD
index 7beca1f432df..4823dc54b729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=quantlib
_pkgname=QuantLib
-pkgver=1.13
+pkgver=1.14
pkgrel=1
pkgdesc="A free/open-source library for quantitative finance."
arch=('x86_64')
@@ -16,12 +16,12 @@ options=(!libtool)
depends=('boost-libs' 'sh')
makedepends=('make' 'boost' 'gcc')
source=("Quantlib-$pkgver.tar.gz::https://bintray.com/quantlib/releases/download_file?file_path=$_pkgname-$pkgver.tar.gz")
-sha256sums=('bb52df179781f9c19ef8e976780c4798b0cdc4d21fa72a7a386016e24d1a86e6')
+sha256sums=('65a6ef7984ddedd3af64ea3f9bec44a6d658436f276b4d99ced80382eaef47fb')
build() {
cd "$srcdir"/"$_pkgname-$pkgver"/
./autogen.sh
- ./configure --prefix=/usr --enable-intraday --enable-openmp --disable-static
+ ./configure --prefix=/usr --enable-intraday --enable-openmp --disable-static --enable-std-pointers --enable-std-unique-ptr
make
}