diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-25 03:51:56 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-25 03:51:56 +0800 |
commit | bb55662de36878117474bf8c661c7d88c22b9484 (patch) | |
tree | 23f879714acb87cd420f6653d4c1e394df783536 /math/Makefile | |
parent | 0019810bb91dc3ea4927307c6a994463cdcd4b01 (diff) | |
download | freebsd-ports-gnome-bb55662de36878117474bf8c661c7d88c22b9484.tar.gz freebsd-ports-gnome-bb55662de36878117474bf8c661c7d88c22b9484.tar.zst freebsd-ports-gnome-bb55662de36878117474bf8c661c7d88c22b9484.zip |
BLAS and some Libraries from Scalapack used by Elmer FEM package.
These libraries, as most Elmer packages, are built with a F90 compiler.
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index f420d6da3d04..3dc61029c9ef 100644 --- a/math/Makefile +++ b/math/Makefile @@ -45,6 +45,7 @@ SUBDIR += drgeo SUBDIR += e SUBDIR += eispack + SUBDIR += elmer-mathlibs SUBDIR += elmer-umfpack SUBDIR += emacs-calc SUBDIR += emc2 |