Skip to content
Snippets Groups Projects
  1. Dec 21, 2018
  2. Dec 20, 2018
    • Daryl W. Grunau's avatar
      R3D spackage (#10164) · 36ab7be4
      Daryl W. Grunau authored
      * r3d spackage
      
      * address Adam's review comments
      
      * fix flake8: too many blank lines
      36ab7be4
    • Sajid Ali's avatar
      update h5py to 2.9.0 (#10169) · e57ddda4
      Sajid Ali authored
      * 	modified:   var/spack/repos/builtin/packages/py-h5py/package.py
      
      * Update package.py
      
      * Update package.py
      e57ddda4
    • thelfer's avatar
      Update TFEL package (#9995) · 00d84b19
      thelfer authored
      * add the tfel package
      
      * fix the tfel package
      
      * fix the tfel package
      
      * fix the tfel package
      
      * Taking Adam J. Steward' remarks into account
      
      * fixes trailing white spaces
      
      * Update description
      
      * Update dependencies following @adamjstewart adices
      
      * Style fixes
      
      * Style fixes
      
      * Add java optional support
      
      * add the maintainers attribute (following @alalazo advice), disable interface not selected (following @adamjstewart advice)
      
      * flake8 fixes
      
      * Fix Cast3M and python-bindings support. Python detection is made compatible with cmake'FindPythonLibs module (at least how it is used in TFEL)
      
      * Style fixes
      
      * Style fixes
      
      * Fix test on python version
      
      * Follow @adamjstewart advices: code is much cleaner and readable
      
      * Small fix
      
      * Small fix
      
      * Add comment
      
      * Small fix in cmake option
      
      * try again (trying to overcome Travis CI unstable build process)
      00d84b19
    • Mark Olesen's avatar
      OpenFOAM-v1812 - new version (#10167) · 7ded7fdb
      Mark Olesen authored
      7ded7fdb
    • Omar Padron's avatar
      Fix docker builds (#9805) · 60298787
      Omar Padron authored
      * move docker test logic to share/spack/qa
      * update Dockerfile for archlinux
      60298787
    • Omar Padron's avatar
      fix multiple issues with the docker images (#9718) · 56cb691f
      Omar Padron authored
       - fixed an issue where some undesirable parts of
         the spack source tree were being copied into
         the image context.
      
       - added a workaround for a tty ioctl warning on
         ubuntu
      
       - adjusted how the main images are built so that
         `RUN spack ...` works automatically for child
         images that base themselves on them.
      56cb691f
    • Zack Galbreath's avatar
      Performance improvements for CDash reporter · b90f6190
      Zack Galbreath authored
      * Record build output as an array of lines rather than concatenating to a
        single large string.
      * Use string.find to avoid running re.search on every line of output.
      b90f6190
    • Zack Galbreath's avatar
      6355ee20
    • Zack Galbreath's avatar
      Report current git commit of Spack to CDash · 8d087208
      Zack Galbreath authored
      When using the CDash reporter, upload a Update.xml file that
      indicates the hash of Spack's current git commit.
      8d087208
    • Scott Wittenburg's avatar
      7217b4a4
    • Zack Galbreath's avatar
      Get buildId from CDash at submit time · aed9a532
      Zack Galbreath authored
      Pass extra data when submitting to CDash.  If CDash responds with a buildId,
      construct and display helpful URL that links to the uploaded report.
      aed9a532
    • Zack Galbreath's avatar
      Allow more customization for CDash reporter · 738d2bd7
      Zack Galbreath authored
      Add new command line arguments to `spack install` that allow users
      to set the build name, site name, and track in their CDash report.
      738d2bd7
    • Zack Galbreath's avatar
      Avoid UnboundLocalError · 0bae6626
      Zack Galbreath authored
      Make sure cdash_phase is defined before referring to it.
      0bae6626
    • jthies's avatar
      packages/phist: add maintainer (#10162) · 9110c727
      jthies authored
      9110c727
    • Greg Sjaardema's avatar
      CGNS: Allow use of git branch versions (#10156) · 93c491f7
      Greg Sjaardema authored
      * CGNS: Allow use of git branch versions
      
      Add ability to use git `master` and `develop` branches of the CGNS library.  The `seacas` package sometimes needs to use the `master` or `develop` branch due to some new changes to the parallel I/O implementation in CGNS which has not yet been released.
      
      * CGNS: Reorder to put newest version on top
      
      Based on review comments, place newest version (develop) first in list.
      93c491f7
    • Todd Gamblin's avatar
      env: all commands that disambiguate specs should be env-aware · 207c3775
      Todd Gamblin authored
      - some commands were missed in the rollout of spack environments
      
      - this makes all commands that need to disambiguate specs restrict the
        disambiguation to installed packages in the active environment, as
        users would expect
      207c3775
    • Mark W. Krentel's avatar
      dyninst: patch to build dyninst with older gcc (#10160) · 84b33523
      Mark W. Krentel authored
      * dyninst: patch to build dyninst with older gcc
      
      Add 'v9.3.2-auto.patch'.  This patch changes some 'auto t: type' usage
      to the older but equivalent 'type.begin()'.  This allows building
      dyninst 9.3.2 with gcc 4.4 which doesn't support the newer syntax.
      This patch is harmless with newer gcc.
      
      * Fix typo in patch.  (My bad for sloppy cut-and-paste.)
      
      * Restrict the patch to gcc 4.7 and earlier.  gcc 4.8 supports the newer
      usage and thus doesn't need the patch.
      84b33523
  3. Dec 19, 2018
  4. Dec 18, 2018
Loading