Skip to content

Only compile lalinspiral/python/lalinspiral/_thinca.c with --enable-python

Currently, ./configure --disable-python && make tries to compile lalinspiral/python/lalinspiral/_thinca.c, which includes Python.h so fails on clean build systems.

This MR patches the makefile for python-lalinspiral to only compile _thinca.c when HAVE_PYTHON is True.

/cc @kipp.cannon, @adam-mercer

Edited by LALSuite Bot

Merge request reports