taucmdr.cf.software.sqlite3_installation module

SQLite3 software installation management.

SQLite3 is a single-file relational database. It can be optionally used by TAU to store profile data in such a database.

class taucmdr.cf.software.sqlite3_installation.Sqlite3Installation(sources, target_arch, target_os, compilers)[source]

Bases: taucmdr.cf.software.installation.AutotoolsInstallation

Encapsulates a SQLite3 installation.