Commit graph

22 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
Wen Heping
9e8196fbf3 - Update to 1.12.1
PR:		ports/155015
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Approved by:	maintainer
2011-03-08 06:16:40 +00:00
Martin Wilke
c055c90650 - Update to 1.11.0
PR:		142952
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com> (maintainer)
2010-01-21 21:14:25 +00:00
Dmitry Sivachenko
518550053b Chase glpk shlib version.
Bump PORTREVISION.
2010-01-14 12:42:10 +00:00
Gerald Pfeifer
e9ceef6693 Update to version 1.10.0, fixing an existing build error with GCC 4.4 by
means of an additional patch.

Reported by:	pav and miwi (from pointyhat)
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
Approved by:	maintainer timeout
Feature safe:	yes
2009-09-17 13:02:43 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Dmitry Sivachenko
626dd15527 Chase glpk shlib version bump;
PORTREVISION++.
2009-09-04 13:30:29 +00:00
Dmitry Sivachenko
7596afe356 Chase glpk shlib version. 2009-06-24 08:38:23 +00:00
Dmitry Sivachenko
d1b27efe53 Bump glpk shlib version. 2009-04-02 10:05:29 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Dmitry Sivachenko
bbbce59a19 Chase glpk shlib version bump. 2008-12-26 15:14:59 +00:00
Dmitry Marakasov
0eebc3e1f5 - Update to 1.8.2
- Minor port knits

PR:		128701
Submitted by:	"Pedro F. Giffuni" <giffunip at tutopia dot com>
Approved by:	"Co Nijn" <co9co9 at gmail dot com> (maintainer)
2008-11-09 18:41:51 +00:00
Dmitry Sivachenko
3cfb88537a Chase glpk shlib version, bump PORTREVISION. 2008-11-07 14:12:29 +00:00
Dmitry Sivachenko
b9a2e3a0b7 Chase glpk shlib version. 2008-09-04 10:26:41 +00:00
Pav Lucistnik
0a376563d4 - Update to 1.8.0
PR:		ports/126555
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
Approved by:	Co Nijn <co9co9@gmail.com> (maintainer)
2008-08-22 11:36:52 +00:00
Dmitry Sivachenko
f0e03caa81 Chase glpk shlib version bump. 2008-08-15 14:16:01 +00:00
Dmitry Sivachenko
56bb28e7ce Chase glpk shared library version. 2008-07-15 13:03:56 +00:00
Rong-En Fan
8907eef111 - Update to 1.7.4
PR:		ports/123821
Submitted by:	Pedro F. Giffuni <giffunip at tutopia.com> (maintainer)
2008-06-08 11:49:16 +00:00
Edwin Groothuis
3151157fdb On request of maintainer I've mirrored a copy. 2007-12-18 20:13:13 +00:00
Pav Lucistnik
66cb24086d - Update to 1.6.0
PR:		ports/118532
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
Approved by:	Co Nijn <co9co9@gmail.com> (maintainer)
2007-12-15 19:32:34 +00:00
Cheng-Lung Sung
0550947c83 This is a port of Clp (Coin-or linear programming), which is an open-source
linear programming solver written in C++. It is primarily meant to be used as
a callable library, but a basic, stand-alone executable version is also
included.

WWW: http://www.coin-or.org/Clp/index.html

PR:		ports/115185
Submitted by:	Robin Schilham
2007-09-05 01:59:36 +00:00