summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-11-12 21:34:54 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2023-11-12 21:34:54 -0800
commit7325301ff920f9b3d672bc8d47232759d60f9e96 (patch)
tree54a4b72de1151708ecfb257c1eafc35baa8403ba
parentlang/hs-futhark: update 0.25.6 → 0.25.8 (diff)
math/symengine: update 0.10.1 → 0.11.1
Reported by: portscout
-rw-r--r--math/symengine/Makefile3
-rw-r--r--math/symengine/distinfo6
-rw-r--r--math/symengine/files/patch-CMakeLists.txt8
-rw-r--r--math/symengine/pkg-plist4
4 files changed, 10 insertions, 11 deletions
diff --git a/math/symengine/Makefile b/math/symengine/Makefile
index 144c7371d845..b72247e61647 100644
--- a/math/symengine/Makefile
+++ b/math/symengine/Makefile
@@ -1,7 +1,6 @@
PORTNAME= symengine
DISTVERSIONPREFIX= v
-DISTVERSION= 0.10.1
-PORTREVISION= 1
+DISTVERSION= 0.11.1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
diff --git a/math/symengine/distinfo b/math/symengine/distinfo
index 8a0811250dbd..8b905b5e1f29 100644
--- a/math/symengine/distinfo
+++ b/math/symengine/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679764996
-SHA256 (symengine-symengine-v0.10.1_GH0.tar.gz) = 9c007c99e9633f5549a55fa7a66ebcbcf9e04092eb55f7bb781c22b9cf0570c4
-SIZE (symengine-symengine-v0.10.1_GH0.tar.gz) = 898206
+TIMESTAMP = 1699851470
+SHA256 (symengine-symengine-v0.11.1_GH0.tar.gz) = 217b39955dc19f920c6f54c057fdc89e8e155ddee8f0e3c3cacc67b3e3850b64
+SIZE (symengine-symengine-v0.11.1_GH0.tar.gz) = 898181
diff --git a/math/symengine/files/patch-CMakeLists.txt b/math/symengine/files/patch-CMakeLists.txt
index ace2eaf07b25..d087af99d01c 100644
--- a/math/symengine/files/patch-CMakeLists.txt
+++ b/math/symengine/files/patch-CMakeLists.txt
@@ -1,13 +1,13 @@
- fix requested LLVM version
---- CMakeLists.txt.orig 2022-04-30 17:48:46 UTC
+--- CMakeLists.txt.orig 2023-09-27 17:00:43 UTC
+++ CMakeLists.txt
-@@ -396,7 +396,7 @@ set(WITH_LLVM no
+@@ -413,7 +413,7 @@ set(WITH_LLVM no
if (WITH_LLVM)
- set(SYMENGINE_LLVM_COMPONENTS asmparser core executionengine instcombine mcjit native nativecodegen scalaropts vectorize support transformutils)
+ set(SYMENGINE_LLVM_COMPONENTS asmparser core executionengine instcombine mcjit native nativecodegen scalaropts vectorize support transformutils passes)
- find_package(LLVM REQUIRED ${SYMENGINE_LLVM_COMPONENTS})
+ find_package(LLVM ${FREEBSD_LLVM_VERSION} REQUIRED ${SYMENGINE_LLVM_COMPONENTS})
- set(LLVM_MINIMUM_REQUIRED_VERSION "3.8")
+ set(LLVM_MINIMUM_REQUIRED_VERSION "4.0")
if (LLVM_PACKAGE_VERSION LESS ${LLVM_MINIMUM_REQUIRED_VERSION})
message(FATAL_ERROR "LLVM version found ${LLVM_PACKAGE_VERSION} is too old.
diff --git a/math/symengine/pkg-plist b/math/symengine/pkg-plist
index 9c36984f3a82..f487340e6723 100644
--- a/math/symengine/pkg-plist
+++ b/math/symengine/pkg-plist
@@ -152,5 +152,5 @@ lib/cmake/symengine/SymEngineConfigVersion.cmake
lib/cmake/symengine/SymEngineTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/symengine/SymEngineTargets.cmake
lib/libsymengine.so
-lib/libsymengine.so.0.10
-lib/libsymengine.so.0.10.1
+lib/libsymengine.so.0.11
+lib/libsymengine.so.0.11.1