Skip to content
Snippets Groups Projects
  1. Nov 04, 2016
    • Massimiliano Culpo's avatar
      module files tutorial : first complete draft (#2228) · 401b4cb1
      Massimiliano Culpo authored
      * module files tutorial : first complete draft
      
      - first complete draft for module files tutorial
      - minor corrections to module file reference
      
      * module file tutorial : first batch of corrections
      
      - module avail spelled out fully
      - typos from @adamjstewart
      - rewording of a few sentences
      
      * module file tutorial : first batch of corrections
      
      - emphasized lines in yaml files
      
      * module file tutorial : fixes according to @citibeth and @adamjstewart reviews
      
      - used long format for command options
      - reworded unclear sentence on tokes
      - reworked table in reference manual to make it clearer
      
      * module file tutorial : implemented corrections collected on site from @schlyfts
      
      * module file tutorial : removed comment (@hartzell suggestion)
      401b4cb1
    • Gregory L. Lee's avatar
    • Todd Gamblin's avatar
      Better spack spec (#2238) · 2536029e
      Todd Gamblin authored
      * Add options for hashes, tree depth, and YAML to `spack spec`.
      
      - Can now display hashes with `spack spec`, like `spack find`.
        - Removed the old "ids" argument to `spack spec` (which
          printed numerical values)b
      
      - Can output YAML spec from `spack spec` with `-y`
      
      - Can control depth of DAG traversal with --cover=[nodes|edges|paths]
      
      - Can print install status (installed, missing, not installed) with -I
      
      * Don't use YAML aliases in specs.
      
      - Force Spack's YAML dumper to ignore aliases.
      - aliases cause non-canonical YAML to be used in DAG hash, and result in
        redundant hashes.
      - add a test to ensure this behavior stays
      2536029e
    • Peter J. Scheibel's avatar
      9a585e6c
    • Peter J. Scheibel's avatar
      74b439b7
  2. Nov 03, 2016
  3. Nov 02, 2016
  4. Nov 01, 2016
  5. Oct 31, 2016
  6. Oct 30, 2016
    • Massimiliano Culpo's avatar
      module file support: major rework of docs (#2169) · 9989f8e2
      Massimiliano Culpo authored
      * module file support: major rework of docs
      
      * module file support: fixed issues found by @adamjstewart
      
      - list or enumeration should not be indented
      - use console instead of bash or csh in things that are not scripts
      - other typos
      
      * module file support: fixed other issues found by @adamjstewart
      
      - tables should not be indented
      - substitute lines with pyobject to import an entire function
      - get help output running commands
      - typos
      
      * module file support: fixes according to review comments
      
      - @citibeth moved `spack module loads` after `spack load`
      - @glennpj tried to clarify installation table + changes to language
      - @tgamblin Removed top level section and moved the whole thing into the reference manual
      
      * module file support: moved directive before spack module loads
      9989f8e2
    • Massimiliano Culpo's avatar
      configuration file for modules : fixed enable keyword (#2176) · 4d35ac6a
      Massimiliano Culpo authored
      - enable keyword works again
      - test/modules.py : proper clean-up after tests
      4d35ac6a
    • Barry Smith's avatar
      Do not check directory layout for external packages (#2172) · ef2c42a8
      Barry Smith authored
      External packages do not have an spec.yaml file so don't check for it.
      Without this change any time a package depends on an external package
      when the new package is installed you will get the error
      
      Install prefix exists but contains no spec.yaml
      
      This problem has also haunted me since I started using Spack since PETSc
      depends on Python and I used an external python but fortunately it
      was relatively easy to debug once I could reproduce it at will.
      
      Funded-by: IDEAS
      Project: IDEAS/xSDK
      Time: 1 hour
      ef2c42a8
  7. Oct 29, 2016
  8. Oct 27, 2016
  9. Oct 26, 2016
  10. Oct 25, 2016
    • Denis Davydov's avatar
      filter system paths (#2083) · 39772e4c
      Denis Davydov authored
      * add filter_system_paths()
      
      * filter system paths in set_build_environment_variables()
      
      * two function: lib/inc + bin
      
      * reverse order in bin
      
      * fix order
      
      * minor
      
      * improvements of the code
      
      * more cleanup
      
      * alternative solution for filter_bins
      
      * fiddle base alalazo's approach
      
      * minor
      
      * minor
      39772e4c
Loading