gnu: opencl-icd-loader: Use single directory in search path.
* gnu/packages/opencl.scm (opencl-icd-loader)[native-search-paths]: Support only a single directory.
This commit is contained in:
		
							parent
							
								
									3cc7638258
								
							
						
					
					
						commit
						b545d22364
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -139,7 +139,9 @@
 | 
			
		|||
    (native-search-paths
 | 
			
		||||
     (list (search-path-specification
 | 
			
		||||
            (variable "OCL_ICD_VENDORS")
 | 
			
		||||
            (files '("etc/OpenCL/vendors")))))
 | 
			
		||||
            (files '("etc/OpenCL/vendors"))
 | 
			
		||||
            ;; Only supports a single directory.
 | 
			
		||||
            (separator #f))))
 | 
			
		||||
    (home-page "https://github.com/KhronosGroup/OpenCL-ICD-Loader")
 | 
			
		||||
    (inputs (list opencl-headers))
 | 
			
		||||
    (synopsis "OpenCL Installable Client Driver")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue