aboutsummaryrefslogtreecommitdiff
path: root/math/lapack95
Commit message (Collapse)AuthorAgeFilesLines
* 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