summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/dmlc-core/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/dmlc-core/package.py')
-rw-r--r--var/spack/repos/builtin/packages/dmlc-core/package.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/dmlc-core/package.py b/var/spack/repos/builtin/packages/dmlc-core/package.py
index eb1b1ee09a..da63a3404c 100644
--- a/var/spack/repos/builtin/packages/dmlc-core/package.py
+++ b/var/spack/repos/builtin/packages/dmlc-core/package.py
@@ -31,11 +31,10 @@ class DmlcCore(CMakePackage):
distributed machine learning libraries."""
homepage = "https://github.com/dmlc/dmlc-core"
- url = "https://github.com/dmlc/dmlc-core.git"
+ git = "https://github.com/dmlc/dmlc-core.git"
- version('master', git='https://github.com/dmlc/dmlc-core.git')
- version('20170508', git='https://github.com/dmlc/dmlc-core.git',
- commit='a6c5701219e635fea808d264aefc5b03c3aec314')
+ version('master')
+ version('20170508', commit='a6c5701219e635fea808d264aefc5b03c3aec314')
variant('openmp', default=False, description='Enable OpenMP support')