1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

29 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
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Martin Wilke
fb3520254a - Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
2013-03-05 17:07:43 +00:00
Brendan Fabeny
5930109e8e add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriate
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly
note the restrictive license of the metis ports (while here, append the MPI port to
*DEPENDS in math/parmetis, rather than using an assignment)

PR:		169578
2012-07-09 11:11:44 +00:00
Brendan Fabeny
028efa759f Adopt
Feature safe:	yes
2011-11-19 09:04:39 +00:00
Dennis Herrmann
d5e533cc12 - Update to 4.0
PR:		ports/160126
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-09-01 17:46:30 +00:00
Baptiste Daroussin
d389c2f0a8 Deprecate some ports where I can't find distfiles and upstream 2011-08-02 17:04:00 +00:00
Stephen Montgomery-Smith
9302dab78d - Add option to use /net/openmpi instead of net/mpich2
- portlint

PR:		ports/156331
Submitted by:	Klaus Aehlig <aehlig@linta.de>
Approved by:	maho (mentor)
2011-06-21 02:02:05 +00:00
Thierry Thomas
48883ba9ac Chase the upgrade of MPICH2.
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.

PR:		ports/154715
2011-02-26 09:56:51 +00:00
Thierry Thomas
532f881192 - Chase relocation of net/mpich2
- Bump PORTREVISION if needed

- Fix some portlint errors.
2009-11-28 10:44:56 +00:00
Dmitry Marakasov
df54d6d498 - Fix plist for NOPORTDOCS case
Reported by:	QAT
2008-08-24 20:13:27 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Mark Linimon
ebc57d8c22 Return to pool due to lack of time on maintainer's part.
Hat:		portmgr
2007-03-12 15:51:15 +00:00
Thierry Thomas
384e66ad67 Change dependence to net/mpich2.
PR:		ports/100729
Approved by:	maintainer's time-out (since Jul 22)
2006-10-07 22:07:22 +00:00
Jean Milanez Melo
6d487c9bf6 - Fix mastersite
- Add WWW
- Make portlint happy

PR:		ports/94482
Approved by:	maintainer timeout (15 days), mnag (mentor)
2006-04-05 11:48:11 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Peter Pentchev
91189378b5 Update to ParMetis 3.1.
PR:		57737
Submitted by:	maintainer
2003-10-08 11:29:48 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Akinori MUSHA
090ec19d9c Add parallel to CATEGORIES.
PR:		ports/39094
Submitted by:	trevor
2002-11-24 13:41:11 +00:00
Ying-Chieh Liao
264ee57ce6 upgrade to 3.0
PR:		39144
Submitted by:	maintainer
2002-09-21 06:41:01 +00:00
Kris Kennaway
bbd386c70a Fix plist 2001-03-11 03:25:52 +00:00
Satoshi Asami
1df1a17abc Convert to PORTNAME/PORTVERSION. 2000-04-14 07:20:58 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Steve Price
d6b3478d77 Initial import of ParMetis version 2.0.
A package for parallel (mpi) unstructured graph partitioning.

PR:		11783
Submitted by:	Eoin Lawless <eoin@maths.tcd.ie>
1999-06-09 01:47:33 +00:00