예제 #1
0
파일: glxgears.py 프로젝트: Scemoon/lpts
 def check_deps(self):
     '''编译ubgears需要提供libx11-devel包和libGL-devel包
     '''
     utils.has_gcc()
     utils.has_file("libX11-devel", "/usr/include/X11/Xlib.h")
     utils.has_file("libGL-devel", "/usr/include/GL/gl.h")
     utils.has_file("libXext-devel","/usr/include/X11/extensions/Xext.h")
예제 #2
0
파일: glxgears.py 프로젝트: Scemoon/lpts
 def check_deps(self):
     '''编译ubgears需要提供libx11-devel包和libGL-devel包
     '''
     utils.has_gcc()
     utils.has_file("libX11-devel", "/usr/include/X11/Xlib.h")
     utils.has_file("libGL-devel", "/usr/include/GL/gl.h")
     utils.has_file("libXext-devel","/usr/include/X11/extensions/Xext.h")
예제 #3
0
파일: dbench_fio.py 프로젝트: Scemoon/lpts
 def check_deps(self):
     '''
     检查是否含缺少依赖
     @note: gcc 是必须的
     '''
     utils.has_gcc()
     utils.has_file("popt-devel", "/usr/include/popt.h")
     utils.has_file("zlib-devel", "/usr/include/zlib.h")
예제 #4
0
파일: dbench_fio.py 프로젝트: Scemoon/lpts
 def check_deps(self):
     '''
     检查是否含缺少依赖
     @note: gcc 是必须的
     '''
     utils.has_gcc()
     utils.has_file("popt-devel", "/usr/include/popt.h")
     utils.has_file("zlib-devel", "/usr/include/zlib.h")
예제 #5
0
파일: test.py 프로젝트: Scemoon/lpts
 def check_deps(self):
     '''
     检查是否含缺少依赖
     @note: gcc 是必须的
     '''
     utils.has_gcc()
예제 #6
0
파일: test.py 프로젝트: zhouhui321/lpts
 def check_deps(self):
     """
     检查是否含缺少依赖
     @note: gcc 是必须的
     """
     utils.has_gcc()
예제 #7
0
파일: test.py 프로젝트: Scemoon/lpts
 def check_deps(self):
     '''
     检查是否含缺少依赖
     @note: gcc 是必须的
     '''
     utils.has_gcc()