TRASAL / AMBER

A many-core transient searching pipeline, designed to search in real-time for Fast Radio Bursts.

Home Page:http://alert.eu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-DHAVE_PSRDADA missing from Makefile

loostrum opened this issue · comments

The following is missing from the Makefile:

ifdef PSRDADA
        CFLAGS += -DHAVE_PSRDADA
endif

Without it, TransientSearch won't compile as it still tries to compile PSRDADA code.

Thanks, i will add it here. Note that i'm refactoring building the pipeline; there can be a few more spots i've missed.

Build is fixed in 9a026d7 with and without PSRDADA. Not actually tested.