aboutsummaryrefslogtreecommitdiff
path: root/math/superlu_mt
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update math/superlu_mt to version 3.1, along with some cleanups.Thierry Thomas2017-06-1710-147/+92
| | | | | | | | PR: 219265 Submitted by: pfg Notes: svn path=/head/; revision=443735
* Mark some ports failing on aarch64, and, in a few cases, other tier-2Mark Linimon2017-05-021-0/+2
| | | | | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439991
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+1
| | | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry Notes: svn path=/head/; revision=428057
* ${RM} already has -f.Mathieu Arnold2016-10-211-3/+3
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-271-1/+1
| | | | | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary Notes: svn path=/head/; revision=417685
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* - Don't install static libraries with INSTALL_LIB (part 2/2)Dmitry Marakasov2015-05-091-2/+2
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385847
* math category: Remove $PTHREAD_LIBSJohn Marino2015-03-252-14/+15
| | | | | | | | | Note that math/PDL did not pass stage-QA before, so it was fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382199
* Cleanup plistAntoine Brodin2014-11-141-2/+0
| | | | Notes: svn path=/head/; revision=372555
* 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
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=361962
* Use stagingBrendan Fabeny2014-07-081-17/+16
| | | | Notes: svn path=/head/; revision=361247
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-4/+4
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* 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-162-6/+9
| | | | | | | | | | | | | | 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
* Ensure sure LDFLAGS are used correctly (which is necessary for newerGerald Pfeifer2014-01-262-2/+13
| | | | | | | | | | | versions of GCC, for example). PR: 182136 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=341172
* 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
* Move USE_GMAKE prior to pre.mk in preparation for USES=gmakeBaptiste Daroussin2013-07-051-1/+1
| | | | Notes: svn path=/head/; revision=322308
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-9/+9
| | | | | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes Notes: svn path=/head/; revision=286242
* Mark broken on sparc64: does not link.Mark Linimon2011-08-051-0/+5
| | | | Notes: svn path=/head/; revision=278933
* take in some orphansBrendan Fabeny2011-07-241-1/+1
| | | | Notes: svn path=/head/; revision=278221
* Update WWWBaptiste Daroussin2011-03-152-3/+1
| | | | | | | While here remove MD5 Notes: svn path=/head/; revision=270922
* Mark as broken with gotoblas, and rewrite gotoblas part.Maho Nakata2010-02-162-8/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249918
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+2
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - update to newer distfileDirk Meyer2009-09-262-10/+8
| | | | | | | | | | | - use new DIST_SUBDIR Verified changes, includes, type casts, small functional changes. PR: 139043 Submitted by: Sylvio Cesar Feature safe: yes Notes: svn path=/head/; revision=242119
* 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
* Mark BROKEN: checksum mismatchErwin Lansing2009-08-141-0/+2
| | | | Notes: svn path=/head/; revision=239528
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
| | | | Notes: svn path=/head/; revision=225403
* Hopefully fix the build...Maho Nakata2008-09-021-4/+0
| | | | Notes: svn path=/head/; revision=219631
* Mark BROKEN: does not install.Erwin Lansing2008-08-061-0/+2
| | | | Notes: svn path=/head/; revision=218100
* A fix.Maho Nakata2008-07-171-2/+3
| | | | Notes: svn path=/head/; revision=216943
* I belive this should fix the build.Maho Nakata2008-07-151-2/+2
| | | | Notes: svn path=/head/; revision=216851
* Omit @ to see what is happening.Maho Nakata2008-07-141-2/+2
| | | | Notes: svn path=/head/; revision=216814
* Build fix. (hopefully...)Maho Nakata2008-07-091-3/+3
| | | | | | | Submitted by: pav and itetcu Notes: svn path=/head/; revision=216580
* Build fix on amd64.Maho Nakata2008-07-032-13/+8
| | | | | | | Submitted by: itetcu Notes: svn path=/head/; revision=216202
* Fix build.Maho Nakata2008-07-021-0/+1
| | | | | | | Submitted by: itetcu (QA Tindy) Notes: svn path=/head/; revision=216123
* Update pkg-descr as well.Maho Nakata2008-07-021-1/+1
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=216116
* * Enhancements to math/superlu_mt [1].Maho Nakata2008-07-028-66/+199
| | | | | | | | | | | * Making shared lib. * Select BLAS. PR: 124785 [1] Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=216109
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-141-4/+1
| | | | Notes: svn path=/head/; revision=195551
* * Use gfortran42 only and not gcc42.Maho Nakata2007-01-121-9/+14
| | | | | | | * Bump portrevision. Notes: svn path=/head/; revision=182162
* Use blas instead of atlasMaho Nakata2006-06-211-5/+13
| | | | | | | | PR: 99189 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=165898
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Add SHA256Pav Lucistnik2005-11-251-0/+2
| | | | Notes: svn path=/head/; revision=149432
* -Update to 1.0.20050524, they never bump version so add date in it on our own.Jeremy Messenger2005-07-257-61/+4
| | | | | | | | | | -Remove the BROKEN, DEPRECATED and EXPIRATION_DATE. PR: ports/83938 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Notes: svn path=/head/; revision=140064
* This port is scheduled for deletion on 2005-09-22 if it is still brokenKris Kennaway2005-07-231-0/+2
| | | | | | | at that time and no PRs have been submitted to fix it. Notes: svn path=/head/; revision=139936