#35830: new port: py-llvm --------------------------------------+------------------------------------- Reporter: jason-macports@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: --------------------------------------+------------------------------------- [https://github.com/llvmpy/llvmpy llvmpy]: ''`llvmpy` is a Python wrapper around the llvm C++ library which allows simple access to compiler tools. '' `py-llvm` is one of the requirements for [https://github.com/numba/numba numba]; a port that will be submitted shortly. Currently, it relies on Xcode 4.4+, as it requires llvm 3.1 (with --enable-pic), rather than the macports llvm-3.1 or clang-3.1. A simple test after install verifies function: `$ python -c "import llvm; llvm.test()"` -- Ticket URL: <https://trac.macports.org/ticket/35830> MacPorts <http://www.macports.org/> Ports system for Mac OS