30 lines
		
	
	
		
			724 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			724 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# -------------------------------------------------------------------------
 | 
						|
# This is the default spack module files generation configuration.
 | 
						|
#
 | 
						|
# Changes to this file will affect all users of this spack install,
 | 
						|
# although users can override these settings in their ~/.spack/modules.yaml.
 | 
						|
# -------------------------------------------------------------------------
 | 
						|
modules:
 | 
						|
  enable:
 | 
						|
    - tcl
 | 
						|
    - dotkit
 | 
						|
  prefix_inspections:
 | 
						|
    bin:
 | 
						|
      - PATH
 | 
						|
    man:
 | 
						|
      - MANPATH
 | 
						|
    lib:
 | 
						|
      - LIBRARY_PATH
 | 
						|
      - LD_LIBRARY_PATH
 | 
						|
    lib64:
 | 
						|
      - LIBRARY_PATH
 | 
						|
      - LD_LIBRARY_PATH
 | 
						|
    include:
 | 
						|
      - CPATH
 | 
						|
    lib/pkgconfig:
 | 
						|
      - PKGCONFIG
 | 
						|
    lib64/pkgconfig:
 | 
						|
      - PKGCONFIG
 | 
						|
    '':
 | 
						|
      - CMAKE_PREFIX_PATH
 |