Accepting request 944892 from science
OBS-URL: https://build.opensuse.org/request/show/944892 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lal?expand=0&rev=7
This commit is contained in:
commit
58cf8e657b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f777ce770215786a0c810ce362cdeea6d7256090bc9963df244a69375b25e9a6
|
|
||||||
size 2325828
|
|
3
lal-7.1.5.tar.xz
Normal file
3
lal-7.1.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:058049e95d246c72d350d2305c339e830fa8f996a0682532dfd54021112f8100
|
||||||
|
size 2329640
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 2 23:16:49 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 7.1.5:
|
||||||
|
* No release notes.
|
||||||
|
- Disable python2 since this is no longer supported by upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 10 14:48:22 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
Fri Sep 10 14:48:22 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
8
lal.spec
8
lal.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lal
|
# spec file for package lal
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
# NEP 29: numpy, scipy do not have a python36 flavor package in TW
|
# NEP 29: numpy, scipy do not have a python36 flavor package in TW
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
|
# Py2 no longer supported by upstream
|
||||||
|
%define skip_python2 1
|
||||||
|
|
||||||
%define shliblal liblal20
|
%define shliblal liblal20
|
||||||
%define shliblalsupport liblalsupport14
|
%define shliblalsupport liblalsupport14
|
||||||
@ -34,7 +36,7 @@
|
|||||||
# No support for octave >= 6
|
# No support for octave >= 6
|
||||||
%bcond_with octave
|
%bcond_with octave
|
||||||
Name: lal%{psuffix}
|
Name: lal%{psuffix}
|
||||||
Version: 7.1.2
|
Version: 7.1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of various gravitational wave data analysis routines
|
Summary: A collection of various gravitational wave data analysis routines
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -140,7 +142,7 @@ This package provides the octave module for lal.
|
|||||||
%autosetup -p1 -n lal-%{version}
|
%autosetup -p1 -n lal-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{python_expand # Necessary to run %%configure with all python flavors
|
%{python_expand # Necessary to run configure with all python flavors
|
||||||
export PYTHON=$python
|
export PYTHON=$python
|
||||||
mkdir ../${PYTHON}_build
|
mkdir ../${PYTHON}_build
|
||||||
cp -pr ./ ../${PYTHON}_build
|
cp -pr ./ ../${PYTHON}_build
|
||||||
|
Loading…
Reference in New Issue
Block a user