diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:23:08 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:23:08 +0000 |
commit | 18a7fd6042909a3e6ebc71488d66be85e05a76be (patch) | |
tree | a5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/metis | |
parent | 99afccd1ce89497265f41f1d5227f29ef3c490e9 (diff) |
Notes
Diffstat (limited to 'math/metis')
-rw-r--r-- | math/metis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile index 2ae1d73ad9f6..8d7b397a4d84 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -15,7 +15,7 @@ CONFLICTS= metis4-4* metis-edf-[0-9]* USES= cmake -OPTIONS_DEFINE = OPENMP SHARED STATIC +OPTIONS_DEFINE= OPENMP SHARED STATIC DOCS OPENMP_DESC= multithreading via OpenMP #PROFILE_DESC= profiling libraries |