mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/bitwuzla: update 0.5.0 → 0.7.0
Reported by: portscout
This commit is contained in:
parent
77a2bab52f
commit
1820542ed7
3 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= bitwuzla
|
PORTNAME= bitwuzla
|
||||||
DISTVERSION= 0.5.0
|
DISTVERSION= 0.7.0
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -24,6 +24,8 @@ LDFLAGS+= -lcadical
|
||||||
MESON_ARGS= -Ddefault_library=shared \
|
MESON_ARGS= -Ddefault_library=shared \
|
||||||
-Dtesting=disabled
|
-Dtesting=disabled
|
||||||
|
|
||||||
|
BINARY_ALIAS= git=false
|
||||||
|
|
||||||
do-test: # 1 test hangs, see https://github.com/bitwuzla/bitwuzla/issues/117
|
do-test: # 1 test hangs, see https://github.com/bitwuzla/bitwuzla/issues/117
|
||||||
@cd ${WRKSRC} && \
|
@cd ${WRKSRC} && \
|
||||||
${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtesting=enabled && \
|
${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtesting=enabled && \
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
TIMESTAMP = 1717606902
|
TIMESTAMP = 1734064151
|
||||||
SHA256 (rel-1.7.4.tar.gz) = 866c8a1332ff1ad5dc7ad403bdef3164420f3f947816b5c9509aad1d18ada7a1
|
SHA256 (bitwuzla-bitwuzla-0.7.0_GH0.tar.gz) = 4a388aa935fab5fe3e61494f94c1110653ac11e07f1cf29593d6fdba30238afa
|
||||||
SIZE (rel-1.7.4.tar.gz) = 647830
|
SIZE (bitwuzla-bitwuzla-0.7.0_GH0.tar.gz) = 2071988
|
||||||
SHA256 (bitwuzla-bitwuzla-0.5.0_GH0.tar.gz) = a477a5973883a8c174ffca8174cd7493a4aae6c95c72397628d395c32226392b
|
|
||||||
SIZE (bitwuzla-bitwuzla-0.5.0_GH0.tar.gz) = 2010240
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
--- src/meson.build.orig 2024-05-29 23:47:56 UTC
|
--- src/meson.build.orig 2024-12-13 03:01:05 UTC
|
||||||
+++ src/meson.build
|
+++ src/meson.build
|
||||||
@@ -15,13 +15,13 @@ gmp_dep = dependency('gmp',
|
@@ -15,13 +15,13 @@ gmp_dep = dependency('gmp',
|
||||||
# Subproject dependencies
|
# Subproject dependencies
|
||||||
|
@ -19,17 +19,17 @@
|
||||||
+# cadical_dep = dependency('cadical', required: true)
|
+# cadical_dep = dependency('cadical', required: true)
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
# Kissat does not provide pkg-config to find dependency
|
cms_dep = dependency('cryptominisat5',
|
||||||
kissat_dep = cpp_compiler.find_library('kissat',
|
version: '5.11.21',
|
||||||
@@ -34,9 +34,9 @@ endif
|
@@ -39,9 +39,9 @@ endif
|
||||||
|
|
||||||
# Using system include type suppresses compile warnings originating from the
|
# Using system include type suppresses compile warnings originating from the
|
||||||
# symfpu headers
|
# symfpu headers
|
||||||
-symfpu_dep = dependency('symfpu', include_type: 'system', required: true)
|
-symfpu_dep = dependency('symfpu', include_type: 'system', required: true)
|
||||||
+#symfpu_dep = dependency('symfpu', include_type: 'system', required: true)
|
+#symfpu_dep = dependency('symfpu', include_type: 'system', required: true)
|
||||||
|
|
||||||
-dependencies = [symfpu_dep, cadical_dep, kissat_dep, gmp_dep]
|
-dependencies = [symfpu_dep, cadical_dep, cms_dep, kissat_dep, gmp_dep]
|
||||||
+dependencies = [kissat_dep, gmp_dep]
|
+dependencies = [cms_dep, kissat_dep, gmp_dep]
|
||||||
|
|
||||||
cpp_args = []
|
cpp_args = []
|
||||||
if kissat_dep.found()
|
if cms_dep.found()
|
||||||
|
|
Loading…
Add table
Reference in a new issue