- 14 Sep, 2018 3 commits
-
-
Adam Mercer authored
the nightly build packages use a prerelease versioning scheme to ensure that they are a lower version that release builds, this causes a problem for testing release builds as the version used is less then the release version and the packaging scripts fail. the use of the -b option to dch ensure that this is only considered a warning. this needs to be addressed in a better way but progress needs to be made now. [ci skip]
-
Adam Mercer authored
remove dependency on deprecated lalstochastic See merge request lscsoft/lalsuite!438
-
Adam Mercer authored
-
- 13 Sep, 2018 11 commits
-
-
Karl Wette authored
knope_utils.py: Minor fix See merge request lscsoft/lalsuite!436
-
Adam Mercer authored
Deprecate laldetchar subpackage See merge request lscsoft/lalsuite!435
-
Adam Mercer authored
Added license file to RPMs and wheels See merge request lscsoft/lalsuite!437
-
Adam Mercer authored
Deprecate lal.spectrum python module See merge request lscsoft/lalsuite!434
-
Duncan Macleod authored
-
Duncan Macleod authored
including this in the RPM is (I think) a condition of GPL
-
Matthew David Pitkin authored
-
Duncan Macleod authored
since we don't need it any more
-
Duncan Macleod authored
-
Duncan Macleod authored
this is the start of the deprecation of laldetchar as a package
-
Duncan Macleod authored
this hasn't been maintained properly in ages, and isn't really used by anyone, so we may as well remove it. people should use gwpy instead.
-
- 12 Sep, 2018 2 commits
-
-
Karl Wette authored
Don't use ${SHELL} for interpreter See merge request !428
-
Jolien Creighton authored
make hdf5 routines threadsafe even if the hdf5 library is not See merge request !374
-
- 11 Sep, 2018 2 commits
-
-
Adam Mercer authored
ensure a+ plus noise curve is packaged See merge request !433
-
Adam Mercer authored
-
- 10 Sep, 2018 2 commits
-
-
Adam Mercer authored
Add A+ noise curve to Makefile See merge request !432
-
Leo Pound Singer authored
-
- 08 Sep, 2018 2 commits
-
-
Adam Mercer authored
Rename unpickling functions to avoid collision with module See merge request !430
-
Leo Pound Singer authored
The unpickling function for instances of REAL8TimeSeries and similar classes was called `lal.series`, which collided with a submodule of the same name. In a multiprocessing application, this would confuse Python's pickling machinery and cause this exception: multiprocessing.pool.MaybeEncodingError: Error sending result: '...'. Reason: 'PicklingError('first item of the tuple returned by __reduce__ must be callable')'
-
- 07 Sep, 2018 3 commits
-
-
Adam Mercer authored
The user could set this to any random shell they like, as such it is not guarrenteed that the shell script will run with the users specified shell. Instead of inheriting this from the users environment hard code to `bash`.
-
Adam Mercer authored
Gcc8fixes See merge request !405
-
Adam Mercer authored
[ci skip]
-
- 04 Sep, 2018 2 commits
-
-
John Douglas Veitch authored
Updated IMR consistency test codes See merge request lscsoft/lalsuite!412
-
ABHIRUP GHOSH authored
-
- 03 Sep, 2018 13 commits
-
-
Kipp Cannon authored
- part of BCV pipeline that no long exists. code is uncompilable with gcc 8
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- code is uncompilable on gcc 8. code is abandonware, having never been ported to XLAL standard, and is unused.
-
Kipp Cannon authored
- a large amount of "FindChirpBCV..." functions are uncompilable on gcc 8. these are abandonware, having never been ported to XLAL standard, and are unused. instead of fixing it, this patch deletes the code.
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- ensure the destination of strncpy() functions is left null terminated
-
Kipp Cannon authored
-