summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mount-point-attributes/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/mount-point-attributes/package.py')
-rw-r--r--var/spack/repos/builtin/packages/mount-point-attributes/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/mount-point-attributes/package.py b/var/spack/repos/builtin/packages/mount-point-attributes/package.py
new file mode 100644
index 0000000000..1a82e18b6c
--- /dev/null
+++ b/var/spack/repos/builtin/packages/mount-point-attributes/package.py
@@ -0,0 +1,20 @@
+# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class MountPointAttributes(AutotoolsPackage):
+ """Library to turn expensive, non-scalable file system calls into simple
+ string comparison operations."""
+
+ homepage = "https://github.com/LLNL/MountPointAttributes"
+ url = 'https://github.com/LLNL/MountPointAttributes/files/2270601/mountpointattr-1.1.tar.gz'
+
+ version('1.1', 'c9f0e7f5a3e16b9a022e5948712ecb2a')
+
+ depends_on('autoconf', type='build')
+ depends_on('automake', type='build')
+ depends_on('libtool', type='build')