aboutsummaryrefslogtreecommitdiff
path: root/math/lapack95
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix build on sparc64 ; miscellaneous clean-upsBrendan Fabeny2011-07-213-1110/+53
| | | | | | | | PR: 159055 Approved by: maho Notes: svn path=/head/; revision=278077
* Mark as broken on sparc64: does not link.Mark Linimon2011-07-161-0/+1
| | | | Notes: svn path=/head/; revision=277783
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* 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 examples are buildable with upcoming new Lapack portMaho Nakata2007-09-292-7/+8
| | | | | | | update. Notes: svn path=/head/; revision=200309
* Now it is possible to make EXAMPLE2 dir. Adding ./ for executables.Maho Nakata2007-09-061-2/+9
| | | | Notes: svn path=/head/; revision=198888
* * Forgot to remove extra dir [1].Maho Nakata2007-09-062-3/+2
| | | | | | | | | | * Portlint (still 1 warning), * remove blank lines in pkg-plist. Submitted by: pav via pointyhat [1]. Notes: svn path=/head/; revision=198884
* * Installation of mod files.Maho Nakata2007-09-043-10/+27
| | | | | | | | | * make.inc in example dir has been changed for slightly better one. Spotted by: Anton Shterenlikht <mexas@bristol.ac.uk> Notes: svn path=/head/; revision=198728
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-121-4/+1
| | | | Notes: svn path=/head/; revision=195464
* * Use gfortran42 only and not gcc42.Maho Nakata2007-01-121-3/+5
| | | | | | | * Bump portrevision. Notes: svn path=/head/; revision=182143
* *Bump port revision.Maho Nakata2007-01-103-13/+59
| | | | | | | *Use gfortran compiled atlas/blas/lapack. Notes: svn path=/head/; revision=181938
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Add New port lapack95Maho Nakata2004-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. Notes: svn path=/head/; revision=117551