File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+ ##############################################################################
3+ # Project machine-types
4+ #
5+ ##############################################################################
6+
7+ from spack import *
8+
9+
10+ class MachineTypes (CMakePackage ):
11+ """Simple C numeric types definitions"""
12+
13+ homepage = 'https://github.com/LIHPC-Computational-Geometry/machine_types'
14+ url = 'https://github.com/LIHPC-Computational-Geometry/machine_types/archive/refs/tags/0.0.0.tar.gz'
15+ git = 'https://github.com/LIHPC-Computational-Geometry/machine_types.git'
16+
17+ version ('2.0.0' )
18+
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Smooth3d(CMakePackage):
3030 depends_on ('gmds' )
3131 depends_on ('mesquite' )
3232 depends_on ('lima' )
33- # depends_on('machine-types', when='+machinetypes')
33+ depends_on ('machine-types' , when = '+machinetypes' )
3434
3535 def cmake_args (self ):
3636 args = []
You can’t perform that action at this time.
0 commit comments