summaryrefslogtreecommitdiff
path: root/var/spack/packages/fileutils/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/packages/fileutils/package.py')
-rw-r--r--var/spack/packages/fileutils/package.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/var/spack/packages/fileutils/package.py b/var/spack/packages/fileutils/package.py
index 8ddd3d060b..449ed0c72e 100644
--- a/var/spack/packages/fileutils/package.py
+++ b/var/spack/packages/fileutils/package.py
@@ -2,14 +2,13 @@ import os
from spack import *
class Fileutils(Package):
- """FileUtils provides a suite of MPI-based tools to manage large files and datasets on parallel file systems."""
+ """FileUtils provides a suite of MPI-based tools to manage large files
+ and datasets on parallel file systems."""
homepage = "https://github.com/hpc/fileutils"
url = "https://github.com/hpc/fileutils/releases/download/v0.0.1-alpha.4/fileutils-0.0.1-alpha.4.tar.gz"
- versions = { '0.0.1-alpha.4' : 'a01dbe5a2e03f3c70c7a98ec0a2554e1' }
-
- force_url = True
+ version('0.0.1-alpha.4', 'a01dbe5a2e03f3c70c7a98ec0a2554e1')
depends_on('mpi')
depends_on('libcircle')