Commit graph

31 commits

Author SHA1 Message Date
Gerald Pfeifer
3be3e90f93 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
 - 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)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Brendan Fabeny
6c4fa199d0 Update math/gsl to 1.16 and adjust some dependent ports 2013-08-26 16:06:37 +00:00
Brendan Fabeny
4fd0a4b1c1 Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
2011-05-09 16:42:27 +00:00
Wen Heping
83dad8c7a4 - Update 0.9.5
- Take maintainership
2010-05-25 01:16:43 +00:00
Mark Linimon
cb4c252136 Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
2010-05-23 21:16:16 +00:00
Wen Heping
6905d4a0d8 - Bump PORTREVISION to chase the update of math/gsl 2010-03-29 01:12:27 +00:00
Max Brazhnikov
7cb3294da7 Chase math/gsl update,
bump PORTREVISION
2009-12-01 20:33:45 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Martin Wilke
3381619583 - Chase gsl shlib bump 2009-01-12 20:37:24 +00:00
Hye-Shik Chang
0ec3cf345c Update to 0.9.4
PR:		129011
Submitted by:	Wen Heping <wenheping@gmail.com>
2008-12-04 10:55:34 +00:00
Hye-Shik Chang
1f49f0dda7 Change default array implementation to math/py-numpy. 2008-08-14 06:14:48 +00:00
Hye-Shik Chang
0ce1ee1653 Update to 0.9.3 2008-08-14 05:45:23 +00:00
Philippe Audeoud
d369e5c287 - Chase the gsl shared lib bump.
Approved by:	thierry (mentor)
2008-04-08 13:53:22 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Ying-Chieh Liao
b9ba1ad61e chase math/gsl lib version 2007-06-29 05:46:43 +00:00
Marcus Alves Grando
57c00223d0 - Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
2006-05-06 01:28:22 +00:00
Volker Stolz
1a0652eef3 Unbreak on 4.x
Approved by: perky (maintainer)
2005-11-02 12:11:50 +00:00
Hye-Shik Chang
053db7fc71 Update to 0.3.2 2005-10-10 14:45:18 +00:00
Kris Kennaway
0e5b0c30b4 BROKEN on 4.x: Does not compile 2005-05-21 17:49:09 +00:00
Jean-Yves Lefort
c7f8e50b69 Bump PORTREVISION after the libgsl update.
Obtained from:	thierry
2005-05-02 20:46:12 +00:00
Jean-Yves Lefort
f733c761d0 Chase the libgsl update. 2005-05-02 13:00:18 +00:00
Hye-Shik Chang
5c6d2e0075 Update to 0.3.1. 2005-03-20 18:12:15 +00:00
Volker Stolz
34c8086af5 Chase libgsl-update 2004-07-07 08:22:50 +00:00
Kirill Ponomarev
c92980c328 - Chase libraries to actual math/gsl version.
Submitted by:	kris via bento
2003-10-12 21:57:01 +00:00
Hye-Shik Chang
fbc660cb2c De-pkg-comment for my ports. 2003-02-25 06:25:35 +00:00
Oliver Braun
4ed718b84c Bump gsl shlib version.
Pointed out by:	kris
Forgotten by:	obraun
2003-01-20 10:02:03 +00:00
Patrick Li
79c328afe9 shlib version bump for ports depending on math/gsl 2002-07-23 22:01:09 +00:00
Hye-Shik Chang
10cb7d0c73 Updating my email address.
Approved by: cjh (mentor)
2002-06-25 07:50:58 +00:00
Ying-Chieh Liao
feb3356341 use USE_PYDISTUTILS 2002-04-29 18:05:54 +00:00
Kevin Lo
1b69b390e2 Initial import of Py-gsl 0.0.4
Py-gsl is the Python interface to GNU Scientific Library.

PR: 34927
Submitted by: Hye-Shik Chang <perky@fallin.lv>
2002-02-15 06:47:13 +00:00