Skip to content
Snippets Groups Projects
  1. Apr 01, 2020
    • Dr. Christian Tacke's avatar
      slurm: new version, system configuration path (#15466) · 97cfef32
      Dr. Christian Tacke authored
      * Add version 18-08-9-1
      * Add variant to allow setting the sysconfdir: See below
      
      About sysconfdir:
      
      slurm has a server and a client.
      To use the correct communication channel, the client needs
      to be able to read the correct config.  This config is in
      PREFIX/etc.
      
      Let's assume one has the server part installed as a system
      package.  This generally is a good idea, so that the server
      gets started during boot.  This means, that the config is
      in /etc/slurm.
      
      If one now wants to use the client part (library!) via
      spack, one has a problem: spack's slurm looks in
      SPACK-PACKAGE-PREFIX/etc for the config.
      
      There needs to be a way to let the spack installed package
      use the system's config.
      
      So add a variant to override the path during build:
      sysconfdir=/etc/slurm.
      
      This is much like what happened in #15307 for munge.
      Unverified
      97cfef32
  2. Mar 31, 2020
  3. Mar 30, 2020
  4. Mar 29, 2020
  5. Mar 28, 2020
    • Patrick Gartung's avatar
      Buildcache keys command speed up (#15727) · cbcac722
      Patrick Gartung authored
      * Limit the spidering to depth=0 for keys
      
      * depth=0 is default argument
      Unverified
      cbcac722
    • Andrew W Elble's avatar
      New package: gdrcopy (#15732) · beaa4fbe
      Andrew W Elble authored
      
      * New package: gdrcopy
      
      provides the userspace libraries for gdrcopy.
      
      * Update var/spack/repos/builtin/packages/gdrcopy/package.py
      
      Co-Authored-By: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      
      Co-authored-by: default avatarAdam J. Stewart <ajstewart426@gmail.com>
      Unverified
      beaa4fbe
    • Daniele Cesarini's avatar
      XIOS: add new versions (#15728) · ddccad14
      Daniele Cesarini authored
      * XIOS: add new versions
      
      Patch has been removed because it was not applied to any previously
      existing versions and it actually breaks the new versions added by this
      PR.
      
      * Sort versions from newest to oldest
      Unverified
      ddccad14
    • Tom Scogland's avatar
      llvm: libomptarget support (#14060) · a3e1b2bd
      Tom Scogland authored
      This allows the llvm build to support:
      
      * clang cuda
      * libomptarget for:
        * current host
        * cuda
      * bitcode compilation of libomptarget device runtime for inlining by 
        bootstrapping libomptarget
      * split dwarf information support as an option for debug builds, if you need a
        debug build, for the love of all that's good in the universe use this flag
      * adds necessary dependencies for shared library builds and libomp and
        libomp target to build correctly
      * new version of z3 to make it sufficient to build recent llvm
      
      The actual change is much smaller than the diff, this is because it's been formatted with black.  I realize this kinda sucks right now, but I'm hoping it will make future updates here less painful.
      Unverified
      a3e1b2bd
    • Kai Germaschewski's avatar
      fix gcc@8.4.0 build (#15729) · f3c2ebbf
      Kai Germaschewski authored
      the gcc package.py includes patches for a sanitizer related bug that look
      like they've been fixed in gcc 8.4.0, which caused `spack install` to fail.
      
      This PR excludes patching gcc >= 8.4.0 and < 9.0.0.
      Unverified
      f3c2ebbf
Loading