SHA256
1
0
forked from pool/lalframe

Accepting request 943575 from home:badshah400:branches:science

- Update to version 1.6.0.
- Drop support for python2 in keeping with upstream.

OBS-URL: https://build.opensuse.org/request/show/943575
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=10
This commit is contained in:
Atri Bhattacharya 2022-01-10 23:47:18 +00:00 committed by Git OBS Bridge
parent 7c98c77a90
commit 05434af1ff
4 changed files with 16 additions and 6 deletions

View File

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

3
lalframe-1.6.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 2 23:29:46 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.6.0:
* No release notes.
- Drop support for python2 in keeping with upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 26 22:55:04 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com> Fri Feb 26 22:55:04 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package lalframe # spec file for package lalframe
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 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,11 +18,14 @@
# NEP 29: python36-numpy and co. in TW are no more # NEP 29: python36-numpy and co. in TW are no more
%define skip_python36 1 %define skip_python36 1
# Py2 support dropped by upstream
%define skip_python2 1
%define shlib lib%{name}11 %define shlib lib%{name}11
# No support for octave >= 6 # No support for octave >= 6
%bcond_with octave %bcond_with octave
Name: lalframe Name: lalframe
Version: 1.5.4 Version: 1.6.0
Release: 0 Release: 0
Summary: LSC Algorithm Frame Library for gravitational wave data analysis Summary: LSC Algorithm Frame Library for gravitational wave data analysis
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -92,7 +95,7 @@ This package provides the necessary files for using LAL Frame with octave.
%autosetup -p1 %autosetup -p1
%build %build
%{python_expand # Necessary to run %%configure with both py2 and py3 %{python_expand # Necessary to run configure with multiple py3 flavours
export PYTHON=$python export PYTHON=$python
mkdir ../${PYTHON}_build mkdir ../${PYTHON}_build
cp -pr ./ ../${PYTHON}_build cp -pr ./ ../${PYTHON}_build