diff options
author | skv <skv@FreeBSD.org> | 2002-05-27 22:52:23 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-05-27 22:52:23 +0800 |
commit | 01f8a321ce963351c00f51396e06ef4aa7ce7980 (patch) | |
tree | c296f57373263dfba09af1c2a0a4c27d1cbfc8a8 /math/Makefile | |
parent | 51b519a988e7e7a2156e98e7fe884a6c77cd4f22 (diff) | |
download | freebsd-ports-graphics-01f8a321ce963351c00f51396e06ef4aa7ce7980.tar.gz freebsd-ports-graphics-01f8a321ce963351c00f51396e06ef4aa7ce7980.tar.zst freebsd-ports-graphics-01f8a321ce963351c00f51396e06ef4aa7ce7980.zip |
Add p5-Math-LinearCombination 0.03,
sum of variables with a
numerical coefficient.
PR: 32975
Submitted by: Sergey Skvortsov <skv@FreeBSD.org>
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 c0e23774d91..f889c4a6f23 100644 --- a/math/Makefile +++ b/math/Makefile @@ -86,6 +86,7 @@ SUBDIR += p5-Math-FixedPrecision SUBDIR += p5-Math-GMP SUBDIR += p5-Math-Interpolate + SUBDIR += p5-Math-LinearCombination SUBDIR += p5-Math-Logic SUBDIR += p5-Math-Pari SUBDIR += p5-Math-Random |