Implement review requests

- use two empty lines before `class`
- change version numbering scheme for packages, use `url_for_version` to make things work
- specify dependency types
- add comment about temporarily moved download location
- update two packages to newer versions
This commit is contained in:
Erik Schnetter
2016-08-23 13:52:28 -04:00
parent a2692e4ef5
commit 73cae8d9c4
9 changed files with 50 additions and 18 deletions

View File

@@ -25,6 +25,7 @@
from spack import *
class Porta(Package):
"""PORTA is a collection of routines for analyzing polytopes and
polyhedra"""
@@ -33,7 +34,7 @@ class Porta(Package):
version('1.4.1', '585179bf19d214ed364663a5d17bd5fc')
depends_on("libtool")
depends_on("libtool", type="build")
patch("Makefile.spack.patch")