Skip to content
Snippets Groups Projects
  1. Aug 04, 2020
    • Massimiliano Culpo's avatar
      MacOS nightly builds: use Python 3.7 in CI · b1133fab
      Massimiliano Culpo authored
      Nightly builds with MacOS started failing again
      due to an upgrade of the default virtual environment
      that now uses Python 3.8
      
      This makes us hit #14102 and every build fails. This
      commit should be reverted along with the fix to #14102.
      b1133fab
  2. Aug 03, 2020
  3. Aug 02, 2020
  4. Aug 01, 2020
    • Wouter Deconinck's avatar
      New package: kassiopeia (#17742) · 7e6a77d9
      Wouter Deconinck authored
      
      * [kassiopeia] New package
      
      * [kassiopeia] Remove master branch, update dependencies
      
      * Update var/spack/repos/builtin/packages/kassiopeia/package.py
      
      Unable to test since I do not have a license to intel-parallel-studio, but I see no reason why it would not work if.
      
      Co-authored-by: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      
      * [kassiopeia] depends_on mpi
      
      Co-authored-by: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      
      * [kassiopeia] cmake_args with self.spec.satisfies and elses
      
      * [kassiopeia] args.extend -> args.append
      
      Co-authored-by: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      7e6a77d9
    • Simon Pintarelli's avatar
      h5py does not correctly recognize hdf5 version on Cray (#17831) · 75f34126
      Simon Pintarelli authored
      
      * h5py: explicitly specify version
      
      hdf5@1.10.5 on Cray is wrongly detected as 1.8.4.
      
      * Update var/spack/repos/builtin/packages/py-h5py/package.py
      
      Thanks. Also had this first, then CI was complaining about line length ...
      
      Co-authored-by: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      
      Co-authored-by: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      75f34126
    • Mark W. Krentel's avatar
      elfutils: add version 0.180 (#17835) · b0eb771b
      Mark W. Krentel authored
      b0eb771b
    • 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
  5. Jul 31, 2020
Loading