1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

math/zimpl: update 3.7.0 → 3.7.1

This commit is contained in:
Yuri Victorovich
2026-04-10 02:51:45 -07:00
parent bb9eef529f
commit 272407d03c
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= zimpl
DISTVERSIONPREFIX= v
DISTVERSION= 3.7.0
DISTVERSION= 3.7.1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
+3 -3
View File
@@ -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
+2 -2
View File
@@ -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)
+4 -4
View File
@@ -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 binary