waterslideLTS / waterslide

WaterSlide is a streaming event-at-a-time architecture for processing metadata. It is designed to take in a set of streaming events from multiple sources, process them through a set of modules ("kids"), and return meaningful outputs.
Other
113 stars 40 forks source link

Fix MacOS serial build #22

Closed jrolli closed 5 years ago

jrolli commented 6 years ago

Fixes the main 'Makefile' to only build 'waterslide-parallel' when 'WS_PARALLEL' is defined. Also, fixes several variable checks to ensure all BSD derivatives (to include Darwin/MacOS) are treated the same (defaulted to only treating FreeBSD differently).