Accepting request 1088627 from home:badshah400:lal_update

- Update to version 9.2.1:
- Update versions of lal related packages in (Build)Requires.

OBS-URL: https://build.opensuse.org/request/show/1088627
OBS-URL: https://build.opensuse.org/package/show/science/lalapps?expand=0&rev=17
This commit is contained in:
Atri Bhattacharya 2023-05-26 09:09:26 +00:00 committed by Git OBS Bridge
parent 316c97eae0
commit 2c8bd72751
6 changed files with 40 additions and 35 deletions

View File

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

3
lalapps-9.2.1.tar.xz Normal file
View File

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

View File

@ -1,8 +1,8 @@
Index: lalapps-9.0.0/configure.ac
Index: lalapps-9.2.1/configure.ac
===================================================================
--- lalapps-9.0.0.orig/configure.ac
+++ lalapps-9.0.0/configure.ac
@@ -260,6 +260,13 @@ AM_CPPFLAGS="-I\$(top_srcdir)/src ${AM_C
--- lalapps-9.2.1.orig/configure.ac
+++ lalapps-9.2.1/configure.ac
@@ -268,6 +268,13 @@ AM_CPPFLAGS="-I\$(top_srcdir)/src ${AM_C
# RedHat-derived systems.
AC_SUBST([pkgpythondir], ["\${pkgpyexecdir}"])

View File

@ -1,8 +1,8 @@
Index: lalapps-9.0.0/src/string/StringSearch.c
Index: lalapps-9.2.1/src/string/StringSearch.c
===================================================================
--- lalapps-9.0.0.orig/src/string/StringSearch.c
+++ lalapps-9.0.0/src/string/StringSearch.c
@@ -201,7 +201,7 @@ int main(int argc,char *argv[])
--- lalapps-9.2.1.orig/src/string/StringSearch.c
+++ lalapps-9.2.1/src/string/StringSearch.c
@@ -200,7 +200,7 @@ int main(int argc,char *argv[])
unsigned seg_length;
StringTemplate strtemplate[MAXTEMPLATES];
int NTemplates;

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 23 12:06:57 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 9.2.1:
* No release notes.
- Update versions of lal related packages in (Build)Requires.
-------------------------------------------------------------------
Sat Aug 20 02:48:16 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package lalapps
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
# NEP 29: astropy, numpy, scipy do not have a python36 flavor package in TW
%define skip_python36 1
Name: lalapps
Version: 9.0.0
Version: 9.2.1
Release: 0
Summary: LSC Algorithm Library Applications
License: GPL-2.0-or-later
@ -34,12 +34,12 @@ Patch2: lalapps-disable-testWeave-for-non-x86_64.patch
BuildRequires: %{python_module astropy}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module glue}
BuildRequires: %{python_module lal >= 7.1.0}
BuildRequires: %{python_module lalburst >= 1.5.3}
BuildRequires: %{python_module lalframe >= 1.5.0}
BuildRequires: %{python_module lalinference >= 2.0.0}
BuildRequires: %{python_module lalmetaio >= 2.0.0}
BuildRequires: %{python_module lalpulsar >= 3.0.0}
BuildRequires: %{python_module lal >= 7.3.0}
BuildRequires: %{python_module lalburst >= 2.0.1}
BuildRequires: %{python_module lalframe >= 3.0.1}
BuildRequires: %{python_module lalinference >= 4.1.3}
BuildRequires: %{python_module lalmetaio >= 4.0.1}
BuildRequires: %{python_module lalpulsar >= 6.0.1}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpy-devel}
BuildRequires: %{python_module numpy}
@ -53,14 +53,14 @@ BuildRequires: swig
BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(framel) >= 8.39.2
BuildRequires: pkgconfig(gsl)
BuildRequires: pkgconfig(lal) >= 7.1.0
BuildRequires: pkgconfig(lalburst) >= 1.5.3
BuildRequires: pkgconfig(lalframe) >= 1.5.0
BuildRequires: pkgconfig(lalinference) >= 2.0.0
BuildRequires: pkgconfig(lalinspiral) >= 2.0.0
BuildRequires: pkgconfig(lalmetaio) >= 2.0.0
BuildRequires: pkgconfig(lalpulsar) >= 3.0.0
BuildRequires: pkgconfig(lalsimulation) >= 2.5.0
BuildRequires: pkgconfig(lal) >= 7.3.0
BuildRequires: pkgconfig(lalburst) >= 2.0.1
BuildRequires: pkgconfig(lalframe) >= 3.0.1
BuildRequires: pkgconfig(lalinference) >= 4.1.3
BuildRequires: pkgconfig(lalinspiral) >= 4.0.2
BuildRequires: pkgconfig(lalmetaio) >= 4.0.1
BuildRequires: pkgconfig(lalpulsar) >= 6.0.1
BuildRequires: pkgconfig(lalsimulation) >= 5.2.0
# SECTION For tests
BuildRequires: %{python_module pytest}
BuildRequires: bc
@ -84,14 +84,12 @@ Algorithm Library.
Summary: LSC Algorithm Library Applications
Group: Productivity/Scientific/Physics
Requires: python-h5py
Requires: python-lal >= 7.1.0
Requires: python-lalburst >= 1.5.3
Requires: python-lalframe >= 1.5.0
Requires: python-lalinference >= 2.0.0
Requires: python-lalinspiral >= 2.0.0
Requires: python-lalmetaio >= 2.0.0
Requires: python-lalpulsar >= 3.0.0
Requires: python-lalsimulation >= 2.5.0
Requires: python-lal >= 7.3.0
Requires: python-lalburst >= 2.0.1
Requires: python-lalframe >= 3.0.1
Requires: python-lalinference >= 4.1.3
Requires: python-lalmetaio >= 4.0.1
Requires: python-lalpulsar >= 6.0.1
Requires: python-ligo-lw
Requires: python-ligo-segments
Requires: python-matplotlib