Accepting request 819085 from home:badshah400:branches:science
- Update to version 2.1.0: * No release notes. - Re-enable octave bindings: fixed upstream. OBS-URL: https://build.opensuse.org/request/show/819085 OBS-URL: https://build.opensuse.org/package/show/science/lalsimulation?expand=0&rev=5
This commit is contained in:
parent
206f3b8862
commit
f2df16d27d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7847dedc2a341498862fbbcece489fca04e55716250574df278305377a921d8d
|
||||
size 7252476
|
3
lalsimulation-2.1.0.tar.xz
Normal file
3
lalsimulation-2.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5d84f1e8663c7e9e1f74584c8b1fc56e855efee2bcce2d7982dd7b716e3db95
|
||||
size 7300336
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 00:28:13 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 2.1.0:
|
||||
* No release notes.
|
||||
- Re-enable octave bindings: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 30 09:56:06 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -17,17 +17,14 @@
|
||||
|
||||
|
||||
%define shlib liblalsimulation23
|
||||
# FIXME: Disable octave support as compilation error with current swig
|
||||
%bcond_with octave
|
||||
%bcond_without octave
|
||||
Name: lalsimulation
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: LSC Algorithm Simulation Library
|
||||
License: GPL-2.0-only
|
||||
URL: https://wiki.ligo.org/Computing/DASWG/LALSuite
|
||||
Source: http://software.ligo.org/lscsoft/source/lalsuite/lalsimulation-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM lalsimulation-implicit-conversion-XLALError.patch badshah400@gmail.com -- Fix an implicit conversion error flagged by GCC10
|
||||
Patch0: lalsimulation-implicit-conversion-XLALError.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module lal >= 6.22.0}
|
||||
BuildRequires: %{python_module numpy-devel}
|
||||
@ -54,6 +51,8 @@ Requires: python-six
|
||||
# FOR PYTHON PACKAGE
|
||||
Requires: lalsimulation-data = %{version}
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
The LSC Algorithm Simulation Library for gravitational wave data analysis. This
|
||||
package contains the shared-object libraries needed to run applications
|
||||
@ -92,8 +91,6 @@ Requires: %{name}-data = %{version}
|
||||
%description -n octave-lalsimulation
|
||||
This package provides the necessary files for using LALSimulation with octave.
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user