mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/e-antic: do not depend on google-benchmark v1.9.2
Since google-benchmark v1.9.2 compilation fails. Remove it for the moment. Reported by: pkg-fallout
This commit is contained in:
parent
c40fe0c28a
commit
3c450d45e4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= e-antic
|
||||
DISTVERSION= 2.0.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
#MASTER_SITES= https://www.labri.fr/perso/vdelecro/e-antic/
|
||||
CATEGORIES= math
|
||||
|
||||
|
@ -17,7 +17,6 @@ LIB_DEPENDS= libarb.so:math/arb \
|
|||
libmpfr.so:math/mpfr \
|
||||
libantic.so:math/antic \
|
||||
libflint.so:math/flint2 \
|
||||
libbenchmark.so:devel/benchmark \
|
||||
libboost_thread.so:devel/boost-libs
|
||||
|
||||
USES= autoreconf compiler:c++11-lang gmake libtool localbase \
|
||||
|
@ -40,6 +39,7 @@ LIBS+= "-lm"
|
|||
GNU_CONFIGURE= yes
|
||||
# pytest requires cppyy, doc requires standardese
|
||||
CONFIGURE_ARGS= --without-byexample \
|
||||
--without-benchmark \
|
||||
--without-pytest \
|
||||
--without-doc
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue