notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-numba Optimizing compiler for Python using LLVM
0.57.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.56.2_6Version of this port present on the latest quarterly branch.
Maintainer: dave@dal.ca search for ports maintained by this maintainer
Port Added: 2016-09-05 17:19:29
Last Update: 2024-01-24 08:33:32
Commit Hash: 1d6e030
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://numba.pydata.org/
Description:
Numba gives you the power to speed up your applications with high performance functions written directly in Python. With a few annotations, array-oriented and math-heavy Python code can be just-in-time compiled to native machine instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}numba>0:devel/py-numba@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-numba/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-numba
  • pkg install py39-numba
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-numba listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-numba
Package flavors (<flavor>: <package>)
  • py39: py39-numba
distinfo:
TIMESTAMP = 1705843263 SHA256 (numba-0.57.0.tar.gz) = 2af6d81067a5bdc13960c6d2519dbabbf4d5d597cf75d640c5aeaefd48c6420a SIZE (numba-0.57.0.tar.gz) = 2549269

Packages (timestamps in pop-ups are UTC):
py39-numba
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.57.00.57.0--0.57.0---
FreeBSD:13:quarterly0.56.2_60.56.2_6--0.56.2_6-0.56.2_6-
FreeBSD:14:latest0.57.00.57.0--0.57.0---
FreeBSD:14:quarterly0.56.2_60.56.2_6--0.56.2_6-0.56.2_6-
FreeBSD:15:latest0.57.00.57.0n/a-n/a-0.57.00.57.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-numpy>1.11,1 : math/py-numpy@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. py39-pip>=0 : devel/py-pip@py39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
  6. gfortran12 : lang/gcc12
  7. as : devel/binutils
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-llvmlite>=0.31.0 : devel/py-llvmlite@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
  4. gfortran12 : lang/gcc12
Library dependencies:
  1. libtbb.so : devel/onetbb
This port is required by:
for Build
  1. audio/py-librosa
  2. math/py-mnnpy
  3. math/py-ssm
  4. misc/py-shap2
  5. science/py-thewalrus
for Run
  1. audio/py-librosa
  2. audio/py-resampy
  3. biology/py-loompy
  4. finance/py-quantecon
  5. math/py-fenics-basix
  6. math/py-jacobi
  7. math/py-mnnpy
Expand this list (17 items / 10 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. math/py-numba-stats
  3. math/py-pynndescent
  4. math/py-rvlib
  5. math/py-ssm
  6. math/py-umap-learn
  7. misc/py-shap2
  8. science/py-hiphive
  9. science/py-segregation
  10. science/py-thewalrus
  11. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. biology/py-fastTSNE*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_py-numba
USES:
compiler:c++11-lang python fortran localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/n/numba/
  2. https://pypi.org/packages/source/n/numba/
Collapse this list.

Number of commits found: 51

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.57.0
24 Jan 2024 08:33:32
commit hash: 1d6e0303df0f56d87354361fe8bbc477725d1002commit hash: 1d6e0303df0f56d87354361fe8bbc477725d1002commit hash: 1d6e0303df0f56d87354361fe8bbc477725d1002commit hash: 1d6e0303df0f56d87354361fe8bbc477725d1002 files touched by this commit
Wen Heping (wen) search for other commits by this committer
devel/py-numba: Update to 0.57.0 and fix build with python-3.11

PR:		275494
Approved by:	portmgr(blanket, fix build)
0.56.2_6
28 Nov 2023 11:35:02
commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.11.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0
0.56.2_5
21 Aug 2023 10:09:23
commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.10.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0
0.56.2_4
07 Jul 2023 12:53:53
commit hash: 0347e9506985ac31ed7e1217cd03763251492503commit hash: 0347e9506985ac31ed7e1217cd03763251492503commit hash: 0347e9506985ac31ed7e1217cd03763251492503commit hash: 0347e9506985ac31ed7e1217cd03763251492503 files touched by this commit
Wen Heping (wen) search for other commits by this committer
devel/py-numba: Fix build with numpy-1.25.0

PR:		272395
Reported by:	wen@
Approved by:	portmgr(fix build)
0.56.2_4
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.56.2_4
09 May 2023 10:25:26
commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.9.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
0.56.2_3
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.56.2_2
03 Mar 2023 15:01:50
commit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37ec files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.8.0

Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
0.56.2_1
08 Feb 2023 06:54:41
commit hash: c91535b4c0b819fda1159620e2cc3a875db6465acommit hash: c91535b4c0b819fda1159620e2cc3a875db6465acommit hash: c91535b4c0b819fda1159620e2cc3a875db6465acommit hash: c91535b4c0b819fda1159620e2cc3a875db6465a files touched by this commit
Wen Heping (wen) search for other commits by this committer
devel/py-numba: Fix build with numpy-1.24

Approved by:	portmgr(blanket)
0.56.2_1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.56.2_1
03 Nov 2022 11:32:41
commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.7.0

and bump dependent ports' revisions.

Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
0.56.2
05 Oct 2022 15:38:27
commit hash: f08c70e21923fcf2e37f087bddbcc1abd6a336b5commit hash: f08c70e21923fcf2e37f087bddbcc1abd6a336b5commit hash: f08c70e21923fcf2e37f087bddbcc1abd6a336b5commit hash: f08c70e21923fcf2e37f087bddbcc1abd6a336b5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-numba: Remove BROKEN and disable TBB instead

numba is not compatible with onetbb-2021.6.0

Approved by:	portmgr (unbreak)
0.56.2
04 Oct 2022 17:01:02
commit hash: bbe5e3c9270c494491eca07cb26811a7bc0c39facommit hash: bbe5e3c9270c494491eca07cb26811a7bc0c39facommit hash: bbe5e3c9270c494491eca07cb26811a7bc0c39facommit hash: bbe5e3c9270c494491eca07cb26811a7bc0c39fa files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-numba: Broken: not compatible with onetbb-2021.6.0

Reported by:	fallout
0.56.2
29 Sep 2022 15:29:55
commit hash: 69be0c04ff452f37415f62cfbd3ccb1968ca10a8commit hash: 69be0c04ff452f37415f62cfbd3ccb1968ca10a8commit hash: 69be0c04ff452f37415f62cfbd3ccb1968ca10a8commit hash: 69be0c04ff452f37415f62cfbd3ccb1968ca10a8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-numba: Update 0.51.2 -> 0.56.2

PR:		266538
Approved by:	dave@dal.ca (maintainer)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.51.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.51.2
24 Jul 2022 01:27:50
commit hash: 315634f10b8459756a55035ca56d74108ae1d3efcommit hash: 315634f10b8459756a55035ca56d74108ae1d3efcommit hash: 315634f10b8459756a55035ca56d74108ae1d3efcommit hash: 315634f10b8459756a55035ca56d74108ae1d3ef files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/py-numba: Broken on systems where OpenMP isn't enabled

Reported by:	fallout
Approved by:	portmgr (blanket)
0.51.2
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.51.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.51.2
10 Jan 2021 14:05:33
Revision:561070Original commit files touched by this commit
rene search for other commits by this committer
Remove empty PY_ENUM34 from ports using Python 3.6+
0.51.2
02 Jan 2021 22:45:43
Revision:559976Original commit files touched by this commit
rene search for other commits by this committer
Remove some more expired ports:

devel/py-backports.functools_lru_cache
devel/py-backports_abc
devel/py-futures
devel/py-singledispatch
devel/py-typing
graphics/py-pillow6

Adjust dependent ports.
Tested with 'make index' against r559975
0.51.2
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
0.51.2
28 Nov 2020 21:50:34
Revision:556532Original commit files touched by this commit
yuri search for other commits by this committer
devel/py-numba: Update 0.47.0 -> 0.51.2

PR:		250937
Approved by:	dave@dal.ca (maintainer's timeout 21 days)
0.47.0_3
17 Jul 2020 10:12:26
Revision:542423Original commit files touched by this commit
martymac search for other commits by this committer
Update devel/tbb to 2020.3 and bump dependent ports' revisions

Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES
0.47.0_2
01 Apr 2020 14:14:52
Revision:530219Original commit files touched by this commit
martymac search for other commits by this committer
Update devel/tbb to 2020.2 and bump dependent port's revisions

Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES
0.47.0_1
08 Mar 2020 21:56:37
Revision:528082Original commit files touched by this commit
jbeich search for other commits by this committer
Drop dependency on devel/openmp

- Drop if devel/llvm* was used as a substitute

Approved by:	yuri, rene (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23020
0.47.0
31 Jan 2020 13:30:17
Revision:524703Original commit files touched by this commit
pkubaj search for other commits by this committer
devel/py-numba: fix build on GCC architectures

C++11 compiler is necessary:
extra options: '-std=c++11'
0.47.0
24 Jan 2020 20:57:10
Revision:523987Original commit files touched by this commit
makc search for other commits by this committer
devel/py-numba:
- Update to 0.47.0
- Adjust minimal version of required dependencies

PR:		243429
Approved by:	David Kalliecharan (maintainer)
0.40.1_8
26 Dec 2019 16:25:22
Revision:520935Original commit files touched by this commit
martymac search for other commits by this committer
Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]

Also, while here, re-generate patches using the makepatch target

[1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES
0.40.1_7
25 Sep 2019 10:03:50
Revision:512777Original commit files touched by this commit
martymac search for other commits by this committer
Update devel/tbb to 2019.8 and bump dependent ports' revisions

Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES
0.40.1_6
21 Sep 2019 18:59:57
Revision:512535Original commit files touched by this commit
jbeich search for other commits by this committer
devel/openmp: update to 9.0.0

- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783

Changes:	http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI:		https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
0.40.1_5
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.40.1_4
08 May 2019 16:05:53
Revision:501030Original commit files touched by this commit
jbeich search for other commits by this committer
devel/openmp: phase out

- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)

PR:		236907
Approved by:	bapt (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19767
0.40.1_3
22 Apr 2019 13:16:34
Revision:499638Original commit files touched by this commit
gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
0.40.1_2
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
0.40.1_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
0.40.1
20 Nov 2018 21:07:51
Revision:485487Original commit files touched by this commit
yuri search for other commits by this committer
devel/py-numba: Update 0.38.0 -> 0.40.1

PR:		233232
Approved by:	dave@dal.ca (maintainer)
0.38.0_1
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
0.38.0
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.38.0
11 Jun 2018 21:02:07
Revision:472210Original commit files touched by this commit
jrm search for other commits by this committer
devel/py-numba: Update to version 0.38.0

Upstream changes: https://github.com/numba/numba/blob/master/CHANGE_LOG

PR:		228554
Approved by:	David Kalliecharan <dave@dal.ca> (maintainer, timeout)
0.37.0_1
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
0.37.0
03 Mar 2018 09:39:22
Revision:463475Original commit files touched by this commit
yuri search for other commits by this committer
devel/py-numba: Update to 0.37.0

Port changes:
* Changed to DISTVERSION
* Updated LICENSE to BSD2CLAUSE
* Added USE_PYTHON=concurrent
* Added stripping
* Changed WWW to https

PR:		226307
Submitted by:	David Kalliecharan <dave@dal.ca> (maintainer)
Approved by:	tcberner (mentor, implicit)
0.29.0_3
26 Feb 2018 22:31:57
Revision:463079Original commit files touched by this commit
sunpoet search for other commits by this committer
Simplify Makefile: use PY_ENUM34

- While I'm here, fix typo

With hat:	python
0.29.0_3
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.29.0_3
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
0.29.0_2
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
0.29.0_1
07 Dec 2016 13:24:57
Revision:428057Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
0.29.0
04 Dec 2016 13:08:46
Revision:427780Original commit files touched by this commit
rene search for other commits by this committer
Remove dependency on devel/py-argparse which is expired and included in
Python 2.7+ / 3.2+ by default.

sysutils/osquery fails to build because of C++ errors.
0.29.0
28 Oct 2016 17:13:24
Revision:424866Original commit files touched by this commit
jbeich search for other commits by this committer
math/py-numpy: track PORTEPOCH in consumers
0.29.0
24 Oct 2016 18:23:02
Revision:424587Original commit files touched by this commit
pi search for other commits by this committer
devel/py-numba: update 0.28.1 -> 0.29.0

PR:		213727
Changes:	https://github.com/numba/numba/blob/master/CHANGE_LOG
Submitted by:	David Kalliecharan <dave@dal.ca> (maintainer)
0.28.1
05 Sep 2016 17:19:21
Revision:421379Original commit files touched by this commit
pi search for other commits by this committer
New port: devel/py-numba

Numba gives you the power to speed up your applications with high performance
functions written directly in Python. With a few annotations, array-oriented
and math-heavy Python code can be just-in-time compiled to native machine
instructions, similar in performance to C, C++ and Fortran, without having to
switch languages or Python interpreters.

WWW: http://numba.pydata.org/

PR:		211347
Submitted by:	David Kalliecharan <dave@dal.ca>

Number of commits found: 51