summaryrefslogtreecommitdiff
path: root/user/labplot/cantor.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-06-12 17:14:39 -0500
committerZach van Rijn <me@zv.io>2022-10-21 18:34:01 -0500
commitfa6682014a9239358a66c23363040609bc99dd75 (patch)
tree62286bdb057015383d8fcb86cb6adb6d8fbfb0f2 /user/labplot/cantor.patch
parent58f1e8d25cfb3b277cf21f936c66d3f16a23f0ef (diff)
downloadpackages-fa6682014a9239358a66c23363040609bc99dd75.tar.gz
packages-fa6682014a9239358a66c23363040609bc99dd75.tar.bz2
packages-fa6682014a9239358a66c23363040609bc99dd75.tar.xz
packages-fa6682014a9239358a66c23363040609bc99dd75.zip
user/labplot: Update to 2.9.0
Diffstat (limited to 'user/labplot/cantor.patch')
-rw-r--r--user/labplot/cantor.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/user/labplot/cantor.patch b/user/labplot/cantor.patch
deleted file mode 100644
index a35db4585..000000000
--- a/user/labplot/cantor.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From db67605842837583b1b885cf64ca19c5301480d1 Mon Sep 17 00:00:00 2001
-From: Stefan Gerlach <stefan.gerlach@uni-konstanz.de>
-Date: Wed, 16 Sep 2020 17:27:08 +0200
-Subject: [PATCH] [cantor] 20.08 will not get the new interface
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 57ad46dd8..98130a30d 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -230,7 +230,7 @@ IF (Cantor_FOUND)
- ELSE ()
- MESSAGE (STATUS "Cantor Library ${Cantor_VERSION} TOO OLD. Minimum usable version is 19.12")
- ENDIF ()
-- IF (${Cantor_VERSION} VERSION_GREATER "20.08")
-+ IF (${Cantor_VERSION} VERSION_GREATER "20.08.9")
- add_definitions (-DHAVE_NEW_CANTOR_LIBS)
- ENDIF ()
- ELSE ()
---
-GitLab
-