openalea.sconsx.util.lib_check.detect_posix_project_installpath#

detect_posix_project_installpath(filepattern, potentialdirs=[])[source]#

Detect the installation of include of lib in the system. Potential dirs can be added to test on the system. By default, ‘/usr’,’/usr/local’,’/opt/local’ are tested. If nothing is found, it return the default value /usr Exemple of use will be: detect_posix_project_installpath(‘GL’, [‘/usr/X11R6’])