Skip to content
Snippets Groups Projects
  1. Oct 24, 2016
  2. Oct 23, 2016
  3. Oct 22, 2016
  4. Oct 21, 2016
  5. Oct 19, 2016
  6. Oct 18, 2016
  7. Oct 16, 2016
  8. Oct 15, 2016
  9. Oct 14, 2016
  10. Oct 13, 2016
  11. Oct 12, 2016
    • Ben Boeckel's avatar
      Mock up Xcode devdir to make Qt5 work on Mac OS X (#1832) · b369be65
      Ben Boeckel authored
      * build_environment: allow compilers to set up an environment
      
      * clang: mock up a toolchain directory for xcode
      
      Some projects ignore CC and CXX flags and instead use xcode to find the
      toolchain. Clang on Apple should set up the environment properly.
      Arguably, every compiler could do this on Apple, but let's see how this
      works out just for AppleClang for now.
      
      The Documentation directory is ~1.7G and the excluded platforms add up
      to about 7G. Ignoring swift saves another 500M. The resulting Xcode.app
      copy is in the 2G range.
      
      * compiler: set member variables early
      
      This is required so that later methods can query things such as the
      version of the compiler.
      
      * compiler: support finding the real path of the compiler
      
      On Apple, the /usr/bin compilers are actually wrapping tools themselves
      which query xcrun for the currently selected Xcode installation. Pierce
      this veil and get the real, full path the to underlying compilers
      instead.
      
      * icu4c: install with rpath
      
      On macOS, icu installs with a library ID of the library name. Enabling
      rpath makes its ID its full installed path which lets Qt5 link against
      it successfully.
      
      * qt: no -no-gtkstyle flag on Qt5 on macOS
      b369be65
    • Massimiliano Culpo's avatar
      spack list : updated documentation (#2004) · 1925db5c
      Massimiliano Culpo authored
      * spack list : updated documentation
      
      * spack list : removed space before ':'
      1925db5c
    • Glenn Johnson's avatar
      Documentation for modules configuration options (#1685) · 5b070418
      Glenn Johnson authored
      This PR add documentation for the `suffixes` and `hash_length` options
      for modules.yaml.
      
      This resolves #1416.
      5b070418
    • Todd Gamblin's avatar
    • Massimiliano Culpo's avatar
  12. Oct 11, 2016
Loading