Commit graph

6 commits

Author SHA1 Message Date
Brendan Fabeny
aaa8188de8 Fix build on sparc64 ; miscellaneous clean-ups
PR:		159055
Approved by:	maho
2011-07-21 07:42:26 +00:00
Maho Nakata
2689116541 Now examples are buildable with upcoming new Lapack port
update.
2007-09-29 05:18:59 +00:00
Maho Nakata
b273d3a4a4 Now it is possible to make EXAMPLE2 dir. Adding ./ for executables. 2007-09-06 03:36:18 +00:00
Maho Nakata
72f05065f1 * Installation of mod files.
* make.inc in example dir has been changed for slightly better one.

Spotted by: Anton Shterenlikht <mexas@bristol.ac.uk>
2007-09-04 08:49:43 +00:00
Maho Nakata
a8355d128b *Bump port revision.
*Use gfortran compiled atlas/blas/lapack.
2007-01-10 01:41:21 +00:00
Maho Nakata
99c126e32b Add New port lapack95
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.
2004-08-29 07:49:57 +00:00