Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2016 12:43:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211347] [NEW PORT] devel/py-numba: LLVM optimizing compiler for python and is numpy aware
Message-ID:  <bug-211347-13-8Zubrx94wX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211347-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211347-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211347

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |maintainer-feedback?(dave@d
                   |                            |al.ca)
            Summary|New port: devel/py-numba |  |[NEW PORT] devel/py-numba:
                   |Numba is a LLVM optimizing  |LLVM optimizing compiler
                   |compiler for python and is  |for python and is numpy
                   |numpy aware                 |aware
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa, patch
         Depends on|                            |211346
                 CC|                            |dave@dal.ca
             Status|New                         |Open

--- Comment #6 from Kubilay Kocak <koobs@FreeBSD.org> ---
Thanks David,

Minor nits (as long as you've already run portlint -AC):

* Remove "Numba is an" from the COMMENT

See:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.htm=
l#makefile-comment

* BUILD_DEPENDS+=3D=20=20=20=20=20=20
${PYTHON_PKGNAMEPREFIX}numpy>1.7:${PORTSDIR}/math/py-numpy

Change to =3D (its not appending anything) and put it above USES section (a=
fter
LICENSE as it doesn't need anything that pre.mk provides so goes before the
include. This is unlike the conditional RUN_DEPENDS, which uses PYTHON_REL,
which *does* need to be after pre.mk.

Also ${PORTSDIR}/ is no longer required for dependency lines

* Unconditional RUN_DEPENDS (llvmlite/argparse) go up top along with other
*_DEPENDS


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211346
[Bug 211346] [NEW PORT] devel/py-llvmlite: Lightweight LLVM python binding =
for
writing JIT compilers
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211347-13-8Zubrx94wX>