diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-10 10:26:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-10 10:26:55 +0000 |
commit | 318b021265ccbb64b1eaf29a56f6beadc1b91e2c (patch) | |
tree | 7024e00bd0d36fc3d99a0189b69163c062e2aea7 /math/Makefile | |
parent | 9b1467ed351017e4800f6b327d89ffd9cda63b5e (diff) |
add blitz++ 0.6
A C++ class library for scientific computing
Notes
Notes:
svn path=/head/; revision=67732
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 ea517e9f9200..e393ad5f51d3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -12,6 +12,7 @@ SUBDIR += atlas SUBDIR += biggles SUBDIR += blas + SUBDIR += blitz++ SUBDIR += calc SUBDIR += calcoo SUBDIR += calctool |