Skip to content
Snippets Groups Projects
  1. Oct 24, 2016
  2. 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
  3. Oct 21, 2016
  4. Oct 20, 2016
  5. 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
    • Peter Scheibel's avatar
      Don't cache truncated dag hash for spec (#2048) · 8111a4bb
      Peter Scheibel authored
      If Spec.dag_hash was called for the first time with a 'length'
      specified, the cached hash was truncated. This ensures that the
      full hash is cached.
      8111a4bb
  6. Oct 18, 2016
  7. Oct 17, 2016
    • Jim Galarowicz's avatar
      Update the Krell Institute products to use the latest features of spa… (#1984) · 87adcfee
      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.
      87adcfee
    • Pramod Kumbhar's avatar
      fix download url for paraver (#2033) · b5e20018
      Pramod Kumbhar authored
      * fix download url for paraver
      
      * added note to remove older version
      b5e20018
  8. Oct 16, 2016
  9. Oct 15, 2016
  10. Oct 14, 2016
  11. Oct 13, 2016
Loading