Revert "gnu: beignet: Fix build."
This reverts commit 213516f0ba,
which removed ICD support entirely.
			
			
This commit is contained in:
		
							parent
							
								
									1ad4d00a95
								
							
						
					
					
						commit
						40e78353a4
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -266,10 +266,7 @@ incorporate inside an OpenCL implementation to give it ICD functionalities.")
 | 
				
			||||||
       (list (string-append "-DCLANG_LIBRARY_DIR="
 | 
					       (list (string-append "-DCLANG_LIBRARY_DIR="
 | 
				
			||||||
                            (assoc-ref %build-inputs "clang@3.7") "/lib")
 | 
					                            (assoc-ref %build-inputs "clang@3.7") "/lib")
 | 
				
			||||||
             "-DENABLE_GL_SHARING=ON"
 | 
					             "-DENABLE_GL_SHARING=ON"
 | 
				
			||||||
             "-DEXPERIMENTAL_DOUBLE=ON"
 | 
					             "-DEXPERIMENTAL_DOUBLE=ON")
 | 
				
			||||||
             ;; disable OCL ICD, which is probably this project:
 | 
					 | 
				
			||||||
             ;; https://github.com/OCL-dev/ocl-icd
 | 
					 | 
				
			||||||
             "-DOCLICD_COMPAT=0")
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue