diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-24 19:47:52 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-04-24 19:47:52 +0000 |
commit | 662486c37e9e3dadb782b011ee4f12bce66f5a34 (patch) | |
tree | 5e688c4622e02247c507e935980b3059df4d817e /math/Makefile | |
parent | d3f1f4d41271509ffa43b7e5d34fc2e4855b1047 (diff) |
This is a slightly modified version of umfpack for use with the Elmer FEM
package.
Among other small changes, Elmer calls umfpack routines from f90 using
umf4_f77wrapper.c from umfpacks demo directory. The elmer-umfpack build
compiles this and includes it in the libumfpack.a.
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Notes
Notes:
svn path=/head/; revision=160347
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 6c2e909db004..f420d6da3d04 100644 --- a/math/Makefile +++ b/math/Makefile @@ -45,6 +45,7 @@ SUBDIR += drgeo SUBDIR += e SUBDIR += eispack + SUBDIR += elmer-umfpack SUBDIR += emacs-calc SUBDIR += emc2 SUBDIR += entropy |