| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 259063
Reported by: wen@
Exp-run by: antoine@
|
|
|
|
|
|
|
| |
This patch adds openblas to the list of cblas compatible libs instead
PR: 243497
Submitted by: John Hein <jcfyecrayz@liamekaens.com>
|
|
|
|
|
| |
PR: 243497
Submitted by: rsmith@xs4all.nl
|
|
|
|
|
|
|
|
|
| |
- Move TEST_DEPENDS upward
- Simplify Makefile
Changes: https://github.com/numpy/numpy/releases
PR: 235721
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
PR: 220986
Submitted by: wen@(myself)
Exp-run by: antoine@
|
|
|
|
|
| |
PR: 215764
Submitted by: riggs@
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Reported by: pkg-fallout, <soralx@cydem.org> (private email)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
as without this fix, f2py will attempt to compile -fstack-protector
Submitted by: db
Reviewed by: wg
Approved by: wg
|
|
|
|
| |
Submitted by: me
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: wg
Tested by: gerald
|
|
|
|
|
|
| |
versions of FreeBSD, we not support anymore.
- remove LATEST_LINK. There is PYTHON_PKGNAMEPREFIX set and in future
we may have this package built against different python versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- clarify LICENSE (BSD3C)
- suppor staging
while here:
- utilize PYTHON_PY3K_PLIST_HACK
- install docs uncoditionally into stage area
- convert LIB_DEPENDS to the new notation
- sort packing list
PR: 186677
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
|
|
|
|
|
|
| |
PR: 178256
Submitted by: Roland Smith <rsmith@xs4all.nl>
Approved by: maintainer
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
| |
- Fix build for comms/wsjt
PR: ports/164479
Submitted by: maintainer
Approved by: gabor (mentor)
|
|
|
|
|
|
|
| |
PR: 162894
Submitted by: Gereon Kaiping <kta1c10!gereon@linta.de>
Approved by: "Li-Lun Leland Wang" <llwang@infor.org> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Fix build for science/py-scipy
PR: ports/161400
Submitted by: Li-Lun Wang <llwang at infor.org> (maintainer)
|
|
|
|
|
| |
PR: 143529
Patch from: MAINTAINER ("Li-Lun Wang (Leland Wang)" <llwang@infor.org>)
|
|
|
|
|
|
|
|
|
|
|
|
| |
correctly detect and depend on it in math/py-numpy
* Replace the old numpy documentation with the new numpy book
* Explicitly tell the distutil to use gnu95 fortran compiler
* Use ${PYTHONPREFIX_SITELIBDIR} rather than ${PYTHON_SITELIBDIR} when
generating the packing list for science/py-scipy
* Bump PORTREVISIONs, for packing lists are changed
PR: ports/136058
Submitted by: Li-Lun Wang (Leland Wang) <llwang AT infor.org> (maintainer)
|
|
|
|
|
|
| |
handled by USE_FORTRAN. Tweak various aspects of configuration.
Submitted by: Li-Lun "Leland" Wang <llwang@infor.org> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Fix plist
PR: ports/126960 [1]
Submitted by: Arjan Gijsberts <arjan AT liralab.it>
Approved by: maintainer
Approved by: portmgr (erwin)
|
| |
|
|
|
|
|
|
| |
PR: ports/122492
Submitted by: dikshie <dikshie at lapi.itb.ac.id>
Approved by: Li-Lun "Leland" Wang <llwang at infor.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
on amd64.
A better fix would be to set pic_flags instead, and have scipy build a
shared object for dfftpack instead a static archive, but I didn't figure
out how. [1]
- Pass maintainership to llwang@infor.org
PR: ports/112429 [1]
Submitted by: Li-Lun "Leland" Wang <llwang@infor.org> (new maintainer)
|
|
|
|
| |
Approved by: ehaupt (mentor)
|
|
|
|
|
|
|
|
|
| |
- change maintainer address to FreeBSD.org one
- fold in changes suggested by [1]
PR: 107022, 108807 (based on) [1]
Submitted by: thinker@heaven.branda.to [1]
Approved by: ehaupt (mentor)
|
|
|
|
|
| |
* Migrate to gfortran.
* Bump port revision.
|
|
|
|
|
|
| |
* Bump port revision.
Approved by: portmgr(kris)
|
|
|
|
|
|
|
| |
executable.
Submitted by: Diane Bruce (maintainer)
Approved by: tmclaught (implicit)
|
|
|
|
|
|
|
|
| |
Change maintainer
PR: 106551
Submitted by: Diane Bruce <db@db.net>
Approved by: tmclaugh (implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
- Add options for ATLAS
- Fix ATLAS detection
- Use feclearexcept(3) rather than fpsetsticky(3) on 5.3+
- Add CONFLICTS for f2py. Both ports install bin/f2py
PR: ports/103827
Submitted by: Li-Lun Wang
Approved by: maintainer timeout (6 weeks)
|
|
called NumPy. This package contains:
* a powerful N-dimensional array object
* sophisticated (broadcasting) functions
* basic linear algebra functions
* basic Fourier transforms
* sophisticated random number capabilities
* tools for integrating Fortran code.
NumPy derives from the old Numeric code base and can be used as a
replacement for Numeric. It also adds the features introduced by numarray
and can also be used to replace numarray.
Note: Development for Numeric has ceased, and users should transisition to
NumPy as quickly as possible.
WWW: http://numpy.scipy.org/
PR: ports/102458
Submitted by: Tony Maher <anthony.maher@uts.edu.au>
|