Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
1.8.1_2,1 04 Sep 2014 16:25:39
  |
sunpoet  |
- Add DOCS to OPTIONS_DEFINE
- Convert to new options helper |
1.8.1_2,1 18 Aug 2014 17:23:37
  |
mva  |
- Convert USE_PYTHON to USES=python
- Enable math/py-numpy to be installed for different Python versions
concurrently
Phabric: D599
Reviewed by: db
With hat: python@ |
1.8.1_1,1 16 Jul 2014 13:16:18
  |
koobs  |
math/py-numpy: Use INSTALLS_EGGINFO, fixes pkg_resources detection
Python packages installs .egg-info metadata directories when
--single-version-externally managed is specified, as the Python ports
framework does currently for all ports when USE_PYDISTUTILS is defined.
In this case the py-numpy port does *not* currently define
PYDISTUTILS_AUTOPLIST nor INSTALLS_EGGINFO, which precludes the contents of
the add-plist-egginfo: target from being executed.
This results in an .egg-info metadata directory being built, and staged, but
not installed.
Correctly specify INSTALLS_EGGINFO to compensate.
Additionally add an "Open" Goal Wiki entry [1] to look at automatically
detecting the
presence of .egg-info metadata directories, since all ports leveraging
USE_PYDISTUTILS also use the --record mechanism for generating installed
file lists, and potentially deprecating INSTALLS_EGGINFO and related variables.
[1] https://wiki.freebsd.org/Python#Goals
PR: 191865
Submitted by: John W. O'Brien <john at saltant dot com> |
1.8.1,1 30 May 2014 14:06:39
  |
demon  |
Update to version 1.8.1. |
1.8.0_2,1 15 May 2014 13:41:18
  |
db  |
- Fix compiler now that -Wl,B has been added to fortran link args
Submitted by: me |
1.8.0_1,1 24 Mar 2014 10:39:13
  |
demon  |
Replace TABs with spaces, otherwise it breaks with python-3. |
1.8.0_1,1 10 Mar 2014 20:55:22
  |
gerald  |
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) |
1.8.0,1 24 Feb 2014 11:18:30
  |
demon  |
Fix path. |
1.8.0,1 24 Feb 2014 11:15:15
  |
demon  |
Respect FFLAGS.
Submitted by: wg
Tested by: gerald |
1.8.0,1 20 Feb 2014 08:07:02
  |
rm  |
- this change sneaked in by accident. Reverting that. |
1.8.0,1 20 Feb 2014 08:03:41
  |
rm  |
- clean-up WITH_FIXED_FENV conditional, because it is only used for
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. |
1.8.0,1 16 Feb 2014 17:15:32
  |
tijl  |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
1.8.0,1 13 Feb 2014 05:21:32
  |
rm  |
- update to 1.8.0
- 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> |
1.7.0_2,1 18 Dec 2013 10:38:34
  |
koobs  |
Reset maintainer for llwang@infor.org
Reset maintainership for llwang@infor.org due to multiple timeouts and email
address permanent failure. Return all ports to the free pool except
py-numpy, which is taken under the wing of the python@ team.
We thank you for your contribution to the FreeBSD project
Approved by: portmgr |
1.7.0_2,1 15 Dec 2013 15:02:30
  |
koobs  |
math/py-numpy: Remove Atlas WITH_STATIC notification using ECHO_MSG
Shell commands can't be used in a Makefile without a target. Remove the atlas
WITH_STATIC messaging until a more suitable mechanism can be found.
PR: ports/184775
Reported by: Roland Smith <rsmith@xs4all.nl> |
1.7.0_2,1 15 Dec 2013 13:20:01
  |
koobs  |
math/py-numpy: Add missing ending quotation to ECHO_MSG
Add a missing ending quotation from the last ECHO_MSG command added in r336423.
PR: ports/184775
Reported by: Roland Smith <rsmith@xs4all.nl> |
1.7.0_2,1 14 Dec 2013 06:44:38
  |
koobs  |
math/py-numpy: Fix static library check that assumes atlas is installed
- Use BUILD_DEPENDS to check for the atlas static library at pre-build
time instead of checking if the file exists (False if atlas is not
installed)
- Replace IGNORE with a message to the user notifying them that
an atlas install WITH_STATIC is needed, and provide clues as possible
actions without being too prescriptive.
As discussed with eadler@, a correct resolution to "ports depending on other
ports with specific OPTIONS" is either an atlas slave port
(ie: atlas-static), or to modify atlas to install both shared and static
libraries.
This change is a net gain on the existing broken behaviour, by fixing
the check, while retaining the user notification.
PR: ports/178094
Reviewed by: jhibbits, eadler
Approved by: maintainer timeout (7+ months) |
1.7.0_2,1 26 Oct 2013 00:52:36
  |
gerald  |
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 ) |
1.7.0_1,1 20 Sep 2013 20:55:06
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.7.0_1,1 21 May 2013 06:44:17
  |
