Date: Fri, 10 Apr 2026 09:53:47 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 272407d03c84 - main - math/zimpl: update 3=?utf-8?Q?=2E7.0 =E2=86=92?= 3.7.1 Message-ID: <69d8c8ab.194b8.4026a4b6@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=272407d03c84ffee2e722aacd91632d6b558c01d commit 272407d03c84ffee2e722aacd91632d6b558c01d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-10 09:51:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-10 09:53:44 +0000 math/zimpl: update 3.7.0 → 3.7.1 --- math/zimpl/Makefile | 2 +- math/zimpl/distinfo | 6 +++--- math/zimpl/files/patch-CMakeLists.txt | 4 ++-- math/zimpl/files/patch-src_CMakeLists.txt | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/math/zimpl/Makefile b/math/zimpl/Makefile index 54d113377bcc..5f2ec9c2dc58 100644 --- a/math/zimpl/Makefile +++ b/math/zimpl/Makefile @@ -1,6 +1,6 @@ PORTNAME= zimpl DISTVERSIONPREFIX= v -DISTVERSION= 3.7.0 +DISTVERSION= 3.7.1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/zimpl/distinfo b/math/zimpl/distinfo index a2a8ca96a292..783fdc036490 100644 --- a/math/zimpl/distinfo +++ b/math/zimpl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764037777 -SHA256 (scipopt-zimpl-v3.7.0_GH0.tar.gz) = a95771124823fd8ea38310a50314359041ba58e5812a105e3fa9a2e33d5cc18f -SIZE (scipopt-zimpl-v3.7.0_GH0.tar.gz) = 5275073 +TIMESTAMP = 1775812136 +SHA256 (scipopt-zimpl-v3.7.1_GH0.tar.gz) = 95f24de663321a86d2cdef28e085f23d7604086e7bd4218782353b2e65d943bc +SIZE (scipopt-zimpl-v3.7.1_GH0.tar.gz) = 5274948 diff --git a/math/zimpl/files/patch-CMakeLists.txt b/math/zimpl/files/patch-CMakeLists.txt index 9f0f37dc693d..a77beb74e748 100644 --- a/math/zimpl/files/patch-CMakeLists.txt +++ b/math/zimpl/files/patch-CMakeLists.txt @@ -1,8 +1,8 @@ - https://github.com/scipopt/zimpl/issues/1 ---- CMakeLists.txt.orig 2024-11-09 04:34:10 UTC +--- CMakeLists.txt.orig 2025-11-23 12:19:53 UTC +++ CMakeLists.txt -@@ -47,8 +47,6 @@ set(CMAKE_C_STANDARD 99) +@@ -49,8 +49,6 @@ set(CMAKE_C_STANDARD 99) # use C99 standard set(CMAKE_C_STANDARD 99) diff --git a/math/zimpl/files/patch-src_CMakeLists.txt b/math/zimpl/files/patch-src_CMakeLists.txt index 7e631bb81820..d5e4c817ba42 100644 --- a/math/zimpl/files/patch-src_CMakeLists.txt +++ b/math/zimpl/files/patch-src_CMakeLists.txt @@ -1,19 +1,19 @@ - Allow to build shared libs. ---- src/CMakeLists.txt.orig 2024-09-13 05:08:28 UTC +--- src/CMakeLists.txt.orig 2025-11-23 12:19:53 UTC +++ src/CMakeLists.txt -@@ -118,12 +118,12 @@ endif() +@@ -119,12 +119,12 @@ endif() endif() #create zimpl with pic -add_library(libzimpl-pic STATIC ${libsources}) -+add_library(libzimpl-pic ${libsources}) ++add_library(libzimpl-pic ${libsources} ${binsources}) set_target_properties(libzimpl-pic PROPERTIES POSITION_INDEPENDENT_CODE on) target_link_libraries(libzimpl-pic ${libs}) #create zimpl without pic -add_library(libzimpl STATIC ${libsources}) -+add_library(libzimpl ${libsources}) ++add_library(libzimpl ${libsources} ${binsources}) target_link_libraries(libzimpl ${libs}) #create zimpl binaryhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d8c8ab.194b8.4026a4b6>
