Skip to content
Snippets Groups Projects
  1. Jan 26, 2017
    • 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
  6. Jan 19, 2017
Loading