We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d0772 commit aa25e78Copy full SHA for aa25e78
1 file changed
mingw-w64-adol-c/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname}
5
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6
pkgver=2.7.2
7
pkgrel=1
8
-pkgdesc'Automatic Differentiation of Algorithms written in C/C++ (mingw-w64)'
+pkgdesc='Automatic Differentiation of Algorithms written in C/C++ (mingw-w64)'
9
arch=('any')
10
depends=("${MINGW_PACKAGE_PREFIX}-boost"
11
"${MINGW_PACKAGE_PREFIX}-libtool")
@@ -28,6 +28,7 @@ build() {
28
--prefix=${MINGW_PREFIX} \
29
--enable-static \
30
--with-gnu-ld \
31
+ --libdir=${MINGW_PREFIX}/lib \
32
--with-openmp-flag="-fopenmp" \
33
--with-boost=${MINGW_PREFIX}
34
0 commit comments