Accepting request 943506 from home:badshah400:branches:science
Update to version 7.1.5 OBS-URL: https://build.opensuse.org/request/show/943506 OBS-URL: https://build.opensuse.org/package/show/science/lal?expand=0&rev=23
This commit is contained in:
parent
008eab8f05
commit
26cf950674
@ -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>
|
||||
|
||||
|
8
lal.spec
8
lal.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
%define skip_python36 1
|
||||
# Py2 no longer supported by upstream
|
||||
%define skip_python2 1
|
||||
|
||||
%define shliblal liblal20
|
||||
%define shliblalsupport liblalsupport14
|
||||
@ -34,7 +36,7 @@
|
||||
# No support for octave >= 6
|
||||
%bcond_with octave
|
||||
Name: lal%{psuffix}
|
||||
Version: 7.1.2
|
||||
Version: 7.1.5
|
||||
Release: 0
|
||||
Summary: A collection of various gravitational wave data analysis routines
|
||||
License: GPL-2.0-only
|
||||
@ -140,7 +142,7 @@ This package provides the octave module for lal.
|
||||
%autosetup -p1 -n lal-%{version}
|
||||
|
||||
%build
|
||||
%{python_expand # Necessary to run %%configure with all python flavors
|
||||
%{python_expand # Necessary to run configure with all python flavors
|
||||
export PYTHON=$python
|
||||
mkdir ../${PYTHON}_build
|
||||
cp -pr ./ ../${PYTHON}_build
|
||||
|
Loading…
Reference in New Issue
Block a user