Skip to content

Commit 3e2e637

Browse files
committed
added a placeholder machine-types recipe
1 parent a0a9411 commit 3e2e637

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+

meshing/packages/smooth3d/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = []

0 commit comments

Comments
 (0)