mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/python-pytables fix
This commit is contained in:
parent
a84754bd97
commit
b31b378547
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Sebastien Binet <binet@cern.ch>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch to drop forced -msse flag
|
||||
# - remove package when bumped upstream
|
||||
|
||||
pkgbase=python-pytables
|
||||
pkgname=('python2-pytables' 'python-pytables')
|
||||
|
@ -21,7 +21,7 @@ md5sums=('38d917f0c6dfb0bc28ce9ea0c3492524'
|
|||
|
||||
prepare() {
|
||||
cd "$srcdir/tables-$pkgver"
|
||||
patch -p1 -i ../arm.patch
|
||||
#patch -p1 -i ../arm.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue