aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-db3-utils.h
Commit message (Expand)AuthorAgeFilesLines
* Included information about db3.Christopher James Lahey2001-06-011-0/+29
option value='mate-1.16'>mate-1.16 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/math/sdpa
Commit message (Collapse)AuthorAgeFilesLines
* Stagify.vanilla2014-08-082-15/+11
|
* Reset maintainership for ports not staged with no pending PRbapt2014-07-241-1/+1
| | | | With hat: portmgr
* Modernize LIB_DEPENDSbapt2014-07-151-5/+5
| | | | 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-171-2/+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)
* 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-0/+1
| | | | math)
* - Fix parallel build by telling make(1) that binary depends on a librarydanfe2013-07-261-1/+6
| | | | | | | - Reword COMMENT text while I am here (pkg-descr is still a mess though; Makefile also needs some love and cleaning) Reported by: pointyhat-west
* Convert to USES=gmakebapt2013-07-111-6/+3
|
* Fix typos in COMMENTcs2012-07-291-1/+1
| | | | Approved by: portmgr@ (implicit)
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-11-221-9/+10
| | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
* - Get Rid MD5 supportmiwi2011-03-201-2/+0
|
* Build fix with gotoblas.maho2010-02-161-4/+4
| | | | Feature safe: yes
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-0/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* Update to 7.3.1.maho2009-08-032-13/+9
|
* Update to 7.3.0 (20090321 version).maho2009-04-082-5/+5
|
* Update to 7.2.1 2008/12/24 version.maho2009-02-172-6/+5
|
* Remove CONFIGURE_ENV.maho2009-01-181-1/+0
| | | | Submitted by: gerald@
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-0/+1
|
* Update to 7.2.0 2008/11/23 version.maho2008-12-152-10/+10
|
* Update to SDPA 7.1.1 20080618 version.maho2008-06-212-9/+9
|
* Update to 20080410 of SDPA 7.1.0 and manual.maho2008-04-112-8/+8
|
* Update to 7.1.0 (20080329 version).maho2008-03-312-9/+9
|
* The source file and manual file have the date in itsmaho2008-03-053-12/+16
| | | | filename.
* Fix distinfo for the manual.maho2008-02-291-3/+3
| | | | | | | | | According to the master site, > http://sdpa.indsys.chuo-u.ac.jp/sdpa/ > 2008.2.28 > The software manual of the SDPA (Ver. 7.0.5) is revised. [Download]. Also this is a correct one. (BTW: I'm one of the author of this manual)
* Update to SDPA 7.0.5.maho2008-02-187-238/+35
|
* Mark as broken. It depends on math/atlas which is problematic,maho2007-12-181-0/+2
| | | | and waiting for SDPA7.
* I forgot to update distinfo by last commit,maho2007-07-171-6/+6
| | | | | | > * Also documentations (.ps and .pdf) have been altered slightly. Submitted by: sat
* * Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-4/+1
| | | | * Also documentations (.ps and .pdf) have been altered slightly.
* MASTER_SITES has been changed.maho2007-04-181-1/+1
| | | | Notified by: Katsuki Fujisawa <fujisawa@indsys.chuo-u.ac.jp>
* Fix build.maho2007-01-161-4/+7
| | | | Submitted by: kris via pointyhat.
* one portlint fix.maho2007-01-151-1/+1
|
* Still lapack.h and blas.h are required, though remove dependencymaho2007-01-132-6/+6
| | | | of g2c.h.
* * Migrate to gfortran.maho2007-01-115-15/+49
| | | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack. * somehow archives are changed but no difference by taking diff.
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-2/+0
|
* SHA256ifyedwin2006-01-221-0/+4
| | | | Approved by: krion@
* Fix build and installmaho2005-10-302-7/+8
| | | | Submitted by: kris via pointyhat
* update to 6.2.1maho2005-10-102-6/+6
| | | | Submitted by: edwin
* .else if should be .elif or .elseifmaho2005-07-061-1/+1
| | | | Submitted by: joe, kris
* remakeing optimization flagsmaho2005-07-041-5/+11
|
* Unbreak by updating to 6.2.0maho2005-05-124-26/+25
| | | | | | and now it is relased under GPL Submitted by: kris (broken report)
* BROKEN: Unfetchablekris2005-04-301-0/+2
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Now confirmed that both static and dynamic ATLAS libmaho2004-08-191-2/+2
| | | | has same performance.
* amd64 dislikes -malign-doublemaho2004-08-181-5/+5
|
* o Add WITH_SMP, ATLAS with SMP support. currently seriousmaho2004-08-181-4/+10
| | | | | perfomance loss is observed. o change Intel C++ compiler flags to approprate one.
* USE_ICC -> WITH_ICCmaho2004-08-161-3/+3
| | | | Checked by: portlint
* Add flag USE_ICC, uses intel c/c++ compiliermaho2004-08-161-2/+13
|
* MASTER_SITE have been moved.maho2004-08-162-3/+2
| | | | Reported by: kris