Home | Trees | Indices | Help |
|
---|
|
This module contains helper functions for configuration using pkg-config.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_swig_binary_cache = None
|
|||
_swig_version_cache = None
|
|||
_pkg_config_installed = None
|
|||
_header_and_library_cache =
|
|||
__package__ =
|
|
Check the swig version Returns True if the version of the installed swig is equal or greater than the version passed to the function. If same is True, the function returns True if and only if the two versions are the same. Usage: if instant.check_swig_version('1.3.36'): print "Swig version is greater than or equal to 1.3.36" else: print "Swig version is lower than 1.3.36" |
This function returns list of include files, flags, libraries and library directories obtain from a pkgconfig file. The usage is: (includes, flags, libraries, libdirs) = header_and_libs_from_pkgconfig(*list_of_packages) or: (includes, flags, libraries, libdirs, linkflags) = header_and_libs_from_pkgconfig(*list_of_packages, returnLinkFlags=True) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 10 07:12:38 2013 | http://epydoc.sourceforge.net |