demon  |
Add missing files to plist;
Fix plist (hopefully) so it fits both python33 and python2. |
1.7.0,1 20 May 2013 07:25:49
  |
demon  |
Fix DISTFILES for docs.
Noted by: Rainer Hurling <rhurlin@gwdg.de> |
1.7.0,1 20 May 2013 06:20:29
  |
demon  |
Update to version 1.7.0 (and unbreak with python-3.3).
PR: 178256
Submitted by: Roland Smith <rsmith@xs4all.nl>
Approved by: maintainer |
1.6.2_1,1 01 Feb 2013 15:04:01
  |
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
1.6.2_1,1 07 Oct 2012 10:24:47
  |
mva  |
- Remove automatic dependency to SuiteSparse; use OPTIONS instead
- Change to new OPTIONS style
PR: ports/171349
Submitted by: Li-Lun Wang <llwang@infor.org> (maintainer)
Reported by: A.J. Kehoe IV (Nanoman) |
1.6.2,1 28 Jul 2012 06:00:02
 |
sunpoet  |
- Restore distinfo of fenv.c/fenv.h for older FreeBSD which were removed in the
commit of 1.6.2 update
PR: ports/170224
Submitted by: Li-Lun Wang <llwang@infor.org> |
1.6.2,1 22 Jun 2012 08:23:29
 |
wen  |
- Update to 1.6.2
- Add LICENSE
PR: 169162
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: maintainer |
1.6.1_1,1 26 Jan 2012 00:52:43
 |
scheidell  |
- Support for -Wl,rpath= in f2py, now passed by bsd.gcc.mk
- Fix build for comms/wsjt
PR: ports/164479
Submitted by: maintainer
Approved by: gabor (mentor) |
1.6.1,1 09 Dec 2011 08:01:13
 |
wen  |
- Update to 1.6.1
PR: 162894
Submitted by: Gereon Kaiping <kta1c10!gereon@linta.de>
Approved by: "Li-Lun Leland Wang" <llwang@infor.org> (maintainer)
Feature safe: yes |
1.5.1_1,1 22 Nov 2011 11:14:10
 |
bf  |
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes |
1.5.1_1,1 09 Oct 2011 05:54:38
 |
rafan  |
- Update math/py-numpy to reflect changes in math/atlas
- Bump PORTREVISION
- Fix build for science/py-scipy
PR: ports/161400
Submitted by: Li-Lun Wang <llwang at infor.org> (maintainer) |
1.5.1,1 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.5.1,1 22 Feb 2011 18:37:57
 |
bf  |
- Slightly simplify the fenv fix, and note that FreeBSD
7.3 and 7.4 no longer need the fix after the MFC of r203441 on
17 February 2010
- While here, remove MD5 checksums in distinfo
PR: 154742
Approved by: makc, miwi (mentors, implicit)
Li-Lun Wang (maintainer) |
1.5.1,1 01 Dec 2010 06:07:59
 |
beech  |
Update to 1.5.1
Fix doc checksum mismatch
PR: ports/152715
Submitted by: Li-Lun Wang (llwang@infor.org) (maintainer)
Approved by: itetcu (mentor) (implicit) |
1.5.0,1 10 Oct 2010 05:31:08
 |
pgollucci  |
- Update to 1.5.0
PR: ports/151234
Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer) |
1.4.1,1 26 Apr 2010 07:15:39
 |
wen  |
- Update to 1.4.1
PR: ports/146007
Submitted by: Wen Heping (myself)
Approved by: maintainer |
1.4.0,1 12 Mar 2010 11:39:18
 |
demon  |
Unbreak.
PR: 143529
Patch from: MAINTAINER ("Li-Lun Wang (Leland Wang)" <llwang@infor.org>) |
1.4.0,1 02 Mar 2010 23:16:25
 |
pav  |
- Mark BROKEN: does not build
Reported by: pointyhat
Feature safe: yes |
1.4.0,1 31 Jan 2010 03:29:58
 |
lwhsu  |
- Update to 1.4.0
PR: ports/142116
Submitted by: wen
Approved by: "Li-Lun Wang (Leland Wang)" <llwang AT infor.org> (maintainer) |
1.3.0_2,1 13 Sep 2009 00:08:01
 |
gerald  |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
1.3.0_1 22 Aug 2009 00:28:34
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
1.3.0_1,1 13 Jul 2009 09:44:48
 |
lwhsu  |
* Fix build of science/py-scipy when math/suitesparse is installed, by
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) |
1.3.0,1 29 May 2009 19:31:08
 |
miwi  |
- Update to 1.3.0
PR: 134221
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout |
1.2.1,1 11 Jan 2009 14:45:13
 |
pav  |
- Update to 1.2.1
PR: ports/129581
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: Li-Lun "Leland" Wang" <llwang@infor.org> (maintainer) |
1.2.0_1,1 08 Jan 2009 01:21:47
 |
gerald  |
Remove run-time dependency on lang/gcc42 which is now transparently
handled by USE_FORTRAN. Tweak various aspects of configuration.
Submitted by: Li-Lun "Leland" Wang <llwang@infor.org> (maintainer) |
1.2.0_1,1 07 Jan 2009 16:34:27
 |
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
1.2.0,1 11 Oct 2008 14:49:22
 |
miwi  |
- Update to 1.2.0
PR: 127865
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer |
1.1.1_1,1 08 Sep 2008 16:02:56
 |
lwhsu  |
- Fix installation while WITH_ATLAS is specified [1]
- Fix plist
PR: ports/126960 [1]
Submitted by: Arjan Gijsberts <arjan AT liralab.it>
Approved by: maintainer
Approved by: portmgr (erwin) |
1.1.1,1 14 Aug 2008 20:26:44
 |
erwin  |
Restore PORTEPOCH that got lost in the previous revision. |
1.1.1 14 Aug 2008 06:02:28
 |
perky  |
Update to 1.1.1 |
1.0.4_1,1 17 Apr 2008 14:49:29
 |
lwhsu  |
- Add lang/gcc42 into RUN_DEPENDS
- Remove ${PYTHON_REL} < 200 old stuff
- Remove definitions that already include in bsd.gcc.mk
Approved by: maintainer via IRC |
1.0.4,1 09 Apr 2008 02:08:59
 |
rafan  |
- Update to 1.0.4
PR: ports/122492
Submitted by: dikshie <dikshie at lapi.itb.ac.id>
Approved by: Li-Lun "Leland" Wang <llwang at infor.org> (maintainer) |
1.0.3.1,1 27 Sep 2007 20:33:01
 |
tabthorpe  |
- Remove CONFLICT, lang/f2py removed
Approved by: miwi (co-mentor) |
1.0.3.1,1 02 Sep 2007 20:03:45
 |
db  |
- I added -fPIC to compile_switch to work around build of fftpack in scipy
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) |
1.0.2,1 27 Jul 2007 18:54:33
 |
db  |
- USE_FORTRAN=yes to use FORTRAN compiler.
Notified by: maho
Approved by: ehaupt (mentor) |
1.0.2,1 25 Jun 2007 16:33:24
 |
db  |
- Forgotten files for 1.0.2 commit
Approved by: ehaupt (mentor) |
1.0.2,1 23 Jun 2007 14:06:00
 |
ehaupt  |
Update distinfo, was forgotten by the last commit.
Notified by: bf <bf2006a@yahoo.com> |
1.0.2,1 22 Jun 2007 20:07:11
 |
db  |
- Remove support for 4.x
- Fix glitch with gfortran attempting to use libg2c instead of libgfortran [1]
- math/py-numpy incorrect post-patch for site-cfg [2]
- Update version to 1.0.2
Notified by: kris (via pointyhat) [1]
PR: ports/112429 [2]
Approved by: ehaupt (mentor) |
1.0.1_1,1 26 Feb 2007 18:49:18
 |
db  |
- maho wants WANT_FORTRAN knob in gfortran ports
Submitted by: maho
Approved by: ehaupt (mentor) |
1.0.1_1,1 09 Feb 2007 18:54:54
 |
db  |
- finish g77 to gfortran conversion
- 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) |
1.0.1_1,1 18 Jan 2007 07:08:41
 |
maho  |
(Forgot to commit)
* Migrate to gfortran.
* Bump port revision. |
1.0.1_1,1 18 Jan 2007 07:07:57
 |
maho  |
* Migrate to gfortran.
* Bump port revision.
Approved by: portmgr(kris) |
1.0.1,1 17 Jan 2007 01:23:26
 |
clsung  |
- Update to 1.0.1
PR: ports/107729
Submitted by: clsung
Approved by: maintainer (Diane Bruce) |
1.0,1 30 Dec 2006 18:09:53
 |
xride  |
Fix a run time error, don't append python version to the name of the
executable.
Submitted by: Diane Bruce (maintainer)
Approved by: tmclaught (implicit) |
1.0,1 30 Dec 2006 16:02:58
 |
xride  |
Update to version 1.0
Change maintainer
PR: 106551
Submitted by: Diane Bruce <db@db.net>
Approved by: tmclaugh (implicit) |
1.0r1 26 Dec 2006 12:30:21
 |
linimon  |
Reassign maintainership to db@db.net who has been been awaiting maintainer-
timeouts with the PRs she has submitted.
Hat: portmgr |
1.0r1 15 Nov 2006 05:50:40
 |
rafan  |
- Update to 1.0rc1
- 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) |
1.0b3 12 Sep 2006 08:21:39
 |
pav  |
- Mark BROKEN on FreeBSD 4.X: does not compile
Reported by: krismail |
1.0b3 01 Sep 2006 18:14:17
 |
pav  |
The fundamental package needed for scientific computing with Python is
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> |