diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-27 05:54:37 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-27 05:54:37 +0000 |
commit | c2d11c88d06de03ab5c0fe0fac6d90ac1c544ec9 (patch) | |
tree | 390ed0c82c9ded22088379872c489f77110fdac6 /user/labplot/cantor.patch | |
parent | 664dece5d005d34898b786490b403fcb916f08c6 (diff) | |
download | packages-c2d11c88d06de03ab5c0fe0fac6d90ac1c544ec9.tar.gz packages-c2d11c88d06de03ab5c0fe0fac6d90ac1c544ec9.tar.bz2 packages-c2d11c88d06de03ab5c0fe0fac6d90ac1c544ec9.tar.xz packages-c2d11c88d06de03ab5c0fe0fac6d90ac1c544ec9.zip |
user/labplot: Update to 2.8.0
Diffstat (limited to 'user/labplot/cantor.patch')
-rw-r--r-- | user/labplot/cantor.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/user/labplot/cantor.patch b/user/labplot/cantor.patch new file mode 100644 index 000000000..a35db4585 --- /dev/null +++ b/user/labplot/cantor.patch @@ -0,0 +1,25 @@ +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 + |