Package Release Info

lalsimulation-4.0.0-bp155.2.5

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

lalsimulation-data
lalsimulation-devel
liblalsimulation31
python3-lalsimulation

Change Logs

* Mon Nov 28 2022 Atri Bhattacharya <badshah400@gmail.com>
- Add swig_4_1_compat.patch: Ensure compatibility with swig 4.1;
  patch taken from upstream.
- Make %{name}-data package noarch.
* Fri Aug 19 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.0.0:
  * No release notes.
- Update source URL.
- Change python build dir names so that the env var PYTHON can be
  set to the full python exec.
- Bump so version to match upstream.
* Mon Jan 03 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.1.0:
  * No release notes.
- Drop python2 support in keeping with upstream.
- Bump so number for shlib package.
- Drop enum-conversion hack: no longer needed.
* Fri Feb 26 2021 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.5.1:
  * No release notes.
* Fri Feb 12 2021 Ben Greiner <code@bnavigator.de>
- Update to 2.5.0
  * no changelog found
- Skip python36 build in TW, because python36-numpy and co. are no
  more.
* Thu Jan 21 2021 Atri Bhattacharya <badshah400@gmail.com>
- Fix testing for multi-versioned python.
* Mon Jan 18 2021 Atri Bhattacharya <badshah400@gmail.com>
- Disable octave bindings, since octave >= 6 isn't supported.
* Fri Oct 23 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.2.1:
  * NRSur7dq4: Fix memory leak when omega0 is too low.
* Sat Aug 15 2020 Atri Bhattacharya <badshah400@gmail.com>
- Implement tests in %check section; BuildRequires: python3-pytest
  required for python tests.
- ExcludeArch 32-bit, as tests fail and upstream confirms that it
  is not supported
  (https://git.ligo.org/lscsoft/lalsuite/-/issues/371).
* Tue Aug 11 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.2.0:
  * No release notes.
* Tue Jul 07 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.1.0:
  * No release notes.
- Re-enable octave bindings: fixed upstream.
* Tue Jun 30 2020 Atri Bhattacharya <badshah400@gmail.com>
- Pass "-Wno-enum-conversion" to CFLAGS to workaround build errors
  because XLAL_ERROR implictly converts to different function
  return types.
- Disable octave support as compilation error with current swig.
* Fri May 29 2020 Atri Bhattacharya <badshah400@gmail.com>
- Fix Requires for python package: %{name}-data expands to
  python-lalsimulation-data whereas we really need
  lalsimulation-data.
* Wed May 27 2020 Atri Bhattacharya <badshah400@gmail.com>
- Split out separate package %{name}-data which installs the data
  files needed for analyses using lalsimulation; these data files
  are required whether running analyses in C/C++
  (lalsimulation-devel), python (python-lalsimulation), or octave
  (octave-lalsimulation).
- Fix incorrect Summary for package octave-lalsimulation.
- Drop Group tag from packages.
* Wed Apr 22 2020 Atri Bhattacharya <badshah400@gmail.com>
- BuildRequires: python-xml only for openSUSE <= 15.2 since
  python2 is disabled for newer openSUSE.
* Fri Apr 03 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.0.0
- Drop lalsimulation-build-octave44-with-swig3.patch: incorporated
  upstream.
- Enable acceleration using openmp.
- Generate man files (BuildRequires: help2man).
* Sun Feb 02 2020 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.10.1
  * Add a fix to aligned-spin limit
  * NRHybSur3dq8: Use XLAL_EDOM for extrapolation errors
  * Fix Bh1-Bh2 swap bug in NRSur7dq4 when m1 < m2
- Changes from version 1.10.0:
  * O3b release
- Rebase lalsimulation-build-octave44-with-swig3.patch for updated
  version.
* Mon Sep 30 2019 Atri Bhattacharya <badshah400@gmail.com>
- Build packages for both python2 and python3.
* Mon Jul 22 2019 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.9.1:
  * O3 point release
- Changes from version 1.9.0:
  * O3 release.
- Update shared lib package names in keeping with upstream so
  versioning.
- Rebase lalsimulation-build-octave44-with-swig3.patch to conform
  to upstream's reworking for swig and octave version tests.
* Fri Feb 08 2019 badshah400@gmail.com
- Switch builds to python2; add python-xml to BuildRequires.