Skip to main content

compiling Python code using LLVM

Project description

Numba is an Open Source NumPy-aware optimizing compiler for Python
sponsored by Continuum Analytics, Inc. It uses the
remarkable LLVM compiler infrastructure to compile Python byte-code to
machine code especially for use in the NumPy run-time and SciPy
modules.

Dependencies:

* LLVM 3.1
* llvm-py (from llvmpy/llvmpy fork)
* numpy
* Meta (from numba/Meta fork)

* Compile LLVM 3.1:

wget http://llvm.org/releases/3.1/llvm-3.1.src.tar.gz
tar zxvf llvm-3.1.src.tar.gz
./configure --enable-optimized
# Be sure your compiler architecture is same as version of Python you will use
# e.g. -arch i386 or -arch x86_64. It might be best to be explicit about this.
make install


* Clone LLVM-py from github
git clone https://github.com/llvmpy/llvmpy.git
python setup.py install

* Be sure to initialize the minivect submodule (in numba top-level dir)
git submodule init
git submodule update

* Build Numba
python setup.py install


* Follow Numba
Join the numba mailinglist numba-users@continuum.io
https://groups.google.com/a/continuum.io/d/forum/numba-users

Some old archives are at http://librelist.com/browser/numba/

* See if our sponsor can help you (which can help this project)
http://www.continuum.io

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

numba-0.1.tar.gz (60.7 kB view details)

Uploaded Source

File details

Details for the file numba-0.1.tar.gz.

File metadata

  • Download URL: numba-0.1.tar.gz
  • Upload date:
  • Size: 60.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for numba-0.1.tar.gz
Algorithm Hash digest
SHA256 6683f26a6bc956c7a7b7782d9f0cff75749ea2745009b3a1b6dc58788cd5e8e6
MD5 976c37888e23ae0a605f5777a390736a
BLAKE2b-256 5322930629227411baac98ce702387824abf595bdde74c40fab39770d54d1a1e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page