summaryrefslogtreecommitdiff
path: root/math/py-numpy (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Reset maintainer for llwang@infor.orgKubilay Kocak2013-12-181-1/+1
| | | | | | | | | | 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
* math/py-numpy: Remove Atlas WITH_STATIC notification using ECHO_MSGKubilay Kocak2013-12-151-8/+0
| | | | | | | | 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>
* math/py-numpy: Add missing ending quotation to ECHO_MSGKubilay Kocak2013-12-151-1/+1
| | | | | | | Add a missing ending quotation from the last ECHO_MSG command added in r336423. PR: ports/184775 Reported by: Roland Smith <rsmith@xs4all.nl>
* math/py-numpy: Fix static library check that assumes atlas is installedKubilay Kocak2013-12-141-3/+8
| | | | | | | | | | | | | | | | | | | | | - 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)
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | math)
* Add missing files to plist;Dmitry Sivachenko2013-05-212-516/+509
| | | | Fix plist (hopefully) so it fits both python33 and python2.
* Fix DISTFILES for docs.Dmitry Sivachenko2013-05-201-2/+2
| | | | Noted by: Rainer Hurling <rhurlin@gwdg.de>
* Update to version 1.7.0 (and unbreak with python-3.3).Dmitry Sivachenko2013-05-205-542/+549
| | | | | | PR: 178256 Submitted by: Roland Smith <rsmith@xs4all.nl> Approved by: maintainer
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* - Remove automatic dependency to SuiteSparse; use OPTIONS insteadMarcus von Appen2012-10-071-11/+15
| | | | | | | | - Change to new OPTIONS style PR: ports/171349 Submitted by: Li-Lun Wang <llwang@infor.org> (maintainer) Reported by: A.J. Kehoe IV (Nanoman)
* - Restore distinfo of fenv.c/fenv.h for older FreeBSD which were removed in ↵Sunpoet Po-Chuan Hsieh2012-07-281-0/+8
| | | | | | | the commit of 1.6.2 update PR: ports/170224 Submitted by: Li-Lun Wang <llwang@infor.org>
* - Update to 1.6.2Wen Heping2012-06-223-12/+6
| | | | | | | | - Add LICENSE PR: 169162 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer
* - Support for -Wl,rpath= in f2py, now passed by bsd.gcc.mkMichael Scheidell2012-01-262-5/+24
| | | | | | | | - Fix build for comms/wsjt PR: ports/164479 Submitted by: maintainer Approved by: gabor (mentor)
* - Update to 1.6.1Wen Heping2011-12-095-45/+100
| | | | | | | PR: 162894 Submitted by: Gereon Kaiping <kta1c10!gereon@linta.de> Approved by: "Li-Lun Leland Wang" <llwang@infor.org> (maintainer) Feature safe: yes
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-1/+1
| | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
* - Update math/py-numpy to reflect changes in math/atlasRong-En Fan2011-10-092-6/+18
| | | | | | | | - Bump PORTREVISION - Fix build for science/py-scipy PR: ports/161400 Submitted by: Li-Lun Wang <llwang at infor.org> (maintainer)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-0/+2
| | | | | | | | | - 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
* - Slightly simplify the fenv fix, and note that FreeBSDBrendan Fabeny2011-02-222-11/+11
| | | | | | | | | | | 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)
* Update to 1.5.1Beech Rintoul2010-12-012-10/+10
| | | | | | | | Fix doc checksum mismatch PR: ports/152715 Submitted by: Li-Lun Wang (llwang@infor.org) (maintainer) Approved by: itetcu (mentor) (implicit)
* - Update to 1.5.0Philip M. Gollucci2010-10-103-30/+67
| | | | | PR: ports/151234 Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
* - Update to 1.4.1Wen Heping2010-04-263-5/+4
| | | | | | PR: ports/146007 Submitted by: Wen Heping (myself) Approved by: maintainer
* Unbreak.Dmitry Sivachenko2010-03-124-2/+89
| | | | | PR: 143529 Patch from: MAINTAINER ("Li-Lun Wang (Leland Wang)" <llwang@infor.org>)
* - Mark BROKEN: does not buildPav Lucistnik2010-03-021-0/+2
| | | | | Reported by: pointyhat Feature safe: yes
* - Update to 1.4.0Li-Wen Hsu2010-01-313-27/+110
| | | | | | PR: ports/142116 Submitted by: wen Approved by: "Li-Lun Wang (Leland Wang)" <llwang AT infor.org> (maintainer)
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with M
* * Fix build of science/py-scipy when math/suitesparse is installed, byLi-Wen Hsu2009-07-134-10/+18
| | | | | | | | | | | | 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)
* - Update to 1.3.0Martin Wilke2009-05-293-13/+33
| | | | | | PR: 134221 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout
* - Update to 1.2.1Pav Lucistnik2009-01-112-5/+4
| | | | | | PR: ports/129581 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: Li-Lun "Leland" Wang" <llwang@infor.org> (maintainer)
* Remove run-time dependency on lang/gcc42 which is now transparentlyGerald Pfeifer2009-01-082-8/+9
| | | | | | handled by USE_FORTRAN. Tweak various aspects of configuration. Submitted by: Li-Lun "Leland" Wang <llwang@infor.org> (maintainer)
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
|
* - Update to 1.2.0Martin Wilke2008-10-113-106/+83
| | | | | | PR: 127865 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer
* - Fix installation while WITH_ATLAS is specified [1]Li-Wen Hsu2008-09-083-1/+3
| | | | | | | | | - Fix plist PR: ports/126960 [1] Submitted by: Arjan Gijsberts <arjan AT liralab.it> Approved by: maintainer Approved by: portmgr (erwin)
* Restore PORTEPOCH that got lost in the previous revision.Erwin Lansing2008-08-141-0/+1
|
* Update to 1.1.1Hye-Shik Chang2008-08-144-137/+145
|
* - Add lang/gcc42 into RUN_DEPENDSLi-Wen Hsu2008-04-171-9/+3
| | | | | | | - Remove ${PYTHON_REL} < 200 old stuff - Remove definitions that already include in bsd.gcc.mk Approved by: maintainer via IRC
* - Update to 1.0.4Rong-En Fan2008-04-097-87/+113
| | | | | | PR: ports/122492 Submitted by: dikshie <dikshie at lapi.itb.ac.id> Approved by: Li-Lun "Leland" Wang <llwang at infor.org> (maintainer)
* - Remove CONFLICT, lang/f2py removedThomas Abthorpe2007-09-271-2/+0
| | | | Approved by: miwi (co-mentor)
* - I added -fPIC to compile_switch to work around build of fftpack in scipyDiane Bruce2007-09-026-63/+66
| | | | | | | | | | | 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)
* - USE_FORTRAN=yes to use FORTRAN compiler.Diane Bruce2007-07-271-2/+1
| | | | | Notified by: maho Approved by: ehaupt (mentor)
* - Forgotten files for 1.0.2 commitDiane Bruce2007-06-254-18/+32
| | | | Approved by: ehaupt (mentor)
* Update distinfo, was forgotten by the last commit.Emanuel Haupt2007-06-231-3/+3
| | | | Notified by: bf <bf2006a@yahoo.com>
* - Remove support for 4.xDiane Bruce2007-06-221-8/+4
| | | | | | | | | | - 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)
* - maho wants WANT_FORTRAN knob in gfortran portsDiane Bruce2007-02-261-0/+1
| | | | | Submitted by: maho Approved by: ehaupt (mentor)
* - finish g77 to gfortran conversionDiane Bruce2007-02-094-8/+57
| | | | | | | | | - 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)
* (Forgot to commit)Maho Nakata2007-01-181-0/+11
| | | | | * Migrate to gfortran. * Bump port revision.
* * Migrate to gfortran.Maho Nakata2007-01-182-4/+5
| | | | | | * Bump port revision. Approved by: portmgr(kris)
* - Update to 1.0.1Cheng-Lung Sung2007-01-173-40/+41
| | | | | | PR: ports/107729 Submitted by: clsung Approved by: maintainer (Diane Bruce)
* Fix a run time error, don't append python version to the name of theSoeren Straarup2006-12-301-3/+10
| | | | | | | executable. Submitted by: Diane Bruce (maintainer) Approved by: tmclaught (implicit)