Skip to content

Commit

Permalink
math/mppp: update 1.0.0 → 1.0.2
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Dec 23, 2023
1 parent 305b8bb commit 3a6b75a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions math/mppp/Makefile
@@ -1,7 +1,6 @@
PORTNAME= mppp
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
PORTREVISION= 1
DISTVERSION= 1.0.2
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -25,7 +24,7 @@ TEST_ARGS= -DMPPP_BUILD_TESTS=ON
BENCHMARK_ARGS= -DMPPP_BUILD_BENCHMARKS=ON -DMPPP_BENCHMARK_FLINT=ON -DMPPP_BENCHMARK_BOOST=ON

OPTIONS_DEFINE= ARB FMT MPC MPFR SERIALIZATION
OPTIONS_DEFAULT= ARB MPC MPFR SERIALIZATION # FMT is broken
OPTIONS_DEFAULT= ARB FMT MPC MPFR SERIALIZATION

ARB_DESC= Enable features relying on Arb
ARB_CMAKE_BOOL= MPPP_WITH_ARB
Expand All @@ -36,7 +35,6 @@ ARB_IMPLIES= MPFR
FMT_DESC= Enable support for the fmt library
FMT_CMAKE_BOOL= MPPP_WITH_FMT
FMT_LIB_DEPENDS= libfmt.so:devel/libfmt
FMT_BROKEN= build breaks with fmt, see shttps://github.com/bluescarni/mppp/issues/307

MPC_DESC= Enable features relying on MPC
MPC_CMAKE_BOOL= MPPP_WITH_MPC
Expand Down
6 changes: 3 additions & 3 deletions math/mppp/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1701797508
SHA256 (bluescarni-mppp-v1.0.0_GH0.tar.gz) = e58b1a5fb8bdf095261eeb0861c3f46f96c71c4b043d19700e73ce3e4e639268
SIZE (bluescarni-mppp-v1.0.0_GH0.tar.gz) = 1904648
TIMESTAMP = 1703315273
SHA256 (bluescarni-mppp-v1.0.2_GH0.tar.gz) = 2a537bc339726388fdda39905692d3df92fceee51d264e720e0e7ab7570bcdaf
SIZE (bluescarni-mppp-v1.0.2_GH0.tar.gz) = 1904819

0 comments on commit 3a6b75a

Please sign in to comment.