0664b90751
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.
39 lines
1,015 B
YAML
39 lines
1,015 B
YAML
# -------------------------------------------------------------------------
|
|
# This is the default configuration for Spack's module file generation.
|
|
#
|
|
# Settings here are versioned with Spack and are intended to provide
|
|
# sensible defaults out of the box. Spack maintainers should edit this
|
|
# file to keep it current.
|
|
#
|
|
# Users can override these settings by editing the following files.
|
|
#
|
|
# Per-spack-instance settings (overrides defaults):
|
|
# $SPACK_ROOT/etc/spack/modules.yaml
|
|
#
|
|
# Per-user settings (overrides default and site settings):
|
|
# ~/.spack/modules.yaml
|
|
# -------------------------------------------------------------------------
|
|
modules:
|
|
enable:
|
|
- tcl
|
|
prefix_inspections:
|
|
bin:
|
|
- PATH
|
|
man:
|
|
- MANPATH
|
|
share/man:
|
|
- MANPATH
|
|
share/aclocal:
|
|
- ACLOCAL_PATH
|
|
lib/pkgconfig:
|
|
- PKG_CONFIG_PATH
|
|
lib64/pkgconfig:
|
|
- PKG_CONFIG_PATH
|
|
share/pkgconfig:
|
|
- PKG_CONFIG_PATH
|
|
'':
|
|
- CMAKE_PREFIX_PATH
|
|
|
|
lmod:
|
|
hierarchy:
|
|
- mpi
|