pyre.externals.LibraryInstallation¶
Module Contents¶
-
class
pyre.externals.LibraryInstallation.LibraryInstallation¶ Bases:
pyre.externals.Installation.InstallationThe package manager for libraries
-
defines¶
-
doc= the compile time markers that indicate my presence¶
-
incdir¶
-
doc= the locations of my headers; for the compiler command line
-
libdir¶
-
doc= the locations of my libraries; for the linker command path
-
pyre_configured(self)¶ Verify that my {incdir} and {libdir} traits point to good locations
-