forked from pool/cadabra2
Accepting request 1142660 from science
OBS-URL: https://build.opensuse.org/request/show/1142660 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cadabra2?expand=0&rev=24
This commit is contained in:
commit
d37236f299
@ -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
3
cadabra2-2.4.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed60935e67e77de2c7e4ed2655aaa764cdeb194db4693dbb77c01fb3945b273e
|
||||||
|
size 26825874
|
@ -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.5.4.orig/core/CMakeLists.txt
|
||||||
+++ cadabra2-2.4.4.1/core/CMakeLists.txt
|
+++ cadabra2-2.4.5.4/core/CMakeLists.txt
|
||||||
@@ -292,7 +292,7 @@ target_link_libraries(cadabra2 PRIVATE
|
@@ -294,7 +294,7 @@ target_link_libraries(cadabra2 PRIVATE
|
||||||
${GMPXX_LIBRARIES}
|
${GMPXX_LIBRARIES}
|
||||||
${GMP_LIBRARIES}
|
${GMP_LIBRARIES}
|
||||||
${Boost_LIBRARIES}
|
${Boost_LIBRARIES}
|
||||||
@ -11,10 +11,10 @@ Index: cadabra2-2.4.4.1/core/CMakeLists.txt
|
|||||||
# ${GLIBMM3_LIBRARIES}
|
# ${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.5.4.orig/core/packages/CMakeLists.txt
|
||||||
+++ cadabra2-2.4.4.1/core/packages/CMakeLists.txt
|
+++ cadabra2-2.4.5.4/core/packages/CMakeLists.txt
|
||||||
@@ -66,8 +66,7 @@ foreach(PACKAGE ${COMPILED_PACKAGES})
|
@@ -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 RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/cdb/${PINSTALL}")
|
||||||
set_target_properties(${PNAME} PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/cdb/${PINSTALL}")
|
set_target_properties(${PNAME} PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/cdb/${PINSTALL}")
|
||||||
|
@ -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>
|
Sun Sep 17 10:51:15 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cadabra2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
Name: cadabra2
|
Name: cadabra2
|
||||||
Version: 2.4.4.1
|
Version: 2.4.5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A computer algebra system for solving problems in field theory
|
Summary: A computer algebra system for solving problems in field theory
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -46,7 +46,7 @@ BuildRequires: libboost_system-devel
|
|||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel >= 3.8
|
||||||
BuildRequires: python3-gobject-devel
|
BuildRequires: python3-gobject-devel
|
||||||
BuildRequires: python3-ipykernel
|
BuildRequires: python3-ipykernel
|
||||||
BuildRequires: python3-matplotlib
|
BuildRequires: python3-matplotlib
|
||||||
@ -56,7 +56,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
|
|||||||
BuildRequires: pkgconfig(gtkmm-3.0)
|
BuildRequires: pkgconfig(gtkmm-3.0)
|
||||||
BuildRequires: pkgconfig(jsoncpp)
|
BuildRequires: pkgconfig(jsoncpp)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
Requires: python3
|
Requires: python3 >= 3.8
|
||||||
Recommends: %{name}-doc
|
Recommends: %{name}-doc
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
BuildRequires: jupyter-jupyter_core-filesystem
|
BuildRequires: jupyter-jupyter_core-filesystem
|
||||||
|
Loading…
Reference in New Issue
Block a user