ratt-ru / meqtrees

A library for implementing radio astronomical Measurement Equations
http://meqtrees.net
10 stars 2 forks source link

switch from the GDBM to the native QDBM API #862

Open o-smirnov opened 9 years ago

o-smirnov commented 9 years ago

Since only MEQ/src/FastParmTable.cc is affected, and the interface is quite analogous to gdbm, it should be easy to switch from the gdbm calls to the native "depot" calls (http://manpages.ubuntu.com/manpages/saucy/man3/depot.3.html). This will put #861 and https://github.com/ska-sa/meqtrees-timba/issues/1 to rest.

@IanHeywood, are you willing to test this if I do it?

o-smirnov commented 9 years ago

OK I've implemented this in a branch for now: https://github.com/ska-sa/meqtrees-timba/tree/native-qdbm-issue1

Can't test properly here as I haven't got anything that still uses FastParmTable. @IanHeywood, could you please check out that branch, rebuild, and test?