Skip to content
Snippets Groups Projects
  1. Aug 01, 2020
    • Axel Huebl's avatar
      Hotfix: move CUDAHOSTCXX (#17826) · 7498336f
      Axel Huebl authored
      * Hotfix: move CUDAHOSTCXX
      
      Set only in dependent packages.
      
      * dependent compiler
      7498336f
    • Todd Gamblin's avatar
      license: fix up MIT license so it's an exact match · f3cb3a2e
      Todd Gamblin authored
      Before:
      
      ```console
      $ licensee diff --license mit LICENSE-MIT
      Comparing to MIT License:
      Input Length:      1092
      License length:    1020
      Similarity:      92.46%
      diff --git a/LICENSE b/LICENSE
      index 0ce42af..be0ff1c 100644
      --- a/LICENSE
      +++ b/LICENSE
      @@ -1,3 +1,4 @@
      {+spack project developers. see the top-level copyright file for details.+}
      permission is hereby granted, free of charge, to any person obtaining a copy of
      this software and associated documentation files (the "software"), to deal in
      the software without restriction, including without limitation the rights to
      ```
      
      After:
      
      ```console
      $ licensee diff --license mit LICENSE-MIT
      Comparing to MIT License:
      Input Length:       1020
      License length:     1020
      Similarity:      100.00%
      Exact match!
      ```
      
      This gets us a 100% license match from GitHub's `licensee` tool.
      f3cb3a2e
    • darmac's avatar
      Add new package: findbugs (#17825) · 3ea9b9a0
      darmac authored
      3ea9b9a0
    • darmac's avatar
      Openfst: upgrade version and gcc constraint (#17830) · 52858be6
      darmac authored
      * openfst: upgrade version and gcc constraint
      
      * refine version format
      52858be6
    • Todd Gamblin's avatar
      bugfix: fix spack buildcache list --allarch · ff27233e
      Todd Gamblin authored
      `spack buildcache list` was trying to construct an `Arch` object and
      compare it to `arch_for_spec(<spec>)`. for each spec in the buildcache.
      `Arch` objects are only intended to be constructed for the machine they
      describe. The `ArchSpec` object (part of the `Spec`) is the descriptor
      that lets us talk about architectures anywhere.
      
      - [x] Modify `spack buildcache list` and `spack buildcache install` to
            filter with `Spec` matching instead of using `Arch`.
      ff27233e
    • Todd Gamblin's avatar
      architecture: make it easier to get a Spec for the default arch · 0c48f0a1
      Todd Gamblin authored
      - [x] Make it easier to get a `Spec` with a proper `ArchSpec` from an
            `Arch` object via new `Arch.to_spec()` method.
      
      - [x] Pull `spack.architecture.default_arch()` out of
            `spack.architecture.sys_type()` so we can get an `Arch` instead of
            a string.
      0c48f0a1
    • Massimiliano Culpo's avatar
      Avoid update and upgrades to brew (#17815) · c65cde4c
      Massimiliano Culpo authored
      Ci is currently failing on brew update with the error:
      ```
      Error: Cannot install bazelisk because conflicting formulae are installed.
        bazel: because Bazelisk replaces the bazel binary
      
      Please `brew unlink bazel` before continuing.
      
      Unlinking removes a formula's symlinks from /usr/local. You can
      link the formula again after the install finishes. You can --force this
      install, but the build may fail or cause obscure side effects in the
      resulting software.
      ```
      Avoiding:
      ```
      $ brew update
      $ brew upgrade
      ```
      solves the issue by preventing the risk of conflicting formulae
      c65cde4c
    • Brian Van Essen's avatar
  2. Jul 31, 2020
Loading