Drop compiler variables from spack load (#21699)
Drops: * C_INCLUDE_PATH * CPLUS_INCLUDE_PATH * LIBRARY_PATH * INCLUDE We already decided to use C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, INCLUDE over CPATH here: https://github.com/spack/spack/pull/14749 However, none of these flags apply to Fortran on Linux. So for consistency it seems better to make the user use -I and -L flags by hand or through pkgconfig.
This commit is contained in:
		| @@ -25,16 +25,6 @@ modules: | ||||
|       - MANPATH | ||||
|     share/aclocal: | ||||
|       - ACLOCAL_PATH | ||||
|     lib: | ||||
|       - LIBRARY_PATH | ||||
|     lib64: | ||||
|       - LIBRARY_PATH | ||||
|     include: | ||||
|       - C_INCLUDE_PATH | ||||
|       - CPLUS_INCLUDE_PATH | ||||
|       # The INCLUDE env variable specifies paths to look for | ||||
|       # .mod file for Intel Fortran compilers | ||||
|       - INCLUDE | ||||
|     lib/pkgconfig: | ||||
|       - PKG_CONFIG_PATH | ||||
|     lib64/pkgconfig: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Harmen Stoppels
					Harmen Stoppels