diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-06-25 21:07:58 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-06-25 21:07:58 +0000 |
commit | 5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf (patch) | |
tree | 3291541f3b73432c893dec35f4f23770dd07732a /math | |
parent | 9c92503171817f96d944009b9ea88d3c083c9a45 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/metis/Makefile | 2 | ||||
-rw-r--r-- | math/parmetis/Makefile | 2 | ||||
-rw-r--r-- | math/stp/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/metis/Makefile b/math/metis/Makefile index 72ee2373ae3f..f747d4ab68cc 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 CONFLICTS= metis4-4* metis-edf-[0-9]* -USES= cmake +USES= cmake:noninja OPTIONS_DEFINE= OPENMP SHARED STATIC DOCS diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index 0ddf4c758e20..a1580bac1b57 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -20,7 +20,7 @@ LICENSE_PERMS= auto-accept OPTIONS_DEFINE= OPENMPI DOCS OPENMPI_DESC= Use openmpi instead of mpich2 -USES= cmake gmake +USES= cmake:noninja gmake PLIST_FILES= include/parmetis/metis.h \ include/parmetis/parmetis.h \ diff --git a/math/stp/Makefile b/math/stp/Makefile index e02eb83f7728..99b58e90f8f0 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -15,7 +15,7 @@ LICENSE= MIT LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libboost_system.so:devel/boost-libs -USES= bison:build cmake perl5 tar:xz +USES= bison:build cmake:noninja perl5 tar:xz USE_PERL5= build CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a |