diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-07 03:13:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-07 03:13:41 +0000 |
commit | 94d36e079d6250bcf8657270a5c3adea46da827c (patch) | |
tree | d3be71a04b864bfb1a1a1af126aa547262bbaff4 /math/Makefile | |
parent | Add arpack++, an object-oriented version of the ARPACK package. (diff) |
Add FreeFem++, an extension of freefem, an implementation of the Gfem
language dedicated to the finite element method.
PR: ports/58536
Submitted by: Thierry Thomas <thierry@pompo.net>
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 4064ab17baa6..143bf09a8b56 100644 --- a/math/Makefile +++ b/math/Makefile @@ -38,6 +38,7 @@ SUBDIR += fftpack SUBDIR += fftw SUBDIR += freefem + SUBDIR += freefem++ SUBDIR += fudgit SUBDIR += fung-calc SUBDIR += fxt |