File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ InstallIGFX () {
137137    #  Backup and install it from release igc as a temporarily workaround
138138    #  while we working to resolve the issue.
139139    echo  " Backup libopencl-clang" 
140-     cp -d /usr/local/lib/libopencl-clang2.so.14 *   . 
140+     cp -d /usr/local/lib/libopencl-clang2.so.15 *   . 
141141    echo  " Download IGC dev git hash $IGC_DEV_VER " 
142142    get_pre_release_igfx $IGC_DEV_URL  $IGC_DEV_VER 
143143    echo  " Install IGC dev git hash $IGC_DEV_VER " 
@@ -146,12 +146,12 @@ InstallIGFX () {
146146    dpkg -i --force-all * .deb
147147    echo  " Install libopencl-clang" 
148148    #  Workaround only, will download deb and install with dpkg once fixed.
149-     cp -d libopencl-clang2.so.14 *   /usr/local/lib/
149+     cp -d libopencl-clang2.so.15 *   /usr/local/lib/
150150    rm /usr/local/lib/libigc.so /usr/local/lib/libigc.so.1*  &&  \
151151       ln -s /usr/local/lib/libigc.so.2 /usr/local/lib/libigc.so &&  \
152152       ln -s /usr/local/lib/libigc.so.2 /usr/local/lib/libigc.so.1
153153    echo  " Clean up" 
154-     rm * .deb libopencl-clang2.so.14 * 
154+     rm * .deb libopencl-clang2.so.15 * 
155155    echo  " $IGC_DEV_TAG "   >  /usr/local/lib/igc/IGCTAG.txt
156156  fi 
157157}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments