aboutsummaryrefslogtreecommitdiff
path: root/math/elmer-umfpack
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* - Fix fetch by using garr SF mirror which still has the distfilesDmitry Marakasov2009-08-221-1/+1
| | | | Notes: svn path=/head/; revision=240080
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Pass maintainer to Sylvio Cesar <scjamorim at bsd.com.br>.Marcelo Araujo2009-07-101-1/+1
| | | | Notes: svn path=/head/; revision=237567
* - No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is nowMarcelo Araujo2009-01-201-1/+0
| | | | | | | | | done via Mk/bsd.gcc.mk. Reported by: gerald Notes: svn path=/head/; revision=226543
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-1/+1
| | | | Notes: svn path=/head/; revision=225403
* - Update MASTER_SITES.Marcelo Araujo2008-03-142-5/+5
| | | | | | | | | | | - Project was migrated for SF. - Files as repacked. - BUMP PORTREVISION. Reported by: Pedro <pfgshield-freebsd@yahoo.com> Notes: svn path=/head/; revision=209029
* - Now we use USE_FORTRAN=yes to use FORTRAN compiler.Marcelo Araujo2007-07-121-5/+2
| | | | | | | | Submitted by: maho Approved by: stas (mentor) Notes: svn path=/head/; revision=195504
* - Change my mail address to araujo@.Marcelo Araujo2007-06-291-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470
* Pass maintainership to Marcelo AraujoIon-Mihai Tetcu2007-01-271-1/+1
| | | | | | | | PR: ports/108285 Submitted by: Marcelo Araujo Notes: svn path=/head/; revision=183405
* - make fetchable, same site, another pathBoris Samorodov2007-01-161-2/+2
| | | | | | | | | | - pet portlint, spaces -> tab PR: 107980 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Notes: svn path=/head/; revision=182527
* Remove CONFLICT line by installing in a slightly different name.Maho Nakata2007-01-162-7/+13
| | | | Notes: svn path=/head/; revision=182468
* * Migrate to gfortran.Maho Nakata2007-01-131-4/+5
| | | | | | | * Bump port revision. Notes: svn path=/head/; revision=182285
* Unmark BROKEN: fixed with gcc-withfortran-4.1.2_20061208.Thierry Thomas2006-12-101-2/+0
| | | | Notes: svn path=/head/; revision=179426
* BROKEN: Configure failsKris Kennaway2006-11-301-0/+2
| | | | Notes: svn path=/head/; revision=178392
* math/elmer-umfpack and math/suitesparse conflicts.Maho Nakata2006-10-101-1/+1
| | | | | | | Submitted by: Pedro F. Giffuni Notes: svn path=/head/; revision=175168
* * Split bsd.port.mk pre and post includes into 3 pieces instead of 2, toMark Linimon2006-09-301-3/+0
| | | | | | | | | | | | | | | | | | | | allow OPTIONS to be able to influence dependencies. This is still experimental [1] * Teach bsd.gcc.mk about gfortran [2] * Remove the outdated emulators/linux_base; the new default has been linux_base-fc4. This will allow the outdated port to be removed [3] * Add USE_FIREBIRD macros to bsd.database.mk [4] PR: 93687 [1], 93690 [2], 103184 [3], 103357 [4] Submitted by: shaun [1], Pedro F. Giffuni <giffunip at asme to org> [2], gerald [2], thierry [2], vd [3], skv [4] Notes: svn path=/head/; revision=174200
* Upgrade to 4.4 (PORTEPOCH needed).Thierry Thomas2006-07-122-4/+5
| | | | Notes: svn path=/head/; revision=167627
* Reset maintainership: Pedro's dev machine has been stolen :-(Thierry Thomas2006-07-011-1/+1
| | | | | | | | | Hoping to see you back soon! Submitted by: Pedro F. Giffuni <giffunip (at) asme.org> (maintainer) Notes: svn path=/head/; revision=166704
* This is a slightly modified version of umfpack for use with the Elmer FEMThierry Thomas2006-04-244-0/+54
package. Among other small changes, Elmer calls umfpack routines from f90 using umf4_f77wrapper.c from umfpacks demo directory. The elmer-umfpack build compiles this and includes it in the libumfpack.a. Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=160347