Add top-level attributes for hg, svn, and git A-L packages
This commit is contained in:

committed by
Todd Gamblin

parent
5f00056490
commit
4c6aca533a
@@ -29,10 +29,9 @@ class Linkphase3(Package):
|
||||
"""Haplotype reconstruction in pedigreed populations."""
|
||||
|
||||
homepage = "https://github.com/tdruet/LINKPHASE3"
|
||||
url = "https://github.com/tdruet/LINKPHASE3"
|
||||
git = "https://github.com/tdruet/LINKPHASE3.git"
|
||||
|
||||
version('2017-06-14', commit='559913593fc818bb1adb29796a548cf5bf323827',
|
||||
git='https://github.com/tdruet/LINKPHASE3.git')
|
||||
version('2017-06-14', commit='559913593fc818bb1adb29796a548cf5bf323827')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
fortran = Executable(self.compiler.fc)
|
||||
|
Reference in New Issue
Block a user