Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
cantor
Commits:
8b6e9411 by Antonio Rojas at 2024-11-16T22:32:48+01:00
upgpkg: 24.08.3-2: python 3.13 rebuild
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- − julia-1.11.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cantor
pkgdesc = KDE Frontend to Mathematical Software
pkgver = 24.08.3
- pkgrel = 1
+ pkgrel = 2
url = https://apps.kde.org/cantor/
arch = x86_64
groups = kde-applications
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=cantor
pkgver=24.08.3
-pkgrel=1
+pkgrel=2
pkgdesc='KDE Frontend to Mathematical Software'
url='https://apps.kde.org/cantor/'
arch=(x86_64)
=====================================
julia-1.11.patch deleted
=====================================
@@ -1,16 +0,0 @@
-diff --git a/src/backends/julia/juliaserver/juliaserver.cpp
b/src/backends/julia/juliaserver/juliaserver.cpp
-index 0eda2322..c84495c8 100644
---- a/src/backends/julia/juliaserver/juliaserver.cpp
-+++ b/src/backends/julia/juliaserver/juliaserver.cpp
-@@ -188,7 +188,11 @@ void JuliaServer::parseJlModule(jl_module_t* module, bool
parseValue)
-
- jl_function_t* jl_names_function = jl_get_function(jl_base_module,
"names");
- jl_value_t* names = jl_call1(jl_names_function, (jl_value_t*)module);
-+#if QT_VERSION_CHECK(JULIA_VERSION_MAJOR, JULIA_VERSION_MINOR, 0) >=
QT_VERSION_CHECK(1, 11, 0)
-+ jl_value_t **data = (jl_value_t**)jl_array_data(names, void);
-+#else
- jl_value_t **data = (jl_value_t**)jl_array_data(names);
-+#endif
- for (size_t i = 0; i < jl_array_len(names); i++)
- {
- bool isBindingResolved = (bool)jl_binding_resolved_p(module,
(jl_sym_t*)(data[i]));
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cantor/-/commit/8b6e94116f8af552a2a4aa6dd7a82cce999fe3c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cantor/-/commit/8b6e94116f8af552a2a4aa6dd7a82cce999fe3c6
You're receiving this email because of your account on gitlab.archlinux.org.