SHA256
1
0
forked from pool/cadabra2
Ana Guerrero 2024-01-30 17:25:48 +00:00 committed by Git OBS Bridge
commit d37236f299
5 changed files with 22 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a2dde9ffad033adac6bf688862608743a04475e9f9324e8b6b66013c8ae50ce
size 25171405

3
cadabra2-2.4.5.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed60935e67e77de2c7e4ed2655aaa764cdeb194db4693dbb77c01fb3945b273e
size 26825874

View File

@ -1,8 +1,8 @@
Index: cadabra2-2.4.4.1/core/CMakeLists.txt
Index: cadabra2-2.4.5.4/core/CMakeLists.txt
===================================================================
--- cadabra2-2.4.4.1.orig/core/CMakeLists.txt
+++ cadabra2-2.4.4.1/core/CMakeLists.txt
@@ -292,7 +292,7 @@ target_link_libraries(cadabra2 PRIVATE
--- cadabra2-2.4.5.4.orig/core/CMakeLists.txt
+++ cadabra2-2.4.5.4/core/CMakeLists.txt
@@ -294,7 +294,7 @@ target_link_libraries(cadabra2 PRIVATE
${GMPXX_LIBRARIES}
${GMP_LIBRARIES}
${Boost_LIBRARIES}
@ -11,10 +11,10 @@ Index: cadabra2-2.4.4.1/core/CMakeLists.txt
# ${GLIBMM3_LIBRARIES}
)
Index: cadabra2-2.4.4.1/core/packages/CMakeLists.txt
Index: cadabra2-2.4.5.4/core/packages/CMakeLists.txt
===================================================================
--- cadabra2-2.4.4.1.orig/core/packages/CMakeLists.txt
+++ cadabra2-2.4.4.1/core/packages/CMakeLists.txt
--- cadabra2-2.4.5.4.orig/core/packages/CMakeLists.txt
+++ cadabra2-2.4.5.4/core/packages/CMakeLists.txt
@@ -66,8 +66,7 @@ foreach(PACKAGE ${COMPILED_PACKAGES})
set_target_properties(${PNAME} PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/cdb/${PINSTALL}")
set_target_properties(${PNAME} PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/cdb/${PINSTALL}")

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 25 18:20:58 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.4.5.4:
* Improvements to the zoom algorithm.
* Bug fixes.
- Require python3 >= 3.8.
-------------------------------------------------------------------
Sun Sep 17 10:51:15 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package cadabra2
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%bcond_without tests
Name: cadabra2
Version: 2.4.4.1
Version: 2.4.5.4
Release: 0
Summary: A computer algebra system for solving problems in field theory
License: GPL-3.0-or-later
@ -46,7 +46,7 @@ BuildRequires: libboost_system-devel
BuildRequires: libuuid-devel
BuildRequires: pcre-devel
BuildRequires: pkgconfig
BuildRequires: python3-devel
BuildRequires: python3-devel >= 3.8
BuildRequires: python3-gobject-devel
BuildRequires: python3-ipykernel
BuildRequires: python3-matplotlib
@ -56,7 +56,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtkmm-3.0)
BuildRequires: pkgconfig(jsoncpp)
BuildRequires: pkgconfig(sqlite3)
Requires: python3
Requires: python3 >= 3.8
Recommends: %{name}-doc
%if 0%{?suse_version} >= 1550
BuildRequires: jupyter-jupyter_core-filesystem