Skip to content
Snippets Groups Projects
Commit 288062a6 authored by Meg Millhouse's avatar Meg Millhouse
Browse files

Merge branch 'check-lalinspiral' into 'master'

Fix LALInspiral 4.0.0 build failure

See merge request lscsoft/bayeswave!263
parents f14866ab 06e1cfd5
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,6 @@ dependencies: ...@@ -12,11 +12,6 @@ dependencies:
- liblalframe - liblalframe
- liblalinference - liblalinference
- liblalsimulation - liblalsimulation
- gsl
- liblal
- liblalframe
- liblalinference
- liblalsimulation
- pip - pip
- python - python
- astropy - astropy
......
...@@ -45,7 +45,8 @@ ...@@ -45,7 +45,8 @@
#include <lal/XLALError.h> #include <lal/XLALError.h>
#include <lal/GenerateInspiral.h> #include <lal/GenerateInspiral.h>
#include <lal/LIGOLwXMLRead.h> #include <lal/LIGOLwXMLRead.h>
#include <lal/LIGOLwXMLInspiralRead.h> // #include <lal/LIGOLwXMLInspiralRead.h> # For LALInspiral < 4.0.0
#include <lal/LALDatatypes.h>
#include <lal/LALConstants.h> #include <lal/LALConstants.h>
#include <lal/SeqFactories.h> #include <lal/SeqFactories.h>
#include <lal/DetectorSite.h> #include <lal/DetectorSite.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment