From 88ef6d1fed328d2d7fa4b8a7977f10ee2ec21794 Mon Sep 17 00:00:00 2001 From: Xin Sun Date: Wed, 30 Apr 2014 17:46:28 +0800 Subject: [PATCH] openblas: bind import lib to libopenblas.dll --- mingw-w64-OpenBLAS-git/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-OpenBLAS-git/PKGBUILD b/mingw-w64-OpenBLAS-git/PKGBUILD index b690428fc2..df1a3bb156 100644 --- a/mingw-w64-OpenBLAS-git/PKGBUILD +++ b/mingw-w64-OpenBLAS-git/PKGBUILD @@ -5,7 +5,7 @@ _realname=OpenBLAS _mingw_suff=mingw-w64-${CARCH} pkgname="${_mingw_suff}-${_realname}-git" pkgrel=1 -pkgver=r828.4d42368 +pkgver=r830.66198fa pkgdesc="OpenBLAS is an optimized BLAS library (mingw-w64)" provides=("${_mingw_suff}-${_realname}") arch=('any') @@ -35,7 +35,7 @@ package() { cd ${srcdir}/build-${CARCH} if [ -f libopenblas.dll ]; then if [ -f exports/libopenblas.def ]; then - dlltool -d exports/libopenblas.def -l libopenblas.dll.a + dlltool -D libopenblas.dll -d exports/libopenblas.def -l libopenblas.dll.a else echo "Cannot build export library" >&2 exit 1