aboutsummaryrefslogtreecommitdiffstats
path: root/math/mumps
Commit message (Collapse)AuthorAgeFilesLines
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-11-221-3/+3
| | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
* take in some orphansbf2011-07-241-1/+1
|
* Chase the upgrade of MPICH2.thierry2011-02-262-2/+1
| | | | | | | Since I'm there, pet portlint where needed, e.g. by removing oblsolete MD5 checksums. PR: ports/154715
* Chase the upgrade of MPICH2.thierry2010-11-152-1/+2
|
* - Update to 4.8.4wen2009-12-012-5/+4
| | | | | PR: ports/140987 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
* - Chase relocation of net/mpich2thierry2009-11-282-12/+12
| | | | | | - Bump PORTREVISION if needed - Fix some portlint errors.
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-0/+1
|
* Take the MAINTAINER_MODE out of the regression-test target (not for thethierry2008-11-101-4/+2
| | | | | | -mpi case). Submitted by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* Upgrade to 4.8.3.thierry2008-10-273-15/+39
| | | | | | Changelog at <http://graal.ens-lyon.fr/MUMPS/index.php?page=dwnld#cl>. Noticied by: Pedro F. Giffuni <giffunip (at) yahoo (dot) com>
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-5/+2
|
* Upgrade to MUMPS 4.7.3.thierry2007-05-273-14/+17
| | | | Noticed by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* 1. A build fix.maho2007-03-153-15/+18
| | | | | 2. Now recognize ATLAS/BLAS automatically. 3. Do not activate -mpich for default.
* * Migrate to gfortran.maho2007-01-132-3/+8
| | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack.
* Migrate to gforntran42.maho2007-01-111-14/+11
| | | | Bump portrevision
* Unmark BROKEN: fixed with gcc-withfortran-4.1.2_20061208.thierry2006-12-111-2/+0
|
* BROKEN: Does not buildkris2006-12-011-0/+2
|
* Chase bsd.gcc.mk and remove an extra dependency.thierry2006-10-021-3/+0
| | | | Reminded by: Pedro F. Giffuni <giffunip (at) yahoo.com>
* - Switch to MPICH2;thierry2006-07-252-12/+55
| | | | | | - Add RUN_DEPENDS to BLACS & SCALAPACK if built with MPICH; - Add a regression-test target.
* - The version version number has been bumped to 4.6.3.2 within the samethierry2006-07-122-3/+5
| | | | | | | | | | | 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
* Reset maintainership: Pedro's dev machine has been stolen :-(thierry2006-07-011-1/+1
| | | | | | Hoping to see you back soon! Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
* Upgrade to 4.6.3. Changes include:thierry2006-06-252-7/+9
| | | | | | | | | | | | | | | | | | 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>
* MUMPS, the MUltifrontal Massively Parallel sparse direct Solver, is thethierry2006-06-036-0/+308
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>