Skip to content
Snippets Groups Projects
  1. Oct 29, 2016
  2. Oct 27, 2016
  3. Oct 26, 2016
    • Axel Huebl's avatar
      libSplash: Add 1.5.0 Release (#2137) · 00078779
      Axel Huebl authored
      Add the latest release of libSplash, version 1.5.0.
      00078779
    • Denis Davydov's avatar
      require fortran for MPI providers to avoid delayed compiler errors (#1937) · 46433b9e
      Denis Davydov authored
      * openmpi: require fortran for now
      
      * mpich: requre fortran for now
      
      * mvapich2: require fortran for now
      
      * openmpi: flake8 fixes
      46433b9e
    • Jim Galarowicz's avatar
      Develop: Resolve issue 2070 with new depends_on clause in the openspeedshop package file. (#2136) · 92f17eeb
      Jim Galarowicz authored
      * Update the krell institute products to use the latest features of spack for building on cluster platforms.
      
      * Address travis error messages and resubmit the pull request.
      
      * Update the contents of openspeedshop package.py so it passes the flake8 tests.
      
      * Fix flake8 error-whitespack issue in mrnet package.py file.
      
      * Add updates based on spack reviewer feedback.
      
      * More fixes based on comments from reviewers.  Switch using extend to using append, remove additional setting of PATH and LD_LIBRARY_PATH that should not be required due to RPATH.
      
      * More review related changes.  Update MPIOption.append lines and take out xercesc references.
      
      * Create a base options function for common openspeedshop base cmake options to reduce redundencies.
      
      * Add libxml2+python depends on to get around issues with the libxml2 package file.
      92f17eeb
    • Denis Davydov's avatar
    • Denis Davydov's avatar
      veclibfort: add new package (#2080) · e65c9f68
      Denis Davydov authored
      * veclibfort: add new package
      
      * veclibfort: add a small test
      e65c9f68
    • George Hartzell's avatar
      Add package for ant (#2133) · 89c1d361
      George Hartzell authored
      Add a package for ant, a java build tool.
      89c1d361
    • George Hartzell's avatar
      Add package for maven (#2132) · 37dede31
      George Hartzell authored
      Add a package that installed the pre-built maven distribution.
      
      I've given up, for now, on building maven from source.  That processed
      stumbled on two points before I gave up:
      
      1. It downloaded several hundred .{pop,jar} files and I despaired of
         figuring out some way of mirroring and checksumming them; and
      
      2. It exploded complaining about too many unacceptable license files,
         which seems odd in its own source tree.
      
      Perhaps someone with more Java fu that I admit to can figure it out.
      In the meantime, this is useful.
      37dede31
  4. Oct 25, 2016
  5. Oct 24, 2016
  6. Oct 23, 2016
  7. Oct 22, 2016
    • Barry Smith's avatar
      mumps: Add support for Intel compiler and insure both lapack and blas… (#2076) · 9d3d4922
      Barry Smith authored
      * mumps: Add support for Intel compiler and insure both lapack and blas libraries are passed to the examples
      
      Likely it was not discoverged before that the examples require both lapack and blas libraries because it
      was tested with Openblas which is one large library containing everything.
      Funded-by: IDEAS
      Project: IDEAS/xSDK
      Time: .3 hours
      
      * flake8 fix.
      9d3d4922
    • Joseph Ciurej's avatar
      Add Package : OpenSceneGraph (#2075) · 9f3a46c6
      Joseph Ciurej authored
      * Created the initial version of the 'OpenSceneGraph' package.
      
      * Added 'zlib' as a dependency and linked it during the build step.
      
      * Fixed a few minor PEP8 style violations in the 'OpenSceneGraph' package.
      
      * Added cmake as a build dependency and improved the build procedure.
      
      * Made a few important argument updates to improve package compatibility.
      
      * Fixed up a few remaining style issues in the 'openscenegraph' package.
      
      * Added a description for the 'openscenegraph' package.
      
      * Fixed a bug that was causing some 'openscenegraph@3.2.3%gcc' installs to fail.
      
      * Fixed a number of small issues with the 'openscenegraph' package.
      
      * Removed a number of superfluous flags from the 'openscenegraph' install.
      9f3a46c6
    • Jean-Paul Pelteret's avatar
  8. Oct 21, 2016
  9. Oct 20, 2016
  10. Oct 19, 2016
    • George Hartzell's avatar
      Fix cdd package definition, dotted is a property (#2054) · 027632cb
      George Hartzell authored
      Things that accessed the cdd package, such as `spack info cdd run
      tripped over a buglet in the *cdd* package, causing them to exit with
      something like this:
      
      ```
      Caused by:
      TypeError: 'str' object is not callable
        File "/rss/spack/lib/spack/spack/repository.py", line 584, in get
          self._instances[key] = package_class(copy)
        File "/rss/spack/lib/spack/spack/package.py", line 398, in __init__
          f = fs.for_package_version(self, self.version)
        File "/rss/spack/lib/spack/spack/fetch_strategy.py", line 852, in for_package_version
          attrs['url'] = pkg.url_for_version(version)
        File "/rss/spack/var/spack/repos/builtin/packages/cdd/package.py", line 40, in url_for_version
          str(version.dotted()).replace('.', ''))
      ```
      
      @tgamblin pointed out that `dotted` is a property, not a functin call
      and that the parentheses are therefor inappropriate.
      
      This deletes the parentheses.  `spack info cdd` now works for me.
      027632cb
    • George Hartzell's avatar
      Add package for htop (#2051) · dbbef6ba
      George Hartzell authored
      Add package for htop, an interactive text-mode process viewer for
      Unix systems.  Think top, with pretty colors and dyanmic bar graphs.
      
      More info [here](https://github.com/hishamhm/htop).
      dbbef6ba
  11. Oct 18, 2016
Loading