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:
Thierry Thomas 2025-04-08 19:50:09 +02:00
parent c40fe0c28a
commit 3c450d45e4

View file

@ -1,6 +1,6 @@
PORTNAME= e-antic PORTNAME= e-antic
DISTVERSION= 2.0.2 DISTVERSION= 2.0.2
PORTREVISION= 5 PORTREVISION= 6
#MASTER_SITES= https://www.labri.fr/perso/vdelecro/e-antic/ #MASTER_SITES= https://www.labri.fr/perso/vdelecro/e-antic/
CATEGORIES= math CATEGORIES= math
@ -17,7 +17,6 @@ LIB_DEPENDS= libarb.so:math/arb \
libmpfr.so:math/mpfr \ libmpfr.so:math/mpfr \
libantic.so:math/antic \ libantic.so:math/antic \
libflint.so:math/flint2 \ libflint.so:math/flint2 \
libbenchmark.so:devel/benchmark \
libboost_thread.so:devel/boost-libs libboost_thread.so:devel/boost-libs
USES= autoreconf compiler:c++11-lang gmake libtool localbase \ USES= autoreconf compiler:c++11-lang gmake libtool localbase \
@ -40,6 +39,7 @@ LIBS+= "-lm"
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
# pytest requires cppyy, doc requires standardese # pytest requires cppyy, doc requires standardese
CONFIGURE_ARGS= --without-byexample \ CONFIGURE_ARGS= --without-byexample \
--without-benchmark \
--without-pytest \ --without-pytest \
--without-doc --without-doc
USE_LDCONFIG= yes USE_LDCONFIG= yes