diff options
author | pav <pav@FreeBSD.org> | 2003-12-07 10:47:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-07 10:47:24 +0800 |
commit | 3759f34076834d87619c28e829b713a2c692b7d7 (patch) | |
tree | 655cb0460fe4b8856918feab2c888f7be7290866 /math/Makefile | |
parent | e09da9ac6e7743d21be0db6d9378d0192dae9a3f (diff) | |
download | freebsd-ports-gnome-3759f34076834d87619c28e829b713a2c692b7d7.tar.gz freebsd-ports-gnome-3759f34076834d87619c28e829b713a2c692b7d7.tar.zst freebsd-ports-gnome-3759f34076834d87619c28e829b713a2c692b7d7.zip |
Add arpack++, an object-oriented version of the ARPACK package.
It's just a collection of class templates, because templates are
defined in header (.h) files
PR: ports/58535
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 344c285a163a..4064ab17baa6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -9,6 +9,7 @@ SUBDIR += algae SUBDIR += apc SUBDIR += arpack + SUBDIR += arpack++ SUBDIR += asir2000 SUBDIR += atlas SUBDIR += atlas-devel |