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

28 Commits

Author SHA1 Message Date
Gerald Pfeifer
1cd277bdce 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)
2014-03-10 20:55:20 +00:00
Tijl Coosemans
564a799c71 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)
2014-02-16 17:15:31 +00:00
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
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
004a7c5ac2 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
2011-11-22 11:14:10 +00:00
Brendan Fabeny
57f8ecd37c take in some orphans 2011-07-24 03:05:21 +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
7db179edb4 Chase the upgrade of MPICH2. 2010-11-14 22:00:23 +00:00
Wen Heping
948cf68fe9 - Update to 4.8.4
PR:		ports/140987
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
2009-12-01 06:13:39 +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
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
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Thierry Thomas
77ed548cf3 Take the MAINTAINER_MODE out of the regression-test target (not for the
-mpi case).

Submitted by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2008-11-10 15:40:43 +00:00
Thierry Thomas
252021bdaf Upgrade to 4.8.3.
Changelog at <http://graal.ens-lyon.fr/MUMPS/index.php?page=dwnld#cl>.

Noticied by:	Pedro F. Giffuni <giffunip (at) yahoo (dot) com>
2008-10-26 20:07:41 +00:00
Maho Nakata
597fc2c3c8 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-14 02:21:32 +00:00
Thierry Thomas
b1876f270f Upgrade to MUMPS 4.7.3.
Noticed by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2007-05-27 08:31:46 +00:00
Maho Nakata
71954f402b 1. A build fix.
2. Now recognize ATLAS/BLAS automatically.
3. Do not activate -mpich for default.
2007-03-15 06:04:09 +00:00
Maho Nakata
826e294dda * Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
2007-01-12 23:57:22 +00:00
Maho Nakata
3490a021f9 Migrate to gforntran42.
Bump portrevision
2007-01-11 01:52:26 +00:00
Thierry Thomas
77945bb9d6 Unmark BROKEN: fixed with gcc-withfortran-4.1.2_20061208. 2006-12-10 22:44:08 +00:00
Kris Kennaway
44ef06c2a8 BROKEN: Does not build 2006-11-30 23:32:27 +00:00
Thierry Thomas
18699495ab Chase bsd.gcc.mk and remove an extra dependency.
Reminded by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2006-10-01 21:14:55 +00:00
Thierry Thomas
963b824f4a - Switch to MPICH2;
- Add RUN_DEPENDS to BLACS & SCALAPACK if built with MPICH;

- Add a regression-test target.
2006-07-25 08:44:05 +00:00
Thierry Thomas
eff2898990 - The version version number has been bumped to 4.6.3.2 within the same
tarball:

  Diff available at
  <http://people.freebsd.org/~thierry/ports/MUMPS_4.6.3_MUMPS_4.6.3.2.diff>

- Add a direct download URL.

Reported by:	linimon
2006-07-12 06:01:46 +00:00
Thierry Thomas
f6e6a00f01 Reset maintainership: Pedro's dev machine has been stolen :-(
Hoping to see you back soon!

Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
2006-07-01 12:16:44 +00:00
Thierry Thomas
69f083ba7a Upgrade to 4.6.3. Changes include:
A new version of the powerful solver has been released. Changes include:

* Reduced memory usage for symmetric matrices (compressed CB)
* Reduced memory allocation for parallel executions
* Scheduler parameters for parallel executions modified
* Memory estimates (that were too large) corrected with
  2Dcyclic Schur complement option
* Portability improved (C/Fortran interfacing for strings)
* The situation leading to Warning "RHS associated in MUMPS_301"
  no more occurs.
* Parameters INFO/RINFO from the Scilab/Matlab API are now called
  INFOG/RINFOG in order to match the MUMPS user's guide.

PR:		ports/99393
Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org>
2006-06-24 21:35:14 +00:00
Thierry Thomas
0a44455f19 MUMPS, the MUltifrontal Massively Parallel sparse direct Solver, is the
fastest matrix solver available for FreeBSD. It requires a F90 compiler
so it's built with gfortran, however care was taken to ensure it will
work with g77 while a the default compiler is changed.

PR:		ports/98107
Submitted by:	Pedro Giffuni <giffunip (at) asme.org>
2006-06-03 12:34:09 +00:00