aboutsummaryrefslogtreecommitdiff
path: root/math/elmer-umfpack
Commit message (Collapse)AuthorAgeFilesLines
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Stagify.Vanilla I. Shu2014-06-181-6/+5
| | | | Notes: svn path=/head/; revision=358239
* Reset the 99 ports still listed under sylvio@John Marino2014-06-111-1/+1
| | | | | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357526
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=347809
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-1/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=344614
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update my mail address to FreeBSDSylvio Cesar Teixeira2009-11-271-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244870
* 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