aboutsummaryrefslogtreecommitdiffstats
path: root/math/superlu_mt
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Mark as broken on powerpc64: build runs away and consumes all memory.linimon2018-07-051-1/+2
| | | | | | I had previously noted this as well. Submitted by: jhibbits
* - Switch to options helpersamdmi32018-05-151-5/+3
| | | | | | - Switch to new test framework Approved by: portmgr blanket
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-1/+1
| | | | version 1.1.0 (via revision 464079).
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-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
* Update math/superlu_mt to version 3.1, along with some cleanups.thierry2017-06-1710-147/+92
| | | | | PR: 219265 Submitted by: pfg
* Mark some ports failing on aarch64, and, in a few cases, other tier-2linimon2017-05-031-0/+2
| | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-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
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-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
* ${RM} already has -f.mat2016-10-211-3/+3
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-281-1/+1
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-6/+6
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Don't install static libraries with INSTALL_LIB (part 2/2)amdmi32015-05-091-2/+2
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* math category: Remove $PTHREAD_LIBSmarino2015-03-252-14/+15
| | | | | | Note that math/PDL did not pass stage-QA before, so it was fixed. approved by: PTHREAD blanket
* Cleanup plistantoine2014-11-141-2/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-161-0/+2
|
* Use stagingbf2014-07-081-17/+16
|
* Convert GMAKE to MAKE_CMDbapt2014-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
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-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)
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-172-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)
* Ensure sure LDFLAGS are used correctly (which is necessary for newergerald2014-01-262-2/+13
| | | | | | | | versions of GCC, for example). PR: 182136 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Approved by: maintainer timeout
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | math)
* Move USE_GMAKE prior to pre.mk in preparation for USES=gmakebapt2013-07-051-1/+1
|
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-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
* Mark broken on sparc64: does not link.linimon2011-08-051-0/+5
|
* take in some orphansbf2011-07-241-1/+1
|
* Update WWWbapt2011-03-152-3/+1
| | | | While here remove MD5
* Mark as broken with gotoblas, and rewrite gotoblas part.maho2010-02-162-8/+9
| | | | Feature safe: yes
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-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.
* - update to newer distfiledinoex2009-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
* 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
* Mark BROKEN: checksum mismatcherwin2009-08-141-0/+2
|
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-0/+1
|
* Hopefully fix the build...maho2008-09-021-4/+0
|
* Mark BROKEN: does not install.erwin2008-08-061-0/+2
|
* A fix.maho2008-07-171-2/+3
|
* I belive this should fix the build.maho2008-07-151-2/+2
|
* Omit @ to see what is happening.maho2008-07-141-2/+2
|
* Build fix. (hopefully...)maho2008-07-091-3/+3
| | | | Submitted by: pav and itetcu
* Build fix on amd64.maho2008-07-032-13/+8
| | | | Submitted by: itetcu
* Fix build.maho2008-07-021-0/+1
| | | | Submitted by: itetcu (QA Tindy)
* Update pkg-descr as well.maho2008-07-021-1/+1
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
* * Enhancements to math/superlu_mt [1].maho2008-07-028-66/+199
| | | | | | | | * Making shared lib. * Select BLAS. PR: 124785 [1] Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-4/+1
|
* * Use gfortran42 only and not gcc42.maho2007-01-121-9/+14
| | | | * Bump portrevision.
* Use blas instead of atlasmaho2006-06-211-5/+13
| | | | | PR: 99189 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* - Add SHA256pav2005-11-251-0/+2
|
* -Update to 1.0.20050524, they never bump version so add date in it on our own.mezz2005-07-257-61/+4
| | | | | | | -Remove the BROKEN, DEPRECATED and EXPIRATION_DATE. PR: ports/83938 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2
| | | | at that time and no PRs have been submitted to fix it.
* BROKEN: Size mismatchkris2005-07-111-0/+2
|
* make replaced the defined command by our ${ARCH}.thierry2004-09-272-9/+10
| | | | Approved by: portmgr (marcus).
* BROKEN on 5.x: Broken by changes to make(1)kris2004-09-261-1/+7
| | | | Approved by: portmgr (self)
* SIZEify.trevor2004-01-301-0/+2
|
* Add new port superlu_mtmaho2003-07-1210-0/+184
PR: 52033 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>