aboutsummaryrefslogtreecommitdiff
path: root/science/2dhf
Commit message (Collapse)AuthorAgeFilesLines
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-3/+3
| | | | | | | | | | | | | | 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
| | | | | | | science) Notes: svn path=/head/; revision=327767
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-2/+2
| | | | | | | | | | | 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
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276984
* - Change sed delimiters away from ,Pav Lucistnik2009-10-041-8/+8
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=242469
* 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
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-141-5/+2
| | | | Notes: svn path=/head/; revision=195539
* To deprecate shells/bash2, dependency has been changed to bash.Maho Nakata2007-02-011-1/+1
| | | | | | | | PR: 108633 Submitted by: bsam Notes: svn path=/head/; revision=183827
* * Use gfortran42 only and not gcc42.Maho Nakata2007-01-121-3/+5
| | | | | | | * Bump portrevision. Notes: svn path=/head/; revision=182141
* *Bump port revision.Maho Nakata2007-01-091-2/+3
| | | | | | | *Use gfortran compiled atlas/blas/lapack. Notes: svn path=/head/; revision=181929
* blas.1 -> blas.2Maho Nakata2007-01-091-1/+1
| | | | Notes: svn path=/head/; revision=181852
* * Migrate to gfortranMaho Nakata2007-01-098-285/+99
| | | | | | | | * Update to 2005.05 version * Change master site Notes: svn path=/head/; revision=181846
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* USE_INTEL should be WITH_INTELMaho Nakata2004-08-161-2/+2
| | | | | | | Noticed by: portlint Notes: svn path=/head/; revision=116392
* Add Intel C/Fortran support via USE_INTELMaho Nakata2004-08-161-2/+2
| | | | Notes: svn path=/head/; revision=116383
* Add intel fortran/c/c++ compiler supportMaho Nakata2004-08-162-3/+21
| | | | Notes: svn path=/head/; revision=116375
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-1/+1
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* SIZEifyMaho Nakata2004-03-191-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104580
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Forgot to remove EXAMPLEDIRMaho Nakata2003-11-091-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=93599
* Fix build on 4-STABLEMaho Nakata2003-08-081-21/+25
| | | | | | | Submitted by: kris via bento Notes: svn path=/head/; revision=86591
* Add bash for BUILD_DEPENDSMaho Nakata2003-07-281-0/+1
| | | | | | | Submitted by: kris via bento Notes: svn path=/head/; revision=85730
* Added a Numerical Hartree-Fock Program for Diatomic Molecules.Maho Nakata2003-07-248-0/+495
This program package calcluates virtually exact solution of the Hartree-Fock and Hartree-Fock-Salter equations for diatomic molecules (distributed under GPL). Notes: svn path=/head/; revision=85513