MUMPS is a Distributed Multifrontal Solver (F90, MPI based) with Dynamic Distributed Scheduling to accomodate both numerical fill-in and multi-user environment. - Solution of large linear systems with symmetric positive definite matrices; general symmetric matrices; general unsymmetric matrices. - Version for complex arithmetic. - Parallel factorization and solve phases (uniprocessor version also available). - Iterative refinement and backward error analysis. - Various matrix input formats: assembled format; distributed assembled format; elemental format. - Partial factorization and Schur complement matrix. - Several orderings interfaced : AMD, AMF, PORD, METIS WWW: http://graal.ens-lyon.fr/MUMPS/ repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc33
Commit message (Expand)AuthorAgeFilesLines
* Update to the 20041103 snapshot of GCC 3.3.5.gerald2004-11-042-13/+13
* Update to the 20041013 snapshot.gerald2004-10-202-13/+13
* Update to the 20040901 snapshot of GCC 3.3.5.gerald2004-09-022-13/+13
* Update to the 20040630 snapshot and change the version to 3.3.5.gerald2004-07-052-18/+17
* Mark BROKEN on amd64. It looks like the system compiler miscompiles this,gerald2004-07-041-3/+4
* Update to the 2004-06-16 snapshot of GCC 3.3.4.gerald2004-06-182-13/+13
* Update to the 2004-05-05 snapshot of GCC 3.3.4.gerald2004-05-152-13/+13
* Remove support for WITH_BOUNDSCHECKING which was broken most of the timegerald2004-05-041-25/+1
* Update to the 2004-04-11 snapshot and a later version of the bounds checkinggerald2004-04-182-15/+18
* Add a WITHOUT_LIBJAVA knob, which disables building libgcj and thus savesgerald2004-03-283-40/+48
* Update to the 20040308 snapshot of GCC 3.3.4.gerald2004-03-142-23/+17
* Mark broken on amd64 (which used to be called x86_64).gerald2004-02-181-0/+4
* Update to the 2004-02-16 snapshot of GCC 3.3.4.gerald2004-02-172-17/+16
* Fix build on systems without a decent version of Perl.gerald2004-02-081-6/+8
* Update to the 2004-02-02 snapshot of GCC 3.3. (Add distinfo part.)gerald2004-02-061-12/+12
* Update to the 2004-02-02 snapshot of GCC 3.3.gerald2004-02-061-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* Consider another instance of the man pages not being generated if Perl 5.6gerald2004-02-021-6/+6
* The Fortran frontend binary is called g77, not f77.gerald2004-01-301-1/+1
* Update to the 2004-01-26 snapshot of GCC 3.3. Introduce a new make variablegerald2004-01-272-24/+34
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+1
* Add missing part of yesterday's commit.gerald2004-01-211-6/+12
* Update to the 2004-01-19 snapshot of GCC 3.3. Employ USE_SIZE.gerald2004-01-211-1/+2
* Configure with --program-suffix and make related and further simplifications.gerald2004-01-182-21/+14
* Sync handling of man pages with the gcc34 port. Merge in my 2004/01/09gerald2004-01-182-17/+11
* Update to the 2004-01-12 snapshot of GCC 3.3. Make the automatic generationgerald2004-01-142-15/+18
* Update to the 2004-01-05 snapshot. On the way, combine and simplify thegerald2004-01-063-25/+13
* Update to the 2003-12-22 snapshot.obrien2003-12-262-9/+8
* Update to the 2003-12-08 snapshot. Simplify handling of .info files, andgerald2003-12-153-23/+17
* Update to the 2003-12-01 snapshot (quite some fixes).gerald2003-12-072-8/+8
* Significantly simplify and shorten the post-install handling of GCJ includegerald2003-11-161-26/+7
* Restore support for gij.gerald2003-11-091-1/+1
* Update to the 2003-11-03 snapshot of GCC 3.3.3. Handle binaries that aregerald2003-11-092-12/+20
* Build GCC using `make bootstrap-lean` instead of `make bootstrap` to increasegerald2003-11-091-1/+1
* Use an updated version of the bounds checking patch which applies w/ogerald2003-10-222-2/+2
* Adopt this port.gerald2003-10-211-1/+1
* Update to a slightly newer version of the optional bounds checking patches,gerald2003-10-202-5/+5
* Update to the GCC 3.3.2 release, fixing packaging problems caused by thegerald2003-10-172-48/+17
* Update from the 2003-08-04 to the 2003-10-13 snapshot which essentiallygerald2003-10-163-11/+10
* - ECHO -> ECHO_MSGedwin2003-09-271-3/+3
* Update the optional GCC bounds checking patch to the latest version whichgerald2003-08-122-1/+3
* Upgrade to the 4-Aug-2003 GCC 3.3.1 in-development snapshot.obrien2003-08-072-8/+7
* style nit.obrien2003-08-051-1/+1
* Use the nice new infrastructure for handling .info files. It's so muchgerald2003-08-052-22/+2
* Upgrade to the 28-July-2003 GCC 3.3.1 in-development snapshot.obrien2003-08-042-19/+19
* Use ${STRIP_CMD} instead of strip. Strip some additional files and simplifygerald2003-07-121-17/+16
* My manpage creation fake-out broke with 3.1.1. Give up and add a buildobrien2003-07-121-0/+1
* Add checksum for bounds-checking-gcc-3.3-1.00.patch.bz2 lost by revision 1.69.gerald2003-07-101-0/+1
* Upgrade to the 7-July-2003 GCC 3.3.1 in-development snapshot.obrien2003-07-103-18/+17
* Add bounds-checking support using Herman ten Brugge's patches.gerald2003-06-183-1/+36
* Don't remove the share/java and share/java/classes system directories.kris2003-06-091-2/+0
* Update to the official release of GCC 3.3. On the way, somewhat restructuregerald2003-05-153-24/+20
* Update to the second prerelease of GCC 3.3. Add support for the coregerald2003-05-092-6/+16
* I now made .bz2 sources available on gcc.gnu.org, so again use these insteadgerald2003-05-081-3/+1
* Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.gerald2003-05-073-38/+20
* Remove --with-gnu-as --with-gnu-ld, which are actually no-ops.gerald2003-05-061-1/+1
* Properly add the "[FreeBSD]" marker to the GCC version string also forgerald2003-05-061-1/+1
* G++ headers are now installed in c++/<gcc_ver> rather than g++-v3.obrien2003-05-061-1/+1
* Upgrade to the 28-April-2003 GCC 3.3 in-development snapshot.obrien2003-05-042-6/+6
* Upgrade to the 21-April-2003 GCC 3.3 in-development snapshot.obrien2003-04-282-6/+6
* Merge targets pre-configure and pre-build, simplify them, and removegerald2003-04-262-20/+2
* Make MAINTAINER overrideable by slave ports.gerald2003-04-251-1/+1
* Fifty-one months after ELF flag day, and after the system compiler becamegerald2003-04-243-96/+0
* Further fixes to pkg-plist. (Tested according to Porter's Handbook 2.4 ongerald2003-04-231-3/+1
* Allow YACC to be used, rather than Bison, for C/C++.obrien2003-04-231-0/+29
* merge changes from gcc32 to gcc33 after testingdinoex2003-04-212-7/+36
* Not sure how I missed these patches in my 24-March-2003 GCC 3.3obrien2003-04-212-90/+10
* Remove files/patch-t-freebsd. The underlying problem has been fixed ingerald2003-04-171-10/+0
* Remove the last part of jdp's profile fixes from 1998/10/08, which actuallygerald2003-04-151-11/+0
* Appease portlint by various whitespace changes. Remove last traces ofgerald2003-04-061-12/+8
* Finally remove the parts of this patch that date back to 1998 and have nowgerald2003-04-031-24/+0
* Remove special alpha optimization warning. alpha support now should begerald2003-04-021-20/+0
* LATEST_LINK can now be overwritten by the slave port.dinoex2003-03-311-1/+1
* Upgrade to the 24-March-2003 GCC 3.3 in-development snapshot.obrien2003-03-303-18/+60
* Fix COMMENT and a Makefile comment.gerald2003-03-251-2/+2
* De-pkg-comment.knu2003-02-212-1/+1
* Use the most modern spelling of egcs.cygnus.com.obrien2002-12-041-1/+1
* The effort to maintain these for FreeBSD just isn't worth it with the lackobrien2002-11-051-1/+1
* Use MASTER_SITES_GCC.knu2002-10-201-3/+2
* Upgrade to the 14-Oct-2002 GCC 3.3 in-development snapshot.obrien2002-10-182-9/+9
* Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout.obrien2002-10-115-146/+165
* ftp://ftp.netwinder.org/ is no longer a MASTER_SITE.gerald2002-07-311-1/+0
* This is now in the stock FSF sources.obrien2002-05-191-64/+0
* Upgrade to a 18-May-2002 GCC 3.2 in-development checkout.obrien2002-05-181-15/+15
* GCC 2.95 and later aren't called egcs (any longer). Also updategerald2002-04-172-13/+3
* GCC 2.95 and later aren't called egcs (any longer), so remove two patchesgerald2002-04-122-23/+0
* Upgrade to a 06-April-2002 GCC 3.2 in-development checkout.obrien2002-04-072-30/+30
* Upgrade to a 27-March-2002 GCC 3.2 in-development checkout.obrien2002-03-292-24/+28
* Upgrade to a 12-March-2002 GCC 3.2 in-development checkout.obrien2002-03-131-2/+2
* Upgrade to the 10-March-2002 GCC 3.2 in-development snapshot.obrien2002-03-132-41/+46
* Mark broken while I find a suitable snapshot.obrien2002-03-101-0/+1
* Sync with gcc30's style.obrien2002-03-053-85/+39
* Upgrade to the 25-Feb-2002 GCC 3.1 development snapshot.obrien2002-03-033-28/+10
* Update to the 2002-02-04 snapshot.obrien2002-02-102-6/+6
* This allows the port to build, but it still has install problems.obrien2002-02-051-2/+5
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.obrien2002-02-0311-297/+202
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-7/+7
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ...lioux2001-11-211