Package Details: python-llvmlite-git 0.43.0dev0.r0.ga6159f9-1

Git Clone URL: https://aur.archlinux.org/python-llvmlite-git.git (read-only, click to copy)
Package Base: python-llvmlite-git
Description: A lightweight LLVM Python binding for writing JIT compilers (Git version)
Upstream URL: https://github.com/numba/llvmlite
Licenses: BSD
Conflicts: python-llvmlite
Provides: python-llvmlite
Submitter: guotsuan
Maintainer: bcb
Last Packager: bcb
Votes: 4
Popularity: 0.000001
First Submitted: 2014-11-30 03:15 (UTC)
Last Updated: 2024-02-27 14:48 (UTC)

Dependencies (9)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

guotsuan commented on 2016-02-19 17:31 (UTC)

@lonaowna: Thanks. I have updated the PKGBUILD include the 'python2-enum34' And yes, Numba seems to work finally with newest numba code and llvmlite-git based on llvm 3.7!!

mschu commented on 2016-02-19 14:30 (UTC)

With https://github.com/numba/llvmlite/pull/100 merged, this should depend on llvm>=3.7.0 (and python2 version as well).

lonaowna commented on 2016-02-19 12:28 (UTC)

Just found out that Numba works with LLVM 3.7 + python-llvmlite-git + python-numba-git!

lonaowna commented on 2016-02-19 11:39 (UTC) (edited on 2016-02-19 11:46 (UTC) by lonaowna)

@guotsuan, thanks. I managed to succesfully build this package. However, I had to install the 'python2-enum34' package to build it. I think it should be a makedepend.

guotsuan commented on 2016-02-10 15:59 (UTC)

Hi @lonaowna, I have managed to make the llvmlite work with the LLVM 3.7. However the Numba is still broken because it need to change accordingly too, which have not been done yet.

lonaowna commented on 2016-02-09 16:28 (UTC) (edited on 2016-02-09 16:37 (UTC) by lonaowna)

- nevermind, this still is broken with LLVM 3.7 - https://github.com/numba/llvmlite/pull/100

guotsuan commented on 2016-01-02 22:47 (UTC)

Hi @wendell, I'm afraid the upstream has not yet support llvm 3.7. Before that happen, I guess it is not possible to build this package without downgrading LLVM.

wendell commented on 2016-01-02 22:07 (UTC)

Anyone have any success building this? I don't want to downgrade LLVM just for this, but is there any other way?