Accepting request 1233028 from science
OBS-URL: https://build.opensuse.org/request/show/1233028 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lal?expand=0&rev=16
This commit is contained in:
commit
03bbef8a52
16
lal-disable-erroneous-test.patch
Normal file
16
lal-disable-erroneous-test.patch
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
test/python/Makefile.am | 1 -
|
||||||
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
|
Index: lal-7.6.0/test/python/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- lal-7.6.0.orig/test/python/Makefile.am
|
||||||
|
+++ lal-7.6.0/test/python/Makefile.am
|
||||||
|
@@ -18,7 +18,6 @@ test_scripts += \
|
||||||
|
test_gpstime.py \
|
||||||
|
test_iterutils.py \
|
||||||
|
test_rate.py \
|
||||||
|
- utils_cache_verify.py \
|
||||||
|
$(END_OF_LIST)
|
||||||
|
|
||||||
|
# Add any helper programs required by tests to this variable
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 18 14:56:28 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Add lal-disable-erroneous-test.patch -- Disable a test to avoid
|
||||||
|
'SystemError: error return without exception set' build error
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 17 02:58:29 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Sun Nov 17 02:58:29 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
12
lal.spec
12
lal.spec
@ -47,6 +47,8 @@ Source: https://software.igwn.org/sources/source/lalsuite/lal-%{version}
|
|||||||
Patch0: https://git.ligo.org/lscsoft/lalsuite/-/commit/9dba245ab3692ecf691247a442704f13c075ed34.patch#/lalsuite_fix_swig_4_3_0_compat.patch
|
Patch0: https://git.ligo.org/lscsoft/lalsuite/-/commit/9dba245ab3692ecf691247a442704f13c075ed34.patch#/lalsuite_fix_swig_4_3_0_compat.patch
|
||||||
# PATCH-FIX-UPSTREAM
|
# PATCH-FIX-UPSTREAM
|
||||||
Patch1: https://git.ligo.org/lscsoft/lalsuite/-/commit/e12d57e893882c1603778018139ed9060579c8a7.patch#/lalsuite_fix_swig_4_3_0_compat_2.patch
|
Patch1: https://git.ligo.org/lscsoft/lalsuite/-/commit/e12d57e893882c1603778018139ed9060579c8a7.patch#/lalsuite_fix_swig_4_3_0_compat_2.patch
|
||||||
|
# PATCH-FIX-UPSTREAM lal-disable-erroneous-test.patch badshah400@gmail.com -- Disable a test that gives 'SystemError: error return without exception set'
|
||||||
|
Patch2: lal-disable-erroneous-test.patch
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module numpy-devel}
|
BuildRequires: %{python_module numpy-devel}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
@ -59,6 +61,9 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: pkgconfig(fftw3)
|
BuildRequires: pkgconfig(fftw3)
|
||||||
BuildRequires: pkgconfig(gsl)
|
BuildRequires: pkgconfig(gsl)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
# Section Patch2 requirements
|
||||||
|
BuildRequires: libtool
|
||||||
|
# /Section
|
||||||
Requires: python-freezegun
|
Requires: python-freezegun
|
||||||
Requires: python-numpy
|
Requires: python-numpy
|
||||||
Requires: python-python-dateutil
|
Requires: python-python-dateutil
|
||||||
@ -144,9 +149,14 @@ gravitational wave data analysis routines written in C following the ISO/IEC
|
|||||||
This package provides the octave module for lal.
|
This package provides the octave module for lal.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p2 -n lal-%{version}
|
# Upstream patches are -p2, non-upstreamed patch is -p1
|
||||||
|
%autosetup -N -n lal-%{version}
|
||||||
|
%patch -P0 -p2
|
||||||
|
%patch -P1 -p2
|
||||||
|
%patch -P2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fvi
|
||||||
%{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
|
||||||
|
Loading…
Reference in New Issue
Block a user