Skip to content

Commit

Permalink
Rebuild packages that link to gmp after msys2#6983 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyd2019 committed Sep 26, 2020
1 parent 147a510 commit 3bd404a
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion mingw-w64-cgal/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=cgal
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=5.0.2
pkgrel=1
pkgrel=2
pkgdesc="Computational Geometry Algorithms Library (mingw-w64)"
arch=('any')
url="https://www.cgal.org/"
Expand Down
10 changes: 5 additions & 5 deletions mingw-w64-eigen3/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=eigen
pkgbase=mingw-w64-${_realname}3
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}3")
pkgver=3.3.7
pkgrel=1
pkgrel=2
pkgdesc="Lightweight C++ template library for vector and matrix math (mingw-w64)"
arch=('any')
url='https://eigen.tuxfamily.org/'
Expand All @@ -18,19 +18,19 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-mpfr"
#"${MINGW_PACKAGE_PREFIX}-qt4"
)
source=(${_realname}-${pkgver}.tar.bz2::"https://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2"
source=("https://gitlab.com/libeigen/eigen/-/archive/${pkgver}/eigen-${pkgver}.tar.bz2"
'eigen-3.1.2_osversion.patch'
'TryRunResults.cmake'
'eigen-pkgconfig.patch'
'install_FindEigen3.patch')
sha256sums=('9f13cf90dedbe3e52a19f43000d71fdf72e986beb9a5436dddcd61ff9d77a3ce'
sha256sums=('685adf14bd8e9c015b78097c1dc22f2f01343756f196acdc76a678e1ae352e11'
'604b5c33e98a5873a81bb92a734dbf30547b482fde519aed5abc5e9ff2dffc6b'
'9ebec4761a7de150ade4b421407a4b5148065416fa8010ecfbdd404bab68f899'
'38d41a475a65de5ad92d1939c9f4fa7460b8152d5beb7256bcbaf630460b5c89'
'c219f577e51571482fdfb38aec104c806cc6ee4c455627d70e99e59d2df7c32d')

prepare() {
cd "${srcdir}"/eigen-eigen-*
cd "${srcdir}"/eigen-${pkgver}

patch -Np2 -i "${srcdir}/eigen-3.1.2_osversion.patch"
patch -Np1 -i "${srcdir}/eigen-pkgconfig.patch"
Expand All @@ -48,7 +48,7 @@ build() {
-DEIGEN_BUILD_PKGCONFIG=ON \
-DFFTW_USE_STATIC_LIBS=ON \
-DFFTW_ROOT=${MINGW_PREFIX} \
../eigen-eigen-*
../eigen-${pkgver}

make
}
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-glpk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=glpk
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=4.65
pkgrel=1
pkgrel=2
pkgdesc="GNU Linear Programming Kit: solve LP, MIP and other problems (mingw-w64)"
arch=('any')
url="https://www.gnu.org/software/glpk/glpk.html"
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-gnome-calculator/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _realname=gnome-calculator
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.36.0
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc="GNOME desktop calculator (mingw-w64)"
options=(strip staticlibs)
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-gnucobol/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgbase=mingw-w64-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-${_realname}
pkgver=3.1rc1
pkgver_real=3.1-rc1
pkgrel=1
pkgrel=2
pkgdesc="GnuCOBOL, a free and modern COBOL compiler (mingw-w64)"
conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}-svn" "${MINGW_PACKAGE_PREFIX}-gnu-cobol-svn")
replaces=("${MINGW_PACKAGE_PREFIX}-${_realname}-svn" "${MINGW_PACKAGE_PREFIX}-gnu-cobol-svn")
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-gnutls/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
_pkgver=3.6.15
pkgver=${_pkgver}
pkgrel=1
pkgrel=2
pkgdesc="A library which provides a secure layer over a reliable transport layer (mingw-w64)"
arch=('any')
license=('GPL3' 'LGPL2.1')
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-gstreamer/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=gstreamer
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.18.0
pkgrel=1
pkgrel=2
pkgdesc="GStreamer Multimedia Framework (mingw-w64)"
arch=('any')
url="https://gstreamer.freedesktop.org/"
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-nettle/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=nettle
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.6
pkgrel=1
pkgrel=2
pkgdesc="A low-level cryptographic library (mingw-w64)"
arch=('any')
url="https://www.lysator.liu.se/~nisse/nettle"
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-osl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=osl
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.9.2
pkgrel=1
pkgrel=2
pkgdesc="OpenScop Library (mingw-w64)"
arch=('any')
url="https://icps.u-strasbg.fr/people/bastoul/public_html/development/openscop/index.html"
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-python-gmpy2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.1.0b4
pkgrel=2
pkgrel=3
pkgdesc="Provides C-coded Python modules for fast multiple-precision arithmetic (mingw-w64)"
arch=('any')
url='https://github.com/aleaxit/gmpy'
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-rtmpdump-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=rtmpdump
pkgbase=mingw-w64-${_realname}-git
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
pkgver=r514.c5f04a5
pkgrel=2
pkgrel=3
pkgdesc="A tool to download rtmp streams (mingw-w64)"
arch=('any')
url="https://rtmpdump.mplayerhq.hu/"
Expand Down

0 comments on commit 3bd404a

Please sign in to comment.