Skip to content

Commit

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

MAINTAINER= yuri@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions math/mppp/Makefile
@@ -1,7 +1,6 @@
PORTNAME= mppp
DISTVERSIONPREFIX= v
DISTVERSION= 0.27
PORTREVISION= 3
DISTVERSION= 1.0.0
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 FMT MPC MPFR SERIALIZATION
OPTIONS_DEFAULT= ARB MPC MPFR SERIALIZATION # FMT is broken

ARB_DESC= Enable features relying on Arb
ARB_CMAKE_BOOL= MPPP_WITH_ARB
Expand All @@ -36,6 +35,7 @@ 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 = 1666507180
SHA256 (bluescarni-mppp-v0.27_GH0.tar.gz) = a1e04f6605b3242d4361742159cf5ab273162fd7c105c2743a9bebcf44c846c3
SIZE (bluescarni-mppp-v0.27_GH0.tar.gz) = 1904903
TIMESTAMP = 1701797508
SHA256 (bluescarni-mppp-v1.0.0_GH0.tar.gz) = e58b1a5fb8bdf095261eeb0861c3f46f96c71c4b043d19700e73ce3e4e639268
SIZE (bluescarni-mppp-v1.0.0_GH0.tar.gz) = 1904648
4 changes: 2 additions & 2 deletions math/mppp/pkg-plist
Expand Up @@ -31,5 +31,5 @@ lib/cmake/mp++/mp++-config.cmake
lib/cmake/mp++/mp++_export-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/mp++/mp++_export.cmake
lib/libmp++.so
lib/libmp++.so.14
lib/libmp++.so.14.0
lib/libmp++.so.15
lib/libmp++.so.15.0
2 changes: 1 addition & 1 deletion math/obake/Makefile
Expand Up @@ -2,7 +2,7 @@ PORTNAME= obake
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0-24
DISTVERSIONSUFFIX= -gb8cc71c
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= math

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
Expand Down
2 changes: 1 addition & 1 deletion math/py-heyoka/Makefile
@@ -1,7 +1,7 @@
PORTNAME= heyoka
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand Down
2 changes: 1 addition & 1 deletion math/py-pyaudi/Makefile
Expand Up @@ -2,7 +2,7 @@ PORTNAME= pyaudi
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.2-1
DISTVERSIONSUFFIX= -g899eb78
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

Expand Down

0 comments on commit 4335e73

Please sign in to comment.