forked from pool/lalframe
Accepting request 945454 from science
OBS-URL: https://build.opensuse.org/request/show/945454 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=4
This commit is contained in:
commit
ec71445778
@ -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
3
lalframe-1.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0675811aea60e7c2679d67de60ef77cb9bbf6d3042a81538170c0c905fed0ba2
|
||||
size 7438228
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
%define skip_python36 1
|
||||
# Py2 support dropped by upstream
|
||||
%define skip_python2 1
|
||||
|
||||
%define shlib lib%{name}11
|
||||
# No support for octave >= 6
|
||||
%bcond_with octave
|
||||
Name: lalframe
|
||||
Version: 1.5.4
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: LSC Algorithm Frame Library for gravitational wave data analysis
|
||||
License: GPL-2.0-or-later
|
||||
@ -92,7 +95,7 @@ This package provides the necessary files for using LAL Frame with octave.
|
||||
%autosetup -p1
|
||||
|
||||
%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
|
||||
mkdir ../${PYTHON}_build
|
||||
cp -pr ./ ../${PYTHON}_build
|
||||
|
Loading…
Reference in New Issue
Block a user