aboutsummaryrefslogtreecommitdiffstats
path: root/math/lapack95
Commit message (Collapse)AuthorAgeFilesLines
* Stagify.thierry2014-08-241-16/+15
|
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Reset maintainership for ports not staged with no pending PRbapt2014-07-241-1/+1
| | | | With hat: portmgr
* Modernize LIB_DEPENDSbapt2014-07-151-3/+3
| | | | 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-1/+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)
* math/lapack95: Mark jobs unsafemarino2013-08-141-5/+3
| | | | | | Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit)
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-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
* Fix build on sparc64 ; miscellaneous clean-upsbf2011-07-213-1110/+53
| | | | | PR: 159055 Approved by: maho
* Mark as broken on sparc64: does not link.linimon2011-07-161-0/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* 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
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1
|
* Now examples are buildable with upcoming new Lapack portmaho2007-09-292-7/+8
| | | | update.
* Now it is possible to make EXAMPLE2 dir. Adding ./ for executables.maho2007-09-061-2/+9
|
* * Forgot to remove extra dir [1].maho2007-09-062-3/+2
| | | | | | | * Portlint (still 1 warning), * remove blank lines in pkg-plist. Submitted by: pav via pointyhat [1].
* * Installation of mod files.maho2007-09-043-10/+27
| | | | | | * make.inc in example dir has been changed for slightly better one. Spotted by: Anton Shterenlikht <mexas@bristol.ac.uk>
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-121-4/+1
|
* * Use gfortran42 only and not gcc42.maho2007-01-121-3/+5
| | | | * Bump portrevision.
* *Bump port revision.maho2007-01-103-13/+59
| | | | *Use gfortran compiled atlas/blas/lapack.
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Add New port lapack95maho2004-08-295-0/+1148
LAPACK95 is a Fortran 95 interface to the Fortran 77 LAPACK library. It improves upon the original user-interface to the LAPACK package, taking advantage of the considerable simplifications which Fortran 95 allows. The design of LAPACK95 exploits assumed-shape arrays, optional arguments, and generic interfaces. The Fortran 95 interface has been implemented by writing Fortran 95 ``wrappers'' to call existing routines from the LAPACK package. This interface can persist unchanged even if the underlying Fortran 77 LAPACK code is rewritten to take advantage of the new features of Fortran 95.