Version: 1.19.5, Package name: py-numpy-1.19.5 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description NumPy is a Python library for numeric and scientific computing, it contains a powerful N-dimensional array object, basic linear algebra functions, basic Fourier transforms, sophisticated random number capabilities and tools for integrating Fortran code. |
Filesize: 7146.816 KB |
Version History (View Complete History) |
|
2021-11-01 18:01:43 by Stuart Henderson | Files touched by this commit (139) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-10-28 04:28:32 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Make fortran optional in numpy Since ports/lang/gcc doesn't have riscv64 support yet this helps us unlock a bunch of ports there. Disabling fortran/blas/lapack means that some feature are missing. This is mitigated by numpy shipping a minimal lapack copy translated to C. |
2021-10-25 00:33:04 by Bjorn Ketelaars | Files touched by this commit (7) |
Log message: Update to py-numpy-1.19.5 Feedback from and bulk testing (i386) by sthen@. Thank you! OK sthen@ |
2021-06-13 19:02:27 by Daniel Dickman | Files touched by this commit (6) |
Log message: adapt a few ports to the numpy python2/python3 port split - make the python2 consumers point to py2-numpy - make the py-numpy port python3-only so it can be updated |
2021-05-21 13:50:39 by Kurt Mosiejczuk | Files touched by this commit (326) |
Log message: Bump the REVISION on all ports that use the python2 version of py-setuptools. Also change the lang/python module to use the new devel/py2-setuptools for python2 ports ok sthen@ |
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-04-02 01:39:09 by Paul Irofti | Files touched by this commit (7) |
Log message: Update to numpy-1.16.5 This was a group effort and it already passed several bulks on various archs. Main diffs from jca@, sthen@. Tested in bulk by sthen@ and naddy@. Input from Daniel Dickman, tb@, Martin Reindl, ajacotot@ OK sthen@, kmos@ |
2020-03-09 21:31:45 by Daniel Dickman | Files touched by this commit (8) |
Log message: drop maintainer |
2019-11-17 21:10:31 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Fix tests by dropping spurious "fake" from do-test target |
2019-07-07 08:58:04 by Daniel Dickman | Files touched by this commit (6) |
Log message: PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE |
2019-04-28 15:08:27 by Christian Weisgerber | Files touched by this commit (20) |
Log message: Bump all ports that depend on ports-gcc on the clang archs. SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2018-10-26 15:09:31 by Daniel Dickman | Files touched by this commit (2) |
Log message: Minor update to numpy 1.14.6 to fix a few bugs. While here, drop BROKEN-alpha now that we have gcc 4.9 there which can successfully build numpy on that platform. |
2018-08-01 18:15:24 by Daniel Dickman | Files touched by this commit (1) |
Log message: Fix numpy breakage found by landry@ via macppc bulk build. |
2018-06-30 15:49:33 by Daniel Dickman | Files touched by this commit (7) |
Log message: Update to numpy 1.14.5. Tested by myself and Elias Mariani. |
2018-06-14 20:01:13 by Daniel Dickman | Files touched by this commit (2) |
Log message: Minor update to 1.9.3. The main change is to switch from sourceforge to pypi for hosting of the distfile as the latest versions of numpy no longer seem to be published to sourceforge. |
2018-02-21 14:02:52 by Steven Mestdagh | Files touched by this commit (1) |
Log message: pass the appropriate --fcompiler flag to the build so libgfortran is used consistently. issue reported by landry@ no objection from daniel@ |
2017-01-03 12:23:48 by Landry Breuil | Files touched by this commit (6) |
Log message: bump ports depending on python3 in math, misc and multimedia |
2016-11-04 11:17:14 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: remove empty patches |
2016-03-18 07:26:10 by Daniel Dickman | Files touched by this commit (5) |
Log message: Update to numpy 1.9.2. Tested by me on i386 and by Anton Kasimov on amd64. ok sthen@ |
2015-09-29 04:52:13 by Stuart Henderson | Files touched by this commit (50) |
Log message: bump REVISION for setuptools dep change. |
2015-01-14 19:55:22 by Daniel Dickman | Files touched by this commit (4) |
Log message: Some minor numpy fixes: - add pthread to WANTLIB - backport fix for datetime64 on macppc allowing all tests to pass there - remove use of -funroll-loops with fortran (it causes scipy to segfault on macppc and it can make code bigger and slower in some cases) - "optimize function attributes" were added in gcc 4.4. silence those build-time warnings when building with earlier gcc versions. |
2014-12-30 14:50:25 by Landry Breuil | Files touched by this commit (15) |
Log message: Mark BROKEN-alpha a bunch of ports that reliably failed (!) to build in the past 3 bulks, or forever. Various reasons: no d^Hrecent compiler available, base gcc generating nice internal compiler errors, no atomic ops, etc, etc. While here, mark all webkits as BROKEN-hppa, since this also requires clang or g++ 4.7. Our g++ 4.8 port only builds on i386|amd64|powerpc|sparc64 anyway... if you're interested^Wbored to death, full past logs at http://build-failures.rhaalovely.net/alpha/... |
2011-07-06 03:31:46 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - add missing MODPY_WANTLIB |
2011-06-08 11:36:01 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: bump after default python version switch |
2011-05-27 04:06:12 by Eric Faurot | Files touched by this commit (9) |
Log message: - update to 1.6.0 - tweak distutils to fix py-scipy build noticed by landry@ ok djm@ (maintainer) rpointel@ landry@ |
2011-05-01 10:26:10 by Remi Pointel | Files touched by this commit (2) |
Log message: add a patch which is needed to build correctly with python 2.7. ok jasper@, maintainer timed-out. |
2010-11-22 02:30:38 by Marc Espie | Files touched by this commit (5) |
Log message: missed a few depends |
2010-11-19 00:23:15 by Marc Espie | Files touched by this commit (332) |
Log message: new depends |
2010-11-07 13:33:59 by Marc Espie | Files touched by this commit (16) |
Log message: WANTLIB for math |
2010-10-23 09:09:57 by Steven Mestdagh | Files touched by this commit (19) |
Log message: replace MODFORTRAN_WANTG77 with MODFORTRAN_COMPILER |
2010-08-30 11:11:35 by Federico G. Schwindt | Files touched by this commit (22) |
Log message: Bump revision after python's default change. |
2010-07-18 04:50:12 by Steven Mestdagh | Files touched by this commit (20) |
Log message: REVISION |
2010-05-27 09:25:19 by Christian Weisgerber | Files touched by this commit (1) |
Log message: bump after libf2c move to ports |
2010-05-23 04:25:55 by Marc Espie | Files touched by this commit (1) |
Log message: module fortran |
2010-04-15 08:11:02 by Antoine Jacoutot | Files touched by this commit (64) |
Log message: Consistency: remove the 1, 2 or even 3 empty blank lines. sthen@ agrees |
2010-02-27 10:53:06 by Marc Espie | Files touched by this commit (3) |
Log message: fix a few egg ports |
2010-01-17 12:45:47 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Remove '-funroll-loops' to workaround a segmentation fault on powerpc when building py-scipy. maintainer timeout discussed with and ok eric@, ok jasper@ |
2009-10-14 12:44:04 by Stuart Henderson | Files touched by this commit (3) |
Log message: Adapt some changes from the upstream repository for cpu detection. I have only waited a short while for djm (maintainer)'s ok, commiting anyway as it takes out a lot of the tree on !{i386,amd64}. Fix the regression tests while there. ok jasper@. |
2009-09-30 05:51:30 by Landry Breuil | Files touched by this commit (2) |
Log message: Fix build failure on !amd64. Commiting on behalf of jasper@, i usually don't touch py-* stuff without good reasons... ok djm@ |
2009-09-28 09:15:37 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: - update py-numpy to 1.3.0 - update homepage "looks good" djm@ (MAINTAINER) |
2009-03-23 13:08:33 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - missing bump |
2009-02-16 03:10:09 by Eric Faurot | Files touched by this commit (2) |
Log message: make use of lapack/blas ok djm@ |
2009-01-27 14:46:53 by Martynas Venckus | Files touched by this commit (2) |
Log message: py-numpy only checks for expl to determine whether extended-precision support is present. since we don't have it yet; it implements it's own. however, on alpha, powerpc, it declared functions with types that conflict with C99 (double for *l), therefore failed. reported by merdely@; tested by and ok kili@ |
2009-01-27 14:12:02 by Martynas Venckus | Files touched by this commit (1) |
Log message: Add py-nose to REGRESS_DEPENDS. Before: ImportError: Need nose >= 0.10.0 for tests - see http://somethingaboutorange.com /mrl/projects/nose After: Ran 1128 tests in 5.271s OK |
2009-01-22 12:23:11 by Will Maier | Files touched by this commit (2) |
Log message: Use numpy's special setuptools file when building (and regen PLIST). Build breakage pointed out by jasper@; fix by me. ok jasper@, ajacoutot@ |
2009-01-19 00:11:42 by Damien Miller | Files touched by this commit (3) |
Log message: update to numpy-1.2.1, set MODPY_EGG_VERSION + MODPY_SETUPTOOLS reorder to Makefile.template |
2008-12-11 08:51:50 by Martynas Venckus | Files touched by this commit (2) |
Log message: libc has extended-precision math versions now. tested by and ok naddy@ |
2008-07-30 11:49:32 by Martynas Venckus | Files touched by this commit (2) |
Log message: don't try to use extended-precision of signbit, isnan, isinf ok wcmaier@, naddy@ |
2007-11-16 04:42:25 by Damien Miller | Files touched by this commit (3) |
Log message: update to numpy-1.0.4 |
2007-10-08 02:22:44 by Steven Mestdagh | Files touched by this commit (216) |
Log message: bump PKGNAME after python version switch |
2007-09-15 12:44:37 by Steven Mestdagh | Files touched by this commit (60) |
Log message: remove quotes from COMMENT/PERMIT*/BROKEN |
2007-09-05 02:43:49 by Damien Miller | Files touched by this commit (3) |
Log message: update to numpy-1.0.3 |
2007-08-06 23:25:58 by Steven Mestdagh | Files touched by this commit (1) |
Log message: don't link against blas/lapack for now. ok espie@ djm@ |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2007-03-25 04:47:02 by Damien Miller | Files touched by this commit (6) |
Log message: numpy-1.0.1, another responsive maintainer lets us remove patches |