-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathstanford-spack.yaml
More file actions
151 lines (128 loc) · 3.09 KB
/
stanford-spack.yaml
File metadata and controls
151 lines (128 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# Specify build_language to bypass ascii codec decode error
spack:
config:
install_tree:
root: $spack/..
projections:
all: '{compiler.name}-{compiler.version}/{name}-{version}-{hash}'
misc_cache: $spack/../misc_cache
test_stage: $spack/../test_stage
build_stage::
- $spack/../build_stage
# Regular TPLs do not need views
view: false
# Include shared variants and versions
include:
- ../defaults.yaml
- ../versions.yaml
compilers::
# Sherlock CPU/GPU Compiler (centos7 x86_64)
- compiler:
spec: gcc@10.1.0
operating_system: centos7
target: x86_64
paths:
cc: /share/software/user/open/gcc/10.1.0/bin/gcc
cxx: /share/software/user/open/gcc/10.1.0/bin/g++
f77: /share/software/user/open/gcc/10.1.0/bin/gfortran
fc: /share/software/user/open/gcc/10.1.0/bin/gfortran
flags:
cflags: -pthread
cxxflags: -pthread
modules: []
extra_rpaths: []
packages:
all:
target: [x86_64]
compiler: [gcc]
providers:
mpi: [openmpi]
blas: [openblas]
lapack: [openblas]
autoconf:
buildable: false
externals:
- spec: autoconf@2.69
prefix: /usr
automake:
buildable: false
externals:
- spec: automake@1.13.4
prefix: /usr
cmake:
buildable: false
externals:
- spec: cmake@3.31.4
prefix: /share/software/user/open/cmake/3.31.4
cuda:
buildable: false
externals:
- spec: cuda@12.4.0 +allow-unsupported-compilers
prefix: /share/software/user/open/cuda/12.4.0/
#diffutils:
# buildable: false
# externals:
# - spec: diffutils@3.3
# prefix: /usr
#gettext:
# buildable: false
# externals:
# - spec: gettext@0.19.8.1
# prefix: /usr
#libtool:
# buildable: false
# externals:
# - spec: libtool@2.4.2
# prefix: /usr
openblas:
buildable: false
externals:
- spec: openblas@0.3.10
prefix: /share/software/user/open/openblas/0.3.10
blas:
buildable: false
lapack:
buildable: false
m4:
buildable: false
externals:
- spec: m4@1.4.16
prefix: /usr
# Spack may grab for mpi & we don't want to use them
mpi:
buildable: false
openmpi:
buildable: false
externals:
- spec: openmpi@4.1.2
prefix: /share/software/user/open/openmpi/4.1.2
perl:
buildable: false
externals:
- spec: perl@5.16.3
prefix: /usr
pkg-config:
buildable: false
externals:
- spec: pkg-config@0.27.1
prefix: /usr
python:
buildable: false
externals:
- spec: python@3.6.8
prefix: /oak/stanford/groups/tchelepi/geos-sherlock/pythonVenv/geosxEnv
tar:
buildable: false
externals:
- spec: tar@1.26
prefix: /usr
unzip:
buildable: false
externals:
- spec: unzip@6.0
prefix: /usr
xz:
buildable: false
externals:
- spec: xz@5.2.2
prefix: /usr