30 Commits

Author SHA256 Message Date
75ab17f25f Accepting request 1332188 from science
OBS-URL: https://build.opensuse.org/request/show/1332188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=12
2026-02-10 20:12:58 +00:00
69d990142d Accepting request 1332103 from home:priand:branches:science
I fixed the build in Factory. In the build.log for the factory build of lalframe 3.0.7 was:

[   21s] /usr/include/lal/swiglal.i:9: Warning 999: swiglal.i requires SWIG version 4.4.0

In the BE there is also -Werror set that treats warnings as fatal errors. This lead to the build failure.
Since openSUSE has swig 4.4.1 this means both, warning and error are invalid.
The statement export SWIG_FEATURES="-w999" suppresses this specific warning.

See:
https://build.opensuse.org/package/show/home:priand:branches:home:anag_factory:branches:science/lalframe

- Fix build in Factory by adding export SWIG_FEATURES="-w999"
  * Add BuildRequires for
    - help2man
  * Add Requires for
    - octave
  * Change version numbers according to specification.

OBS-URL: https://build.opensuse.org/request/show/1332103
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=28
2026-02-10 08:30:29 +00:00
7bcc7c3b38 Accepting request 1330287 from home:priand:branches:science
- Update to version 3.0.7
  * Fix build on Tumbleweed/Factory by adding 
    BuildRequires python-igwn-segments
  * Remove BuildRequires for python-ligo-segments
    which is replaced by python-igwn-segments
  * Remove lalframe-swig-stringval-not-value.patch, fixed upstream
  * Remove BuildRequires python-py as stated in comment in spec 
    file. 
    https://git.ligo.org/lscsoft/lalsuite/-/merge_requests/2033
  * No Release Notes
- Changes in version 3.0.6
  * No Release Notes

OBS-URL: https://build.opensuse.org/request/show/1330287
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=27
2026-02-02 03:03:56 +00:00
f0f99ac195 Accepting request 1227917 from science
OBS-URL: https://build.opensuse.org/request/show/1227917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=11
2024-12-03 19:46:42 +00:00
83950e31ce Accepting request 1227817 from home:badshah400:lal-fixes
Add lalframe-swig-stringval-not-value.patch: For compatibility with swig 4.3.0, prefer 'stringval' before 'value' attribute (upstream commit 9dba245a).

OBS-URL: https://build.opensuse.org/request/show/1227817
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=25
2024-12-03 06:35:45 +00:00
9fc3193f67 OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=24 2024-11-18 12:40:34 +00:00
56cfd3b5c2 OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=23 2024-11-18 12:39:58 +00:00
e3fab863b8 Accepting request 1200249 from science
OBS-URL: https://build.opensuse.org/request/show/1200249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=10
2024-09-13 12:34:10 +00:00
d49c3ebe65 Accepting request 1200190 from home:badshah400:branches:science
Version update and numpy 2.0 compatibilty

OBS-URL: https://build.opensuse.org/request/show/1200190
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=21
2024-09-12 06:45:35 +00:00
2a2f4ca705 Accepting request 1189323 from science
OBS-URL: https://build.opensuse.org/request/show/1189323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=9
2024-07-25 13:38:48 +00:00
5373bf8ffe Accepting request 1188783 from home:badshah400:lal-update
Update lalframe to 3.0.4.

OBS-URL: https://build.opensuse.org/request/show/1188783
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=19
2024-07-24 07:52:10 +00:00
c6b2b83ade Accepting request 1143202 from science
OBS-URL: https://build.opensuse.org/request/show/1143202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=8
2024-02-01 17:05:32 +00:00
a957d007e4 Accepting request 1140567 from home:badshah400:branches:science
Update to version 3.0.3:

OBS-URL: https://build.opensuse.org/request/show/1140567
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=17
2024-02-01 08:13:58 +00:00
ef417fd86d Accepting request 1089161 from science
OBS-URL: https://build.opensuse.org/request/show/1089161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=7
2023-05-26 22:50:47 +00:00
b5ec33c144 Accepting request 1088554 from home:badshah400:lal_update
- Update to version 3.0.1:
- Update shlib package name in keeping with upstream so version.

OBS-URL: https://build.opensuse.org/request/show/1088554
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=15
2023-05-26 09:06:29 +00:00
367684ef9c Accepting request 1066780 from science
OBS-URL: https://build.opensuse.org/request/show/1066780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=6
2023-02-21 14:36:06 +00:00
50ec74db5e Accepting request 1064444 from home:badshah400:lal-python-py-fixes
Add python-py BuildRequires to fix tests that fail due to "No module named 'py._path'" errors.

OBS-URL: https://build.opensuse.org/request/show/1064444
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=13
2023-02-20 10:19:25 +00:00
45b3c991cb Accepting request 998854 from science
OBS-URL: https://build.opensuse.org/request/show/998854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=5
2022-08-24 13:11:02 +00:00
3104823807 Accepting request 998253 from home:badshah400:branches:science
- Update to version 2.0.1:
- Update so version to match upstream.
- Update source URL.

OBS-URL: https://build.opensuse.org/request/show/998253
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=11
2022-08-23 14:16:14 +00:00
6b81b5cd0c Accepting request 945454 from science
OBS-URL: https://build.opensuse.org/request/show/945454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=4
2022-01-17 21:33:55 +00:00
dc65fd6169 Accepting request 943575 from home:badshah400:branches:science
- Update to version 1.6.0.
- Drop support for python2 in keeping with upstream.

OBS-URL: https://build.opensuse.org/request/show/943575
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=10
2022-01-10 23:47:18 +00:00
b6bf6105f2 Accepting request 876068 from science
OBS-URL: https://build.opensuse.org/request/show/876068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=3
2021-04-21 18:59:03 +00:00
8c51eedcb4 Accepting request 875545 from home:badshah400:branches:science
- Update to version 1.5.4:
  * No release notes.

OBS-URL: https://build.opensuse.org/request/show/875545
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=8
2021-03-01 22:48:08 +00:00
234205a6aa Accepting request 872142 from science
OBS-URL: https://build.opensuse.org/request/show/872142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=2
2021-02-16 08:19:18 +00:00
62d0d64074 Accepting request 871649 from home:badshah400:branches:science
OBS-URL: https://build.opensuse.org/request/show/871649
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=6
2021-02-14 13:23:23 +00:00
bb6e6e0ed3 Accepting request 845393 from science
Frame Library for gravitational wave data analysis

OBS-URL: https://build.opensuse.org/request/show/845393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lalframe?expand=0&rev=1
2020-11-04 17:25:18 +00:00
860d202549 Accepting request 843942 from home:badshah400:branches:science
- Update URL.
- Specfile cleanups using spec-cleaner.
- Drop redundant build/runtime dependencies:
  * libframe-devel: superseded by framel-devel.
  * ldas-tools-framecpp-devel is identical to pkgconfig(framecppc).
- Implement tests as part of %check; additionally needs BuildRequires: python3-pytest.
- ExcludeArch 32-bit, as tests fail and upstream confirms that it is not supported (https://git.ligo.org/lscsoft/lalsuite/-/issues/371).

OBS-URL: https://build.opensuse.org/request/show/843942
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=4
2020-10-30 09:17:37 +00:00
1c80dc92fe Accepting request 819094 from home:badshah400:branches:science
- Update to version 1.5.1
  * No release notes.
- New BuildRequires: pkgconfig(framel), pkgconfig(framecppc).
- Drop lalframe-build-octave44-with-swig3.patch: Incorporated
  upstream (also drop BuildRequires: libtool and the command
  autoreconf before configure).
- Re-enable octave bindings, fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/819094
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=3
2020-07-10 17:37:57 +00:00
db400146c4 Accepting request 818841 from home:badshah400:branches:science
- Disable octave support as compilation error with current swig.

OBS-URL: https://build.opensuse.org/request/show/818841
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=2
2020-07-06 00:28:46 +00:00
d00a11a3ad Accepting request 802722 from home:badshah400:GW
LSC Algorithm Frame Library for gravitational wave data analysis

OBS-URL: https://build.opensuse.org/request/show/802722
OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=1
2020-05-15 10:39:47 +00:00