Skip to content

Commit

Permalink
depend on llvm7
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Dec 1, 2019
1 parent 779f077 commit d425957
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 3 additions & 5 deletions python2-llvmlite/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
pkgbase = python2-llvmlite
pkgdesc = Lightweight LLVM python binding for writing JIT compilers
pkgver = 0.30.0
pkgrel = 1
pkgrel = 3
url = https://github.com/numba/llvmlite
arch = i686
arch = x86_64
license = BSD
makedepends = cython2
makedepends = llvm>=7.0.0
makedepends = llvm<8.1.0
makedepends = llvm7
depends = python2-enum34
depends = llvm-libs>=7.0.0
depends = llvm-libs<8.1.0
depends = llvm7-libs
source = https://github.com/numba/llvmlite/archive/v0.30.0.tar.gz
sha256sums = 07b72dfdd8e6e5bc718fc7cd00517b94bf00caf29b387605adb0779c5c63dc28

Expand Down
8 changes: 5 additions & 3 deletions python2-llvmlite/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
pkgname=python2-llvmlite
pkgver=0.30.0
pkgrel=1
pkgrel=3
pkgdesc="Lightweight LLVM python binding for writing JIT compilers"
url="https://github.com/numba/llvmlite"
arch=('i686' 'x86_64')
license=('BSD')
depends=('python2-enum34' 'llvm-libs>=7.0.0' 'llvm-libs<8.1.0')
makedepends=('cython2' 'llvm>=7.0.0' 'llvm<8.1.0' )
#depends=('python2-enum34' 'llvm-libs>=7.0.0' 'llvm-libs<9.1.0')
#makedepends=('cython2' 'llvm>=7.0.0' 'llvm<9.1.0' )
depends=('python2-enum34' 'llvm7-libs')
makedepends=('cython2' 'llvm7')
source=("https://github.com/numba/llvmlite/archive/v$pkgver.tar.gz")
sha256sums=('07b72dfdd8e6e5bc718fc7cd00517b94bf00caf29b387605adb0779c5c63dc28')

Expand Down

0 comments on commit d425957

Please sign in to comment.