summaryrefslogtreecommitdiff
path: root/math/libflame
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 16:23:08 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 16:23:08 +0000
commit18a7fd6042909a3e6ebc71488d66be85e05a76be (patch)
treea5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/libflame
parentAdd DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. (diff)
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes: svn path=/head/; revision=361962
Diffstat (limited to 'math/libflame')
-rw-r--r--math/libflame/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile
index ea688c8d98af..378feb641051 100644
--- a/math/libflame/Makefile
+++ b/math/libflame/Makefile
@@ -25,7 +25,7 @@ CONFIGURE_ARGS = --enable-dynamic-build --enable-static-build
OPTIONS_DEFINE= BLAS3_CNTL BUILTIN_BLAS CBLAS EXTERNAL_LAPACK GOTOBLAS \
LAPACK2FLAME LAPACK_SUBPROBLEMS OPENMP SHARED STATIC \
- SUPERMATRIX THREADS
+ SUPERMATRIX THREADS DOCS EXAMPLES
OPTIONS_DEFAULT= BLAS3_CNTL LAPACK2FLAME SHARED SUPERMATRIX THREADS
BLAS3_CNTL_DESC= Set Level-3 BLAS variant and blocksize
BUILTIN_BLAS_DESC= Build the (suboptimal) internal BLAS