diff options
author | will <will@FreeBSD.org> | 2000-04-07 09:47:51 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-07 09:47:51 +0800 |
commit | ea89f63044f006d03e55589702fea4acd1697f06 (patch) | |
tree | 82e6cc3cdadcdc5d1f484e5baf1438b220091931 /math/Makefile | |
parent | db9cb7494c874692172f27b8a85de71558eb42aa (diff) | |
download | freebsd-ports-gnome-ea89f63044f006d03e55589702fea4acd1697f06.tar.gz freebsd-ports-gnome-ea89f63044f006d03e55589702fea4acd1697f06.tar.zst freebsd-ports-gnome-ea89f63044f006d03e55589702fea4acd1697f06.zip |
Add LinAlg, an extended C++ math library. Unfortunately, it can't be made
to respect C(C,XX) or C(XX)FLAGS, according to the author.
Author also requested that the distfile be hosted on *.FreeBSD.org.
PR: 13124
Submitted by: Oleg <oleg@pobox.com>
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 552eaf72d745..404e45d2a236 100644 --- a/math/Makefile +++ b/math/Makefile @@ -28,6 +28,7 @@ SUBDIR += hexcalc SUBDIR += lapack SUBDIR += libranlib + SUBDIR += linalg SUBDIR += linpack SUBDIR += metis SUBDIR += netcdf |