File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ def prebuild_armeabi(self):
30
30
self .apply_patch (join ('patches' , 'fix-remove-corefoundation.patch' ))
31
31
self .apply_patch (join ('patches' , 'fix-dynamic-lookup.patch' ))
32
32
self .apply_patch (join ('patches' , 'fix-dlfcn.patch' ))
33
- self .apply_patch (join ('patches' , 'ctypes-find-library.patch' ))
33
+ # self.apply_patch(join('patches', 'ctypes-find-library.patch'))
34
+ self .apply_patch (join ('patches' , 'ctypes-find-library-updated.patch' ))
34
35
35
36
if uname ()[0 ] == 'Linux' :
36
37
self .apply_patch (join ('patches' , 'fix-configure-darwin.patch' ))
Original file line number Diff line number Diff line change 8
8
class VispyRecipe (PythonRecipe ):
9
9
version = '0.4.0'
10
10
url = 'https://github.com/vispy/vispy/archive/v{version}.tar.gz'
11
+ # version = 'campagnola-scenegraph-update'
12
+ # url = 'https://github.com/campagnola/vispy/archive/scenegraph-update.zip'
11
13
12
- depends = ['python2' , 'numpy' ]
14
+ depends = ['python2' , 'numpy' , 'pysdl2' ]
13
15
14
16
def prebuild_arch (self , arch ):
15
17
super (VispyRecipe , self ).prebuild_arch (arch )
@@ -20,6 +22,7 @@ def prebuild_arch(self, arch):
20
22
self .apply_patch ('disable_freetype.patch' )
21
23
self .apply_patch ('disable_font_triage.patch' )
22
24
self .apply_patch ('use_es2.patch' )
25
+ self .apply_patch ('remove_ati_check.patch' )
23
26
shprint (sh .touch , join (build_dir , '.patched' ))
24
27
25
28
recipe = VispyRecipe ()
You can’t perform that action at this time.
0 commit comments