summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin.mock/packages/mvapich2/package.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin.mock/packages/mvapich2/package.py b/var/spack/repos/builtin.mock/packages/mvapich2/package.py
new file mode 100644
index 0000000000..dd62fc4c71
--- /dev/null
+++ b/var/spack/repos/builtin.mock/packages/mvapich2/package.py
@@ -0,0 +1,15 @@
+# Copyright 2013-2021 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)
+class Mvapich2(Package):
+ homepage = "http://www.homepage.org"
+ url = "http://www.someurl"
+
+ version('1.5', '9c5d5d4fe1e17dd12153f40bc5b6dbc0')
+
+ variant(
+ 'file_systems',
+ description='List of the ROMIO file systems to activate',
+ values=auto_or_any_combination_of('lustre', 'gpfs', 'nfs', 'ufs'),
+ )