flightaware / speedtables

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.
https://flightaware.github.io/speedtables/
BSD 3-Clause "New" or "Revised" License
66 stars 15 forks source link

BCK-6685 - allow cassandra paths to be set in nix for speedtables #82

Closed resuna closed 2 years ago

resuna commented 2 years ago

Yeh, nix is kinda special, and aclocal.m4 assumes casstcl and cassandra are in the same prefix. This PR allows both paths to be provioded in --with-casstcl.