Skip to content
Snippets Groups Projects
  1. Dec 11, 2016
  2. Dec 10, 2016
    • Tom Scogland's avatar
      update flux dependencies and package (#2541) · 943c007f
      Tom Scogland authored
      * update flux dependencies and package
      
      * refinements from @adamjstewart
      
      * fix flux document generation
      
      The docbook-xsl package has been added, and correctly configures catalog
      files to generate documentation correctly with asciidoc.
      943c007f
  3. Dec 09, 2016
    • Denis Davydov's avatar
      astyle: do not set user/group when installing on macOS (#2542) · d7e9134d
      Denis Davydov authored
      * astyle: do not set user/group when installing on macOS
      
      * astyle: add new version
      d7e9134d
    • Denis Davydov's avatar
      petsc: explicitly disable X11 (#2533) · 4d0ea423
      Denis Davydov authored
      otherwise petsc may pickup libX11 on login nodes during config/build,
      but libX11 may not be available on computation nodes.
      4d0ea423
    • becker33's avatar
      Make targets an attribute of compilers (#2500) · 3f8613ae
      becker33 authored
      * Make targets an attribute of compilers, similar to OS. Allows users to use `spack compiler find` to add compilers for the same platform/os but different targets when spack is installed on a file system mounted on machines with different targets.
      
      * Changed get_compilers() method to treat old compilers with no target as target='any'
      
      * flake8 changes
      
      * Address change requests for comments/code clarity
      3f8613ae
  4. Dec 08, 2016
    • Sergey Kosukhin's avatar
    • Sergey Kosukhin's avatar
      Added packages: cmor and uuid. (#2527) · 607f4e7b
      Sergey Kosukhin authored
      * Added package 'uuid'.
      
      * Added package 'cmor'.
      
      * Updated 'cmor' and 'uuid': docstring formatting.
      607f4e7b
    • Peter Scheibel's avatar
      065e3d7c
    • Todd Gamblin's avatar
      Add support for parsing R-XML URL versions. (#2525) · be300eb6
      Todd Gamblin authored
      * Add support for parsing R-XML URL versions.
      
      * Better url-parse debug output.
      
      - just print the debug stuff all the time.
      
      * fix R-XML versions.
      be300eb6
    • George Hartzell's avatar
      Update emacs: current release, use our x11 bits (#2052) · 65df4174
      George Hartzell authored
      * Update emacs: current release, use our x11 bits
      
      Add checksum for 25.1 release.
      
      Rework the X support:
      
      - use Spack's X11 bits
      - add ability to specify an X toolkit (gtk or athena, default is gtk).
      - change toolkit names to align with Emacs' configure usage.
      
      * PEP8 cleanups.
      
      * glib dependency should not be type=build
      
      I'd like to blame that on a typo, but it's a few too many characters
      for that to be viable.  I'm not sure what I was thinking.
      
      * Pass X variant down: emacs->pango->cairo
      
      * X variants default to False, warn on bad toolkit
      
      Change the X variants for emacs, pango and cairo to default to False.
      
      Check that the toolkit is a valid choice and give a reasonable error if
      not.
      
      * Fix flake8 issue, reword warning text
      
      * gtkplus needs to use +X variant for pango to work
      
      In order for a useful variant of pango to be built into the spec I
      needed to make the dependency on gtkplus explicitly specify it's X
      variant.  The X variant is the default, but that wasn't enough to make
      it happy.  Since it's happiness is the most imporant thing in the
      world, this change! :)
      65df4174
    • Adam J. Stewart's avatar
      ed8060ab
    • Denis Davydov's avatar
    • Pramod Kumbhar's avatar
      fix for bluegene-q platform (#1980) · 29e42143
      Pramod Kumbhar authored
      * fix for  bluegene-q platform
      
      * change powerpc to ppc64
      
      * change CNK to cnk
      29e42143
    • Peter Scheibel's avatar
      Fix deptypes for deps specified on command line (#2307) · 83c9f7a4
      Peter Scheibel authored
      Fixes #2306
      
      Any dependency explicitly mentioned in a spec string ended up with the
      build and link deptypes unconditionally. This fixes dependency
      resolution to ensure that packages which are mentioned in the spec
      string have their deptypes determined by the dependency information
      in the package.py files. For example if a package has cmake as a build
      dependency, and cmake is mentioned as a dependency in the spec string
      for the package, then it ends up with just the build deptype.
      83c9f7a4
    • Peter Scheibel's avatar
      Use frontend OS for build/run deps by default (#2292) · 30daf95a
      Peter Scheibel authored
      Packages built targeting a backend may depend on packages like cmake
      which can be built against the frontend. With this commit, any build
      dependency or child of a build dependency will target the frontend by
      default. In compiler concretization when packages copy compilers from
      nearby packages, build dependencies use compiler information from
      other build dependencies, and link dependencies avoid using compiler
      information from build dependencies.
      30daf95a
    • George Hartzell's avatar
      Add version/digest for emacs 25.1 (#2511) · 5f01f273
      George Hartzell authored
      * Add version/digest for emacs 25.1
      
      * Put newest version at top of list
      5f01f273
  5. Dec 07, 2016
  6. Dec 06, 2016
  7. Dec 05, 2016
Loading