Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.26.4_2,1 15 Aug 2024 11:53:55 |
Po-Chuan Hsieh (sunpoet) Author: Dimitry Andric |
math/py-numpy: Remove clang error condition in distutils check
- Bump PORTREVISION for package change
PR: 280715
Tested by: dim (with Clang 15 to 19) |
1.26.4_1,1 06 Jul 2024 16:12:19 |
Po-Chuan Hsieh (sunpoet) |
math/py-numpy: Add PORTSCOUT
- Remove unnecessary substitution
- Cosmetic change |
1.26.4_1,1 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
1.26.4,1 15 Jun 2024 14:23:11 |
Wen Heping (wen) |
math/py-numpy: Update to 1.26.4
PR: 277689
Reported by: wen@
Exp-run by: antoine@ |
1.25.0_7,1 29 Apr 2024 20:08:56 |
Thierry Thomas (thierry) |
*/*: chase SuiteSparse’s upgrade |
1.25.0_6,1 28 Jan 2024 12:02:23 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to SuiteSparse |
1.25.0_5,1 13 Jan 2024 10:19:22 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of SuiteSparse to v7.5.0 |
1.25.0_4,1 31 Dec 2023 14:31:11 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of SuiteSparse |
1.25.0_3,1 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
1.25.0_2,1 15 Oct 2023 09:03:17 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of SuiteSparse |
1.25.0_1,1 20 Sep 2023 17:57:40 |
Thierry Thomas (thierry) |
/*: bump PORTREVISION after the upgrade of SuiteSparse |
1.25.0,1 07 Jul 2023 12:56:11 |
Wen Heping (wen) |
math/py-numpy: Update to 1.25.0
PR: 272058
Reported by: wen@
Exp-run by: antoine@ |
1.24.1_5,1 01 Jul 2023 16:11:11 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of SuiteSparse |
1.24.1_4,1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
1.24.1_4,1 14 Jun 2023 21:12:29 |
Piotr Kubaj (pkubaj) |
math/py-numpy: fix build on powerpc64le
In file included from numpy/core/src/umath/loops_comparison.dispatch.c.src:12:
In file included from numpy/core/src/common/simd/simd.h:63:
In file included from numpy/core/src/common/simd/vec/vec.h:105:
numpy/core/src/common/simd/vec/memory.h:113:1: error: call to 'vec_st' is
ambiguous
NPYV_IMPL_VEC_MEM(f64, f64)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
numpy/core/src/common/simd/vec/memory.h:94:7: note: expanded from macro
'NPYV_IMPL_VEC_MEM'
{ npyv__storea((npyv_lanetype_##DW_CAST*)ptr, (npyv_##DW_CAST)vec); }
\
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numpy/core/src/common/simd/vec/memory.h:42:36: note: expanded from macro
'npyv__storea'
#define npyv__storea(PTR, VEC) vec_st(VEC, 0, PTR)
^~~~~~
/usr/lib/clang/14.0.5/include/altivec.h:11130:37: note: candidate function (Only the first 15 lines of the commit message are shown above ) |
1.24.1_4,1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.24.1,1 08 Feb 2023 01:14:27 |
Wen Heping (wen) |
math/py-numpy: Update to 1.24.1
PR: 268594
Reported by: wen@
Exp-run by: antoine@ |
1.23.5_2,1 19 Jan 2023 16:45:37 |
Thierry Thomas (thierry) |
math/suitesparse*: bump PORTREVISION of dependant ports |
1.23.5_1,1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.23.5_1,1 29 Dec 2022 00:41:28 |
Piotr Kubaj (pkubaj) |
math/py-numpy: fix runtime on powerpc64*
Currently powerpc64* is not properly detected by numpy, due to python
returning just "powerpc" as architecture name. This commit fixes architecture
detection with numpy and properly checks for CPU features on FreeBSD. |
1.23.5,1 30 Nov 2022 08:30:45 |
Wen Heping (wen) |
math/py-numpy: Update to 1.23.5
PR: 267886
Reported by: wen@
Exp-run by: antoine@ |
1.23.4_1,1 27 Nov 2022 11:09:57 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of math/suitesparse*
PR: 267742 |
1.23.4,1 31 Oct 2022 06:15:10 |
Wen Heping (wen) |
math/py-numpy: Allow build with python-3.11
PR: 267362
Reported by: osidorkin@gmail.com |
1.23.4,1 20 Oct 2022 10:33:12 |
Wen Heping (wen) |
math/py-numpy: Update to 1.23.4
PR: 267081
Reported by: wen@
Exp-run by: antoine@ |
1.23.3,1 17 Sep 2022 03:24:00 |
Wen Heping (wen) |
math/py-numpy: Update to 1.23.3
PR: 266331
Reported by: wen@
Exp-run by: antoine@ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.23.1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.23.1,1 14 Aug 2022 07:44:25 |
Wen Heping (wen) |
math/py-numpy: Update to 1.23.1
PR: 265710
Reported by: wen@
Exp-run by: antoine@ |
1.23.0,1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
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 ) |
1.23.0,1 06 Jul 2022 02:42:48 |
Wen Heping (wen) |
math/py-numpy: Update to 1.23.0
PR: 264837
Reported by: wen@
Exp-run by: antoine@ |
1.22.4_1,1 26 Jun 2022 20:36:53 |
Thierry Thomas (thierry) |
Mk/bsd.default-versions.mk: chase the switch to Python 3.9
Following the rules of
<https://wiki.freebsd.org/Python#Steps_to_switch_the_Python_default_version>
PR: 261703 |
1.22.4,1 25 May 2022 23:29:36 |
Wen Heping (wen) |
math/py-numpy: Fix doc checksums
PR: 264231
Reported by: david@isnic.is |
1.22.4,1 25 May 2022 07:22:27 |
Wen Heping (wen) |
math/py-numpy: Update to 1.22.4
PR: 264153
Reported by: wen@
Exp-run by: antoine@ |
1.20.3,1 03 Jan 2022 08:49:26 |
Stefan Eßer (se) |
math/py-numpy: revert obsolete commit 507c189b28
The sched_getaffinity() function in the C library returned a different
error code than expected (i.e. other than returned by GLIBC) if the
requested CPU set size did not match the one expected by the system.
The error code has been changed from ERANGE to EINVAL as expected by
the wrapper for os.sched_getaffinity() in Python, obsoleting the patch
that commented out the failing function call in setup.py. |
1.20.3,1 02 Jan 2022 20:43:00 |
Stefan Eßer (se) |
math/py-numpy: work around build issue on -CURRENT
A sched_getaffinity function has been added to -CURRENT and the
Python build detects it presence and provides a Python function
os.sched_getaffinity().
Apparently the C library function is not correctly wrapped and
returns an out of buounds result.
Comment out the call of os.sched_getaffinity() call until this
function works correctly in the Python interpreter.
No port revision bump, since this is just a temporary fix for the
broken build on -CURRENT.
Reported by: antoine |
1.20.3,1 26 Oct 2021 00:50:47 |
Wen Heping (wen) |
math/py-numpy: Update to 1.20.3
PR: 259063
Reported by: wen@
Exp-run by: antoine@ |
1.16.6_2,1 31 Aug 2021 09:23:13 |
Bernhard Froehlich (decke) |
math/py-numpy: Add CPE information
Approved by: portmgr (blanket) |
1.16.6_2,1 27 Aug 2021 23:49:11 |
Dmitry Marakasov (amdmi3) |
math/py-numpy: mark as not compatible with python 3.10
Approved by: portmgr blanket |
1.16.6_2,1 24 Jul 2021 23:59:17 |
Po-Chuan Hsieh (sunpoet) Author: alt2600@icloud.com |
math/py-numpy: Fix typo
- Bump PORTREVISION for package change
PR: 257396 |
1.16.6_1,1 25 May 2021 10:00:10 |
Thierry Thomas (thierry) |
math/suitesparse: adapt dependency lines after modularization
Do not bump PORTREVISION, because this should not change the resulting
packages.
Note for maintainers: try to not depend on the whole suitesparse package,
especially if your port do not require GraphBLAS (the biggest one). |
1.16.6_1,1 25 Apr 2021 18:50:30 |
Kai Knoblich (kai) |
*: Bump a few ports after the Python 3.7 to 3.8 switchover
Bump the PORTREVISION of the following ports as the concurrent symlinks
change with a new default version of Python:
* devel/py-setuptools
* lang/cython
* math/py-numpy
This is a follow-up to 6cd3db2d03cc544c5893e41dbbacd2000fcbd35a .
PR: 253815
Approved by: kai (python, maintainer) |
1.16.6,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.16.6,1 03 Jan 2021 09:11:52 |
antoine |
Remove python 2.7 support from a few ports |
1.16.6,1 14 Nov 2020 15:28:42 |
pkubaj |
math/py-numpy@py39: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-unused-result" |
1.16.6,1 16 May 2020 11:05:07 |
sunpoet |
Update to 1.16.6
Changes: https://github.com/numpy/numpy/releases
PR: 246395
Exp-run by: antoine |
1.16.5_5,1 06 May 2020 16:39:12 |
yuri |
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas |
1.16.5_4,1 31 Jan 2020 14:08:51 |
swills |
math/py-numpy: improve patch to fix build with OpenBlas
This patch adds openblas to the list of cblas compatible libs instead
PR: 243497
Submitted by: John Hein <jcfyecrayz@liamekaens.com> |
1.16.5_4,1 30 Jan 2020 14:17:44 |
swills |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
1.16.5_3,1 23 Jan 2020 21:31:23 |
swills |
math/py-numpy: fix build when math/blas is installed
PR: 243497
Submitted by: rsmith@xs4all.nl |
1.16.5_3,1 21 Jan 2020 22:03:19 |
swills |
math/openblas: Update to 0.3.7
While here, improve formatting and fix build of dependant ports.
PR: 231371
Submitted by: yuri (initial version), pkubaj (ppc fixes)
Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) |
1.16.5_2,1 16 Dec 2019 09:22:43 |
antoine |
Bump PORTREVISION after r520219 |
1.16.5_1,1 24 Oct 2019 00:48:42 |
jbeich |
math/py-numpy: switch to OpenBLAS by default
Besides being faster consistently using the same BLAS implementation
should improve stability in case of accidental ABI mismatch.
PR: 240937
Approved by: maintainer timeout (2 weeks)
MFH: 2019Q4 |
1.16.5,1 10 Sep 2019 17:38:06 |
sunpoet |
Update to 1.16.5
Changes: https://github.com/numpy/numpy/releases
PR: 240424
Exp-run by: antoine |
1.16.4_1,1 26 Jul 2019 20:46:57 |
gerald |
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 |
1.16.4,1 07 Jul 2019 19:14:49 |
sunpoet |
Update to 1.16.4
Changes: https://github.com/numpy/numpy/releases
PR: 238964
Exp-run by: antoine |
1.16.1_2,1 22 Apr 2019 13:16:34 |
gerald |
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 |
1.16.1_1,1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.16.1,1 22 Feb 2019 19:55:52 |
sunpoet |
Remove no-op TESTS_DESC
- Update pkg-descr |
1.16.1,1 21 Feb 2019 16:11:06 |
sunpoet |
Update to 1.16.1
- Move TEST_DEPENDS upward
- Simplify Makefile
Changes: https://github.com/numpy/numpy/releases
PR: 235721
Exp-run by: antoine |
1.15.4_1,1 12 Dec 2018 01:35:36 |
gerald |
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 |
1.15.4,1 03 Dec 2018 18:52:09 |
sunpoet |
Update to 1.15.4
Changes: https://github.com/numpy/numpy/releases
PR: 233643
Exp-run by: antoine |
1.15.1,1 06 Oct 2018 09:24:38 |
sunpoet |
Update MASTER_SITES and WWW |
1.15.1,1 04 Oct 2018 18:14:16 |
sunpoet |
Update to 1.15.1
- Change MASTER_SITES to CHEESESHOP
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
Changes: https://github.com/numpy/numpy/releases
PR: 231664
Exp-run by: antoine |
1.15.0,1 14 Aug 2018 11:20:27 |
rm |
math/py-numpy: update to 1.15.0
- update to 1.15
- convert to autoplist
- follow upstream change from nose test framework to pytest
Release notes:
https://github.com/numpy/numpy/releases/tag/v1.15.0
PR: 230094
Submitted by: wen
Exp-run by: antoine |
1.14.3_1,1 29 Jul 2018 22:18:46 |
gerald |
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 |
1.14.3,1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.14.3,1 24 May 2018 12:13:21 |
wen |
- Update to 1.14.3
PR: 228230
Submitted by: wen@(myself)
Exp-run by: antoine@ |
1.13.3_3,1 26 Apr 2018 06:41:30 |
yuri |
math/suitesparse: Update 4.0.2 -> 5.2.0
Port changes:
* Change to DISTVERSION
* Update MASTER_SITES
* Change to LICENSE_COMB=dual
* Add LIB_DEPENDS
* Unbundle metis, made it a dependency
* Update do-build and do-install
* Update WWW
Bump 11 ports.
games/naev is marked broken because it depends on the no longer installed
library.
PR: 210579
Submitted by: yuri
Submitted by: pfg
Approved by: maintainer timeout (maho@FreeBSD.org, 21 months)
Approved by: maintainer timeout (fortran@FreeBSD.org, 45 days) |
1.13.3_2,1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.13.3_1,1 25 Feb 2018 05:32:19 |
sunpoet |
Cosmetic change |
1.13.3_1,1 14 Jan 2018 20:33:38 |
db |
exec_command.py states in comments it uses /bin/sh on POSIX for subprocess but
incorrectly uses shell from environment. This makes compiles fail when
compilation is done using the account 'nobody' which is default on pkg-fallout
runs.
PR: ports/225156
Submitted by: self
Reported by: self
Reviewed by: antoine
Approved by: antoine |
1.13.3,1 19 Dec 2017 16:23:48 |
mat |
Enhance USES=uniquefiles to be more generic.
This allows to have more complex renaming schemes. Until now, it could
only add a prefix or a suffix, but this was not working at all for man
pages, because it would give man/man1/pyfoo.1.gz-2.7 or
man/man1/pyfoo-1-2.7.gz. With this change, a man page will be correctly
renamed to man/man1/pyfoo-2.7.1.gz.
Unfix ports that were already handling man pages.
PR: 220214
Submitted by: Fukang Chen (previous patch)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D13444 |
1.13.3,1 30 Nov 2017 15:50:34 |
mat |
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 ) |
1.13.3,1 13 Oct 2017 13:09:18 |
sunpoet |
Update to 1.13.3
- Simplify MASTER_SITES
- Silence patch messages
- Fix symbolic link to avoid absolute path
Changes: https://github.com/numpy/numpy/releases
PR: 222856
Exp-run by: antoine |
1.13.1_2,1 10 Sep 2017 20:55:39 |
gerald |
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 |
1.13.1_1,1 05 Sep 2017 18:50:20 |
antoine |
Fix packaging with python3*, PYTHON_PYOEXTENSION and py3kplist should not
be used together
PR: 220986
With hat: portmgr |
1.13.1_1,1 21 Aug 2017 13:34:54 |
mat |
Don't add the distfile twice.
This fixes a fetch error:
=> numpy-numpy-v1.13.1_GH0.tar.gz doesn't seem to exist in
/portdistfiles/.
=> Attempting to fetch
https://codeload.github.com/numpy/numpy/tar.gz/v1.13.1?dummy=/numpy-numpy-v1.13.1_GH0.tar.gz
fetch: 4336552: No such file or directory
numpy-numpy-v1.13.1_GH0.tar.gz 0 B 0 Bps
=> Attempting to fetch
http://distcache.FreeBSD.org/ports-distfiles/numpy-numpy-v1.13.1_GH0.tar.gz
fetch: 4336552: No such file or directory
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/ and try again.
Sponsored by: Absolight |
1.13.1_1,1 21 Aug 2017 02:08:29 |
wen |
- Update MASTER_SITES, now get source from github and doc from docs.scipy.org
(Based on PR/181285) |
1.13.1,1 16 Aug 2017 06:17:48 |
wen |
- Update to 1.13.1
PR: 220986
Submitted by: wen@(myself)
Exp-run by: antoine@ |
1.11.2_3,1 01 Apr 2017 15:23:32 |
gerald |
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 |
1.11.2_2,1 19 Mar 2017 00:41:08 |
wen |
- Remove dependency on math/openblas if other blas lib is selected
PR: 215764
Submitted by: riggs@ |
1.11.2_1,1 07 Dec 2016 13:24:57 |
gerald |
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 |
1.11.2,1 06 Oct 2016 20:31:21 |
olivierd |
Update to 1.11.2
Changes:
https://github.com/numpy/numpy/blob/v1.11.2/doc/release/1.11.2-notes.rst |
1.11.1,1 28 Jun 2016 03:34:55 |
olivierd |
- Update to 1.11.1
- Adjust dependencies, 'numpy/core/multiarray.so' is also linked to
math/openblas (reported by QA script)
- Add patches in order to detect 'sys/endian.h' header |
1.11.0,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.11.0,1 28 Mar 2016 14:03:50 |
olivierd |
Update to 1.11.0
Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.11.0-notes.rst |
1.10.4,1 08 Jan 2016 08:33:03 |
olivierd |
- Update to 1.10.4
- Remove DOCVERSION (use SF host to fetch PDF documentation, more up-to-date
than SciPy.org)
Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.10.4-notes.rst |
1.10.2,1 01 Jan 2016 17:34:41 |
olivierd |
- Update to 1.10.2
- Reintroduce DOCVERSION variable, PDF documentation is not synchronized with
release
- Add missing dependency [1] for NETLIB option
PR: 203638 [1]
Submitted by: John Hein [1] |
1.10.1,1 09 Nov 2015 18:44:19 |
sunpoet |
- Update to 1.10.1
- Add SF to MASTER_SITES
- Add LICENSE_FILE
- Remove DOCVERSION
Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.10.1-notes.rst |
1.10.0_1,1 30 Oct 2015 11:25:28 |
sunpoet |
- Update MASTER_SITES
- Update documentation to 1.10.0
- Bump PORTREVISION for package change |
1.10.0,1 12 Oct 2015 14:19:17 |
olivierd |
Unbreak build on FreeBSD 9
Reported by: pkg-fallout, <soralx@cydem.org> (private email) |
1.10.0,1 07 Oct 2015 03:37:43 |
olivierd |
Update to 1.10.0 |
1.9.2,1 04 Oct 2015 17:59:32 |
sunpoet |
- Convert to new options target helper
- Cosmetic change |
1.9.2,1 03 Jul 2015 12:20:28 |
demon |
Depend on a particual file, not an executable so it picks up a correct
python version.
PR: 198989
Submitted by: John W. O'Brien <john@saltant.com> |
1.9.2,1 28 Mar 2015 19:41:44 |
demon |
Allow to use OpenBLAS implementation of BLAS.
Based on the work done by Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>,
OpenBLAS port maintainer.
Hide py-nose dependency under new TESTS option.
Convert to USES=blaslapack.
Differential Revision: D2060
Reviewed by: koobs, thierry |
1.9.2,1 09 Mar 2015 11:43:12 |
demon |
Update to version 1.9.2.
This is minor bugfix release, see notes at
http://sourceforge.net/projects/numpy/files/NumPy/1.9.2/ |
1.9.1_1,1 11 Dec 2014 13:00:45 |
db |
- Tiny fix to f2py2e.py to allow it to deal with -fstack-protector flag
as without this fix, f2py will attempt to compile -fstack-protector
Submitted by: db
Reviewed by: wg
Approved by: wg |
1.9.1,1 03 Nov 2014 11:14:34 |
demon |
Update to version 1.9.1
Phabric: D998 |
1.8.1_4,1 28 Sep 2014 10:40:55 |
demon |
Fix
ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by
/usr/local/lib/gcc48/libgfortran.so.3 not found
error when importing numpy module.
PR: 188114
Patch by Thierry Thomas <thierry@FreeBSD.org> |
1.8.1_3,1 10 Sep 2014 20:50:37 |
gerald |
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) |