- Jul 07, 2023
-
-
Geraint Pratten authored
fixes #684 bug in TDModesFromPolarizations after NewInterface Closes #684 See merge request lscsoft/lalsuite!2174
-
-
- Jun 30, 2023
-
-
Duncan Macleod authored
closes #685
-
- Jun 12, 2023
-
-
Karl Wette authored
Pedantic improvements to SWIGTestLALPython.py See merge request lscsoft/lalsuite!2047
-
Duncan Macleod authored
-
- Jun 10, 2023
-
-
Karl Wette authored
add optional dependencies to PyPI description See merge request lscsoft/lalsuite!2164
-
- Jun 09, 2023
-
-
Duncan Macleod authored
in the most recent numpy releases
-
Duncan Macleod authored
is this dependent on the SWIG version?
-
Duncan Macleod authored
-
- Jun 08, 2023
-
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
-
- Jun 06, 2023
-
-
-
-
Karl Wette authored
Allow per-library fallback LAL data path for XLALFileResolvePathLong() See merge request lscsoft/lalsuite!2163
-
David Keitel authored
-
- Jun 05, 2023
-
-
Geraint Pratten authored
Use hybridized phase in SimIMRSEOBNRv5ROMTimeOfFrequency See merge request lscsoft/lalsuite!2160
-
- Jun 01, 2023
-
-
Karl Wette authored
- XLALFileResolvePathLong() replaces 'fallbackdir' with 'fallbackpath' - May contain either absolute or relative (to liblalsupport.so) paths - LALSUITE_WITH_FALLBACK_DATA_PATH (replaces LAL_WITH_DATA_PATH) defines LAL_FALLBACK_DATA_PATH to fallback LAL data path - Defaults to $(pkgdatadir), same as for 'fallbackdir' argument - New macro XLAL_FILE_RESOLVE_PATH() passes LAL_FALLBACK_DATA_PATH to XLALFileResolvePathLong(), so each library gets its own fallback path - Not designed to be used outside of LALSuite; libraries implement their own functions (e.g. XLALReadEphemerisFile(), XLALSimReadDataFileOpen() which call XLAL_FILE_RESOLVE_PATH() internally - Non-inline XLALFileResolvePath() and XLALPulsarFileResolvePath() wrappers kept to avoid breaking ABI - .gitlab-ci.yml: add finding data files test to lalpulsar_longtests [ci full]
-
- May 25, 2023
-
-
Karl Wette authored
fix doxygen for XLALVectorComputeGLtLDenominator See merge request lscsoft/lalsuite!2161
-
David Keitel authored
- fix Undefined control sequence - proper one-line docstring
-
- May 23, 2023
-
-
Lorenzo Pompili authored
-
Adam Mercer authored
remove CI build using lalsuite-dev-gcc:8 replace with build on Buster See merge request lscsoft/lalsuite!2159
-
- May 22, 2023
-
-
Adam Mercer authored
add el8 container builds See merge request lscsoft/lalsuite!2158
-
Karl Wette authored
Point LALSuite wheels to solar_system_ephemerides package for ephemeris files See merge request lscsoft/lalsuite!2156
-
Adam Mercer authored
Bullseye is used for the Debian package level builds so there is no need for a separate top-level build using Bullseye. However a top-level test using Buster is useful as Buster using gcc-8.3.0 and we no longer have a supported container with gcc8. [ci platform]
-
Adam Mercer authored
This is based on gcc:8 and that container is no longer supported.
-
Adam Mercer authored
-
- May 21, 2023
-
-
Adam Mercer authored
Add Rocky Linux 8 CI pipeline jobs See merge request lscsoft/lalsuite!2146
-
- May 20, 2023
-
-
so that it prints missing packages [ci rhel]
-
[ci rhel]
-
to be specific about el7, so that we can add el8 later
-
- May 18, 2023
-
-
Adam Mercer authored
Update packaging for RL8 See merge request lscsoft/lalsuite!2157
-
Adam Mercer authored
-
Adam Mercer authored
This disables usage of the SIStr library in the RPM packaging, used for hardware injection support. This requires the use of cds-crtools and this is not packaged for RL8, and there are no plans to make this available. If the hardware injection codes are needed then the Conda packages should be used.
-
Adam Mercer authored
python3-gwpy has not been packaged as an RPM for some time. The code that uses gwpy is behind an import protection so will give error and not just crash. If the code that utilizes gwpy is needed then the Conda packaging should be used.
-
Adam Mercer authored
The way packages that use MPI has been updated in RHEL8 and as such the MPI code here no longer works, disable building against MPI until this can be addressed. If MPI is needed then the Conda packages support MPI.
-
Karl Wette authored
-
Karl Wette authored
-