summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-04-07 01:47:51 +0000
committerWill Andrews <will@FreeBSD.org>2000-04-07 01:47:51 +0000
commita6d989b045799e9f256fc58431202a3f28173f85 (patch)
treeca6ae90dd627c9d292c4a2b594df67a77e136b7a /math/Makefile
parentUpdate to twinlib 0.2.3, in light of my fixes to devel/tmake that allow (diff)
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>
Notes
Notes: svn path=/head/; revision=27392
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
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