Add top-level attributes for git R-Z packages

This commit is contained in:
Adam J. Stewart
2018-07-24 20:52:35 -05:00
committed by Todd Gamblin
parent a1572bb999
commit 3f18c04865
71 changed files with 210 additions and 200 deletions

View File

@@ -30,12 +30,12 @@ class Swfft(MakefilePackage):
"""A stand-alone version of HACC's distributed-memory, pencil-decomposed,
parallel 3D FFT."""
homepage = 'https://xgitlab.cels.anl.gov/hacc/SWFFT'
url = "https://xgitlab.cels.anl.gov/api/v4/projects/hacc%2FSWFFT/repository/archive.tar.gz?sha=v1.0"
homepage = "https://xgitlab.cels.anl.gov/hacc/SWFFT"
url = "https://xgitlab.cels.anl.gov/api/v4/projects/hacc%2FSWFFT/repository/archive.tar.gz?sha=v1.0"
git = "https://xgitlab.cels.anl.gov/hacc/SWFFT"
version('1.0', '0fbc34544b97ba9c3fb19ef2d7a0f076')
version('develop', git='https://xgitlab.cels.anl.gov/hacc/SWFFT',
branch='master')
version('develop', branch='master')
depends_on('mpi')
depends_on('fftw')