From 7325301ff920f9b3d672bc8d47232759d60f9e96 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 12 Nov 2023 21:34:54 -0800 Subject: =?UTF-8?q?math/symengine:=20update=200.10.1=20=E2=86=92=200.11.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by: portscout --- math/symengine/files/patch-CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'math/symengine/files/patch-CMakeLists.txt') 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. -- cgit v1.2.3