TRASAL / AMBER

A many-core transient searching pipeline, designed to search in real-time for Fast Radio Bursts.
http://alert.eu/
Apache License 2.0
4 stars 2 forks source link

-DHAVE_PSRDADA missing from Makefile #2

Closed loostrum closed 7 years ago

loostrum commented 7 years ago

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.

jiskattema commented 7 years ago

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

jiskattema commented 7 years ago

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