notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: math/py-numexpr/Makefile
SVNWeb

Number of commits found: 64

Fri, 22 Sep 2023
[ 03:18 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:04e501c95de41a973788a293f973b8a2265150dd  commit hash:04e501c95de41a973788a293f973b8a2265150dd  commit hash:04e501c95de41a973788a293f973b8a2265150dd  04e501c 
math/py-numexpr: Update to 2.8.6

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Mon, 21 Aug 2023
[ 17:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:4caf4ada3fbf927e9f509c28495bddba1fa201cb  commit hash:4caf4ada3fbf927e9f509c28495bddba1fa201cb  commit hash:4caf4ada3fbf927e9f509c28495bddba1fa201cb  4caf4ad 
math/py-numexpr: Update to 2.8.5

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
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>
Sun, 23 Apr 2023
[ 09:09 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  commit hash:8d3e020ed032a8db00208994d0db646de7dc6f5b  8d3e020  (Only the first 10 of 2091 ports in this commit are shown above. View all ports for this commit)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
Fri, 30 Dec 2022
[ 09:05 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:6d6a22bad745dd01b79d3a7cd19177087589a4e0  commit hash:6d6a22bad745dd01b79d3a7cd19177087589a4e0  commit hash:6d6a22bad745dd01b79d3a7cd19177087589a4e0  6d6a22b 
math/py-numexpr: Update to 2.8.4

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  commit hash:f53eb28489aa8f30712cd8772d1a0e05c394a5da  f53eb28  (Only the first 10 of 719 ports in this commit are shown above. View all ports for this commit)
math: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 11 Jul 2022
[ 13:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:92e780841bac4733e969e649d016faf5897fd9a0  commit hash:92e780841bac4733e969e649d016faf5897fd9a0  commit hash:92e780841bac4733e969e649d016faf5897fd9a0  92e7808 
math/py-numexpr: Update to 2.8.3

- Change MASTER_SITES to CHEESESHOP

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Tue, 11 Jan 2022
[ 18:44 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:af68bec014370215d97e4829e47fc9ee9ea55863  commit hash:af68bec014370215d97e4829e47fc9ee9ea55863  commit hash:af68bec014370215d97e4829e47fc9ee9ea55863  af68bec 
math/py-numexpr: Update to 2.8.2

- Change MASTER_SITES to CHEESESHOP

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Tue, 21 Dec 2021
[ 18:48 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:d9f3abdab6c4b0de1b2687ee50e66105d0175a74  commit hash:d9f3abdab6c4b0de1b2687ee50e66105d0175a74  commit hash:d9f3abdab6c4b0de1b2687ee50e66105d0175a74  d9f3abd 
math/py-numexpr: Update to 2.8.0

- Update MASTER_SITES: use GitHub temporarily due to format issue in sdist

===>  Extracting for py39-numexpr-2.8.0
=> SHA256 Checksum OK for numexpr-2.8.0.tar.gz.
tar: Ignoring malformed pax extended attribute
tar: Error exit delayed from previous errors.
===>  Failed to extract "/usr/ports/distfiles//numexpr-2.8.0.tar.gz".
*** Error code 1

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Fri, 5 Nov 2021
[ 19:14 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:71981b7ad8155e77e8113ec28876576e42e0079a  commit hash:71981b7ad8155e77e8113ec28876576e42e0079a  commit hash:71981b7ad8155e77e8113ec28876576e42e0079a  71981b7 
math/py-numexpr: Update USES=python

math/py-numpy requires Python 3.7+
Mon, 25 Oct 2021
[ 15:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9  commit hash:530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9  commit hash:530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9  530a39e 
math/py-numexpr: Cosmetic change
Sun, 2 May 2021
[ 19:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:48d46f1ec28d431bbfd8a0afa8086af08f6a4919  commit hash:48d46f1ec28d431bbfd8a0afa8086af08f6a4919  commit hash:48d46f1ec28d431bbfd8a0afa8086af08f6a4919  48d46f1 
math/py-numexpr: Remove PYNUMPY
Sun, 18 Apr 2021
[ 05:43 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:89b7874e03e49f18138e001094c5972db302f747  commit hash:89b7874e03e49f18138e001094c5972db302f747  commit hash:89b7874e03e49f18138e001094c5972db302f747  89b7874 
math/py-numexpr: Update to 2.7.3

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 3 Jan 2021
[ 20:08 sunpoet search for other commits by this committer ] Original commit   Revision:560134
Update to 2.7.2

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Thu, 24 Dec 2020
[ 13:46 kai search for other commits by this committer ] Original commit   Revision:559094 (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
Relax hardcoded paths to fix build with Python 3.8.7

Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme.  This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".

The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.

Remedy the issue by adding wildcards to these paths.  This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.

[1] https://bugs.python.org/issue42604

PR:		252057
Reported by:	John Kennedy
Reviewed by:	fluffy, koobs
Approved by:	koobs (python)
Mon, 6 Jan 2020
[ 14:44 sunpoet search for other commits by this committer ] Original commit   Revision:522242
Update to 2.7.1

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Thu, 15 Aug 2019
[ 18:12 sunpoet search for other commits by this committer ] Original commit   Revision:509031
Update to 2.7.0

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Tue, 1 Jan 2019
[ 20:37 sunpoet search for other commits by this committer ] Original commit   Revision:489007
Update to 2.6.9

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Sat, 1 Dec 2018
[ 13:06 sunpoet search for other commits by this committer ] Original commit   Revision:486347
Use PYNUMPY
Sat, 17 Nov 2018
[ 17:31 sunpoet search for other commits by this committer ] Original commit   Revision:485155
Change the way *_DEPENDS are set
Mon, 20 Aug 2018
[ 22:14 sunpoet search for other commits by this committer ] Original commit   Revision:477680
Update to 2.6.8

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Mon, 13 Aug 2018
[ 18:20 sunpoet search for other commits by this committer ] Original commit   Revision:477088
Update to 2.6.7

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Sun, 29 Jul 2018
[ 19:17 sunpoet search for other commits by this committer ] Original commit   Revision:475755
Update to 2.6.6

Changes:	https://github.com/pydata/numexpr/releases
		https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

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

Sponsored by:	Absolight
Thu, 3 May 2018
[ 18:40 sunpoet search for other commits by this committer ] Original commit   Revision:468959
Update to 2.6.5

Changes:	https://github.com/pydata/numexpr/releases
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 16 Sep 2017
[ 08:59 sunpoet search for other commits by this committer ] Original commit   Revision:449950
Update to 2.6.4

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Fri, 15 Sep 2017
[ 05:50 sunpoet search for other commits by this committer ] Original commit   Revision:449872
Update to 2.6.3

- Use USES=dos2unix

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Mon, 30 Jan 2017
[ 21:42 sunpoet search for other commits by this committer ] Original commit   Revision:432880
Update to 2.6.2

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Sat, 19 Nov 2016
[ 17:07 sunpoet search for other commits by this committer ] Original commit   Revision:426450
- Update to 2.6.1

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Fri, 28 Oct 2016
[ 17:13 jbeich search for other commits by this committer ] Original commit   Revision:424866 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
math/py-numpy: track PORTEPOCH in consumers
Sun, 26 Jun 2016
[ 17:16 sunpoet search for other commits by this committer ] Original commit   Revision:417570
- Update to 2.6.0

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Sat, 9 Apr 2016
[ 12:30 sunpoet search for other commits by this committer ] Original commit   Revision:412815
- Update to 2.5.2

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Fri, 1 Apr 2016
[ 11:16 sunpoet search for other commits by this committer ] Original commit   Revision:412324
- Update to 2.5.1

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Sun, 6 Mar 2016
[ 06:24 sunpoet search for other commits by this committer ] Original commit   Revision:410282
- Update to 2.5

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Sun, 4 Oct 2015
[ 19:01 sunpoet search for other commits by this committer ] Original commit   Revision:398618
- Update to 2.4.4
- Update MASTER_SITES: move back to CHEESESHOP
- Add LICENSE_FILE
- Reformat pkg-descr and remove trailing space
- Add PyPI as primary WWW

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Wed, 2 Sep 2015
[ 17:04 sunpoet search for other commits by this committer ] Original commit   Revision:395885
- Allow concurrent installation (USE_PYTHON=concurrent)
- Strip shared library
- Bump PORTREVISION for package change
Wed, 13 May 2015
[ 19:01 sunpoet search for other commits by this committer ] Original commit   Revision:386249
- Cleanup GH_* knobs:
  - Use DISTVERSIONPREFIX
  - Remove GH_PROJECT
Tue, 24 Mar 2015
[ 18:24 sunpoet search for other commits by this committer ] Original commit   Revision:382151
- Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120
Sat, 21 Mar 2015
[ 20:07 sunpoet search for other commits by this committer ] Original commit   Revision:381854
- Update to 2.4
- Update WWW

Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Fri, 15 Aug 2014
[ 03:43 sunpoet search for other commits by this committer ] Original commit   Revision:364929 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
[ 03:01 sunpoet search for other commits by this committer ] Original commit   Revision:364912
- Use USES=python
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Fri, 14 Feb 2014
[ 19:43 sunpoet search for other commits by this committer ] Original commit   Revision:344306
- Add LICENSE
- Use PYDISTUTILS_AUTOPLIST
- Remove post-patch:
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 28 Sep 2013
[ 19:47 sunpoet search for other commits by this committer ] Original commit   Revision:328627
- Update to 2.2.2
- Support STAGEDIR

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
Fri, 20 Sep 2013
[ 20:55 bapt search for other commits by this committer ] Original commit   Revision:327746 (Only the first 10 of 665 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Mon, 9 Sep 2013
[ 10:08 sunpoet search for other commits by this committer ] Original commit   Revision:326794
- Update to 2.2.1

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
Mon, 2 Sep 2013
[ 12:50 sunpoet search for other commits by this committer ] Original commit   Revision:325983
- Update to 2.2
- Do not use setuptools

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
Wed, 1 May 2013
[ 20:10 sunpoet search for other commits by this committer ] Original commit   Revision:317046
- Update to 2.1

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
Wed, 30 Jan 2013
[ 19:51 sunpoet search for other commits by this committer ] Original commit   Revision:311266
- Update to 2.0.1
- Cleanup Makefile header
- Sort PLIST

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
Fri, 23 Sep 2011
[ 05:03 sunpoet search for other commits by this committer ] Original commit 
- Update to 1.4.2

Changes:        http://code.google.com/p/numexpr/wiki/ReleaseNotes
Wed, 21 Sep 2011
[ 17:07 sunpoet search for other commits by this committer ] Original commit 
- Pet portlint
- Take maintainership
[ 16:48 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- Reassign to the heap
Thu, 21 Oct 2010
[ 01:39 wen search for other commits by this committer ] Original commit 
- Update to 1.4.1

Approved by:    maintainer(implicit)
Mon, 5 Jul 2010
[ 08:18 wen search for other commits by this committer ] Original commit 
numexpr - Fast numerical array expression evaluator for Python and NumPy.

The numexpr package evaluates multiple-operator array expressions many times
faster than NumPy can. It accepts the expression as a string, analyzes it,
rewrites it more efficiently, and compiles it to faster Python code on the fly.
It's the next best thing to writing the expression in C and compiling it with
a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler
at runtime.

Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated
in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing
transcendental functions (like trigonometrical, exponentials...) on top of
Intel-compatible platforms. This support also allows to use multiple cores in
your computations.

WWW: http://code.google.com/p/numexpr/

PR:             ports/148372
Submitted by:   Ju Pengfei <jupengfei@gmail.com>
Feature safe:   yes

Number of commits found: 64