# Policy 10.2 says: Shared object files (often .so files) that are not public
# libraries, that is, they are not meant to be linked to by third party 
# executables (binaries of other packages) [...]. Such files are exempt from 
# the rules that govern ordinary shared libraries, except that they must not 
# be installed executable and should be stripped. [...] A common example are 
# the so-called "plug-ins".
#
# libTachyon.so is a plug-in.
#
ovito: shlib-with-non-pic-code usr/lib/ovito/plugins/libTachyon.so
