Skip to content
Snippets Groups Projects
  1. Jan 26, 2017
    • Todd Gamblin's avatar
      3b2124af
    • Todd Gamblin's avatar
      Use codecov for coverage instead of coveralls (#2933) · a5700a88
      Todd Gamblin authored
      * Switch from coveralls to codecov
      
      - Add .codecov.yml, simplify .travis.yml
      - Add codecov badge to README.md
      
      * Add tests for spack graph.
      a5700a88
    • Jean-Paul Pelteret's avatar
    • Denis Davydov's avatar
      py-numpy: rework blas/lapack (#2365) · d324d134
      Denis Davydov authored
      * py-numpy: fix blas/lapack section title
      
      * py-numpy: rework BLAS/LAPACK
      
      including a workaround for MKL due to
      limited config system of numpy
      d324d134
    • Peter Scheibel's avatar
      Spec.satisfies accesses Spec.concrete as property (#2928) · e4d2d747
      Peter Scheibel authored
      * Spec.satisfies accesses Spec.concrete as property
      
      Fixes #2760
      
      When copying a spec, _concrete is always set to False for each
      dependency. "Spec.satisfies" was accessing the member "_concrete"
      directly instead of using the property "concrete". This means that
      if you copy a spec, the dependencies will be considered equal, but
      did not necessarily satisfy one another. Spec.satisfies is a
      prerequisite for a package to be considered an extension; as a
      consequence, an extension with run-time dependencies that were also
      extensions did not activate those extensions. This updates
      Spec.satisfies to avoid checking the cached member "_concrete"
      directly.
      
      * Added test to check for activation of dependency extension
      
      * Added test to check for transitive satisfiability between a spec and its copy
      e4d2d747
    • Sam Gutiérrez's avatar
      Update libquo's homepage, url, and description. (#2925) · 596190c8
      Sam Gutiérrez authored
      * Update libquo's homepage, url, and description.
      
      Recently LANL moved to lanl (from losalamos).
      
      * Fix formatting.
      
      Conform to style guidelines.
      
      * More style updates.
      
      Doesn't appear to be necessary, but for good measure.
      596190c8
    • Adam J. Stewart's avatar
      b18b6bad
    • Denis Davydov's avatar
      oce: fix fetching (#2921) · c24dc907
      Denis Davydov authored
      * oce: fix fetching
      
      apparently the fetcher is confused when there is a mixture of 3-digits
      versions and 2-digits versions, i.e. 0.18 and 0.17.2
      
      * flake8
      c24dc907
    • Erik Schnetter's avatar
      c-blosc: Add variant to disable AVX2 support (#2931) · 1ddd9c75
      Erik Schnetter authored
      Not all compilers support AVX2 instructions, and the package’s test for this is much too simplistic.
      1ddd9c75
    • Timothy Brown's avatar
      Updating udunits version. (#2922) · 11454280
      Timothy Brown authored
      * Updating udunits.
      
      Udunits 2.2.21 is no longer on the unidata ftp site.
      The latest is 2.2.23, adding that and it's md5sum.
      
      * Updating udunits2 download URL.
      
      The Unidata ftp site does not keep previous versions of udunits.
      However all the tagged versions are in their github.com repository.
      Updating the URL to use github.
      
      * Updating udunits2 with a autoreconf def.
      
      The udunits packages on github do not contain a configure script.
      One has to run autoreconf to generate it, so adding that to
      package file.
      
      Also updated to the latest version and all md5 checksums.
      11454280
    • becker33's avatar
      Fixes for parsing specs with hashes (#2889) · 8ae380fb
      becker33 authored
      - Allows hashes to be specified after other parts of the spec
      - Does not allow other parts of the spec to be specified after the hash
      - The hash must either end input or be followed by another separate spec
      - The next spec cannot be an anonymous spec (it must start with a package name or a hash)
      
      See #2769 (after it was merged) for further discussion of this interface addition. That discussion resulted in these requirements:
      
      ```
      python                     # 1 spec
      /abc123                    # 1 spec
      python /abc123             # 1 spec
      /456789                    # 1 spec
      python /abc123 /456789     # 2 specs
      python /456789 /abc123     # 2 specs
      /abc123 /456789            # 2 specs
      /456789 /abc123            # 2 specs
      /456789 /abc123 python     # 3 specs
      ```
      
      assuming `abc123` and `456789` are both hashes of different python specs.
      8ae380fb
    • Jean-Paul Pelteret's avatar
      Update valgrind to 3.12.0 (#2929) · a4f594a6
      Jean-Paul Pelteret authored
      a4f594a6
  2. Jan 25, 2017
    • serbanmaerean's avatar
      Add support for IBM threaded compilers: xl*_r (#2894) · 5e2a9657
      serbanmaerean authored
      * Add support for IBM threaded compilers, xl*_r
      
      Added new compiler class, xl_r; added default flags to the compilers.yaml file.
      
      * Add cppflags to the set of default flags to be added to the compilers stanza in compiler.yaml.
      
      These flags are optional. Only defined flags will be listed in the compilers.yaml file.
      
      * Fix scripting warnings revealed by flake8.
      
      Updated __init__.py and xl_r.py to conform with flake8 rules.
      
      * Add justification to the definition of the XL default compiler flags.
      5e2a9657
    • Massimiliano Culpo's avatar
      build systems: simpler, clearer decorators: run_after, run_before (#2860) · fc866ae0
      Massimiliano Culpo authored
      * PackageMeta: `run_before` is an alias of `precondition`, `run_after` an alias of `sanity_check`
      
      * PackageMeta: removed `precondition` and `sanity_check`
      
      * PackageMeta: decorators are now free-standing
      
      * package: modified/added docstrings. Fixed the semantics of `on_package_attributes`.
      
      * package: added unit test assertion as side effects of install
      
      * build_systems: factored build-time test running into base class
      
      * r: updated decorators in package.py
      
      * docs: updated decorator names
      fc866ae0
  3. Jan 24, 2017
  4. Jan 23, 2017
  5. Jan 20, 2017
Loading