aboutsummaryrefslogtreecommitdiff
path: root/math/superlu
Commit message (Collapse)AuthorAgeFilesLines
* math/superlu: Disable enable_tests cmake argument because tests are enabled ↵Yuri Victorovich2018-05-071-2/+2
| | | | | | | | | in the special target Also changed to use CMAKE_ON/CMAKE_OFF. Notes: svn path=/head/; revision=469259
* math/superlu: robert.ayrapetyan@gmail.com takes maintainershipYuri Victorovich2018-05-061-3/+8
| | | | | | | | | | | Also removed the dysfunctional TEST option and added the do-test target that enables the 'make test'. PR: 228009 Submitted by: robert.ayrapetyan@gmail.com Notes: svn path=/head/; revision=469258
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+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
* 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-0/+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
* - Update to version 5.2.1 [1]Pawel Pekala2016-10-123-10/+20
| | | | | | | | | | | - Add OPENBLAS option [1] - Simplify PLIST_SUB generation PR: 213352 [1] Submitted by: dieterich@ogolem.org [1] Notes: svn path=/head/; revision=423876
* Update to 5.2.0.Mathieu Arnold2016-05-093-25/+13
| | | | | | | | | PR: 209298 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=414850
* Update to 5.1.1.Mathieu Arnold2016-03-088-273/+76
| | | | | | | | | PR: 203482 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=410620
* - Fix symbolic link pathDanilo Egea Gondolfo2015-05-021-2/+2
| | | | | | | | | | /usr/local/lib/libsuperlu.a /usr/local/lib/libsuperlu.so -> libsuperlu_4.3.so /usr/local/lib/libsuperlu.so.4 /usr/local/lib/libsuperlu_4.3.so -> libsuperlu.so.2 <-- wrong file name Notes: svn path=/head/; revision=385210
* - Fix library installationDmitry Marakasov2015-03-071-2/+4
| | | | | | | - Mark MAKE_JOBS_UNSAFE, fails spectacularly with -j8 Notes: svn path=/head/; revision=380665
* 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-0/+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
* - StagifyThierry Thomas2014-08-286-93/+152
| | | | | | | | | | | | - Upgrade to 4.3 Changelog at <http://crd-legacy.lbl.gov/~xiaoye/SuperLU/changes.html>. PR: ports/193069 Submitted by: pfg Notes: svn path=/head/; revision=366447
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-231-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362717
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-3/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* 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/+2
| | | | | | | | | | | | | | 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
* Better handling of shared lib.Maho Nakata2012-04-254-15/+41
| | | | | | | | PR: 166703 Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=295453
* Fix pkg-plist.Maho Nakata2012-03-141-1/+1
| | | | | | | | Submitted by: erwin Feature safe: yes Notes: svn path=/head/; revision=293289
* also build shared object instead of only the static archiveMaho Nakata2012-03-141-0/+44
| | | | | | | | | PR: 166010 Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Feature safe: yes Notes: svn path=/head/; revision=293264
* also build shared object instead of only the static archive,Maho Nakata2012-03-143-11/+22
| | | | | | | | | | | and bump portrevision. PR: 166010 Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Feature safe: yes Notes: svn path=/head/; revision=293263
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-4/+0
| | | | Notes: svn path=/head/; revision=271346
* Fix build with gotoblas.Maho Nakata2010-02-162-8/+10
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249917
* 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
* 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
* Enhancements to math/superlu [1] add a knob forMaho Nakata2008-06-202-31/+38
| | | | | | | | | | GotoBLAS/ATLAS/reference BLAS. PR: 124786 [1] Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> [1] Notes: svn path=/head/; revision=215427
* Maual has been updated recently (November 2007).Maho Nakata2008-03-061-3/+3
| | | | | | | Submitted by: erwin Notes: svn path=/head/; revision=208488
* 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-2/+5
| | | | | | | * Bump portrevision. Notes: svn path=/head/; revision=182159
* * We can choose (automatically) math/blas or math/atlasMaho Nakata2007-01-101-9/+14
| | | | Notes: svn path=/head/; revision=181969
* Make fetchable.Maho Nakata2006-08-063-6/+6
| | | | | | | | PR: 101416 Submitted by: thierry Notes: svn path=/head/; revision=169814
* Use blas instead of atlasMaho Nakata2006-06-211-3/+17
| | | | | | | | 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
* Make fetchableMaho Nakata2006-03-151-2/+3
| | | | | | | Submitted by: fenner's distinfo check Notes: svn path=/head/; revision=157138
* Update to 20060201 version of SuperLUMaho Nakata2006-02-135-60/+42
| | | | | | | Submitted by: Pedro F.Giffuni Notes: svn path=/head/; revision=155888
* SHA256ifyEdwin Groothuis2006-01-221-0/+4
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Update to 20041202Maho Nakata2005-03-192-8/+6
| | | | | | | | | | | | | contents of distfile has changed while filename is unchanged: diff is just adding fortran interface of other than double precision, and trivial cleanups and home site of superlu announces that superlu has updated at 2004/Dec/02. PR: 78940 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=131620
* BROKEN: Size mismatchKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129976
* make replaced the defined command by our ${ARCH}.Thierry Thomas2004-09-272-10/+11
| | | | | | | Approved by: portmgr (marcus). Notes: svn path=/head/; revision=118456
* BROKEN on 5.x: Broken by changes to make(1)Kris Kennaway2004-09-261-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118429
* a) unbreak. silent distfile updateMaho Nakata2004-04-122-5/+3
| | | | | | | | | | | | | | distfile has been updated at 2004/April/10th and according to http://crd.lbl.gov/~xiaoye/SuperLU/ o Include "symmetric mode" b) change portversion Submitted by: kris via bento Notes: svn path=/head/; revision=106849
* BROKEN: Size mismatchKris Kennaway2004-04-121-0/+2
| | | | Notes: svn path=/head/; revision=106844
* update to 3.0Maho Nakata2004-04-015-40/+23
| | | | | | | Noticed by: pav (long long ago) and Ricardo <ragomes@sc.usp.br> Notes: svn path=/head/; revision=105860
* SIZEifyMaho Nakata2004-03-191-0/+4
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104580
* - Unbreak checksum, user guide was updated to October 2003 revision.Pav Lucistnik2003-12-071-1/+1
| | | | Notes: svn path=/head/; revision=95232