diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-15 15:34:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-15 15:34:15 +0000 |
commit | 27767bdbe5aa291e6f1ed1be9258d3e2cdcef2f7 (patch) | |
tree | 821381645c7eadb3d19414bf4089d7e55d74aa64 /math/Makefile | |
parent | 762c749fe1087906e594a0858458abf556cb905e (diff) | |
download | ports-27767bdbe5aa291e6f1ed1be9258d3e2cdcef2f7.tar.gz ports-27767bdbe5aa291e6f1ed1be9258d3e2cdcef2f7.zip |
Add libRmath 1.9.0, the standalone math library from R.
PR: ports/66644
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
Notes
Notes:
svn path=/head/; revision=109219
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 02843d2460f0..4ddf12ff5485 100644 --- a/math/Makefile +++ b/math/Makefile @@ -80,6 +80,7 @@ SUBDIR += lambda SUBDIR += lapack SUBDIR += lapack++ + SUBDIR += libRmath SUBDIR += libgmp-freebsd SUBDIR += libgmp4 SUBDIR += libmath++ |