Skip to content
Snippets Groups Projects
  1. Oct 23, 2016
  2. Oct 22, 2016
  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
Loading