diff options
author | maho <maho@FreeBSD.org> | 2012-01-23 09:59:16 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2012-01-23 09:59:16 +0800 |
commit | 52257576c3512ccabc5d2b24ce338b899b424f75 (patch) | |
tree | c848598647d9dcdf8f41b051d811f53090999660 /math/Makefile | |
parent | 247fa4c17237b8f29c19299e421651a2c1c7b682 (diff) | |
download | freebsd-ports-gnome-52257576c3512ccabc5d2b24ce338b899b424f75.tar.gz freebsd-ports-gnome-52257576c3512ccabc5d2b24ce338b899b424f75.tar.zst freebsd-ports-gnome-52257576c3512ccabc5d2b24ce338b899b424f75.zip |
Adding xlapack:
Extra precision version of LAPACK which uses XBLAS. It uses
XBLAS instead BLAS to use LAPACK.
http://www.netlib.org/lapack/
Submitted by: bf
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 ba9bb8202fc6..f543741f2146 100644 --- a/math/Makefile +++ b/math/Makefile @@ -609,6 +609,7 @@ SUBDIR += xgfe SUBDIR += xgobi SUBDIR += xgraph + SUBDIR += xlapack SUBDIR += xldlas SUBDIR += xlispstat SUBDIR += xplot |