Accepting request 824366 from science
OBS-URL: https://build.opensuse.org/request/show/824366 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyCBC?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66489e5f5294f0b689c7dc042ab5f505ee9f8a2c3579603930ebc5cd845db1f9
|
||||
size 3187986
|
||||
3
PyCBC-1.16.7.tar.gz
Normal file
3
PyCBC-1.16.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:494449fcfc2923027b731ef597390fcad523ee349eacaba63eb36d5dfa320a5f
|
||||
size 16712363
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 15:44:34 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 0.16.7:
|
||||
* Work around an unhandled exception when a GPU is present on a
|
||||
system but not allocated to the process
|
||||
[gh#gwastro/pycbc#3403].
|
||||
* Fix typo in ACT printed to screen [gh#gwastro/pycbc#3402].
|
||||
* Fix nonfsio site so that it does not allow jobs on that site
|
||||
to run on the grid [gh#gwastro/pycbc#3399].
|
||||
* Fix error caused by missing https:// prefix on
|
||||
segments.ligo.org [gh#gwastro/pycbc#3398].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 1 18:37:44 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 0.16.6:
|
||||
* Fix a bug from v1.16.5 in how pycbc_coinc_hdfinjfind deals
|
||||
with segment attributes in the statmap files.
|
||||
* Allow use of reuse cache files stored on web pages behind
|
||||
authentication.
|
||||
- Changes from version 0.16.5:
|
||||
- Improvements to efficiency of coincidence finding in the
|
||||
offline search.
|
||||
- Changes to allow for time-dependent arguments for channel
|
||||
names.
|
||||
- Settings to allow for different handling of file I/O in
|
||||
overloaded filesystems.
|
||||
- Update the list of Requires and Recommends to provide a more
|
||||
complete experience.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 6 20:33:51 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-PyCBC
|
||||
Version: 1.16.4
|
||||
Version: 1.16.7
|
||||
Release: 0
|
||||
Summary: Core library to analyze gravitational-wave data
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
URL: http://www.pycbc.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pycbc/PyCBC-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/P/PyCBC/PyCBC-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Cython}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module numpy >= 1.16.0}
|
||||
@@ -32,9 +32,21 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-astropy
|
||||
Requires: python-beautifulsoup4
|
||||
Requires: python-decorator
|
||||
Requires: python-h5py
|
||||
Requires: python-numpy >= 1.16.0
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
|
||||
Requires: python-requests
|
||||
Requires: python-scipy
|
||||
Requires: python-tqdm
|
||||
Recommends: python-emcee
|
||||
Recommends: python-gwdatafind
|
||||
Recommends: python-lal
|
||||
Recommends: python-lalframe
|
||||
Recommends: python-lalsimulation
|
||||
Recommends: python-ligo-segments
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -48,7 +60,7 @@ of detected sources.
|
||||
%setup -q -n PyCBC-%{version}
|
||||
|
||||
# FOR REAL BINARIES SET HASHBANG TO PYTHON3 DIRECTLY
|
||||
sed -E -i "1{s|^#\!\s*/usr/bin/env python|#\!/usr/bin/python3|}" \
|
||||
sed -E -i "1{s|^#\!\s*/usr/bin/env python|#\!%{_bindir}/python3|}" \
|
||||
bin/pycbc_* \
|
||||
bin/*/pycbc_*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user