-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathrocky-spack.yaml
More file actions
137 lines (130 loc) · 3.01 KB
/
rocky-spack.yaml
File metadata and controls
137 lines (130 loc) · 3.01 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
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::
- compiler:
extra_rpaths: []
flags:
cflags: -pthread
cxxflags: -pthread
modules: []
operating_system: rocky8
paths:
cc: /usr/bin/clang
cxx: /usr/bin/clang++
f77: /usr/bin/gfortran
fc: /usr/bin/gfortran
spec: clang@17.0.6
target: x86_64
- compiler:
extra_rpaths: []
flags:
cflags: -pthread
cxxflags: -pthread
modules: []
operating_system: rocky8
paths:
cc: /opt/rh/gcc-toolset-13/root/usr/bin/gcc
cxx: /opt/rh/gcc-toolset-13/root/usr/bin/g++
f77: /opt/rh/gcc-toolset-13/root/usr/bin/gfortran
fc: /opt/rh/gcc-toolset-13/root/usr/bin/gfortran
spec: gcc@13.3.1
target: x86_64
packages:
all:
target: [x86_64]
compiler: [gcc, clang]
providers:
blas: [netlib-lapack]
lapack: [netlib-lapack]
mpi: [openmpi]
autoconf:
version: [2.71]
buildable: false
externals:
- spec: autoconf@2.71
prefix: /usr
automake:
version: [1.16.5]
buildable: false
externals:
- spec: automake@1.16.5
prefix: /usr
cmake:
version: [3.28.6]
buildable: false
externals:
- spec: cmake@3.28.6
prefix: /usr/local
cuda:
buildable: False
externals:
- spec: cuda@12.9.1%gcc@13.3.1 +allow-unsupported-compilers
prefix: /usr/local/cuda
- spec: cuda@12.9.1%clang@17.0.6 +allow-unsupported-compilers
prefix: /usr/local/cuda
m4:
buildable: false
externals:
- spec: m4@1.4.18
prefix: /usr
# Spack may grab for mpi & we don't want to use them
mpi:
buildable: false
netlib-lapack:
buildable: false
externals:
- spec: netlib-lapack@3.8.0
prefix: /usr
netlib-blas:
buildable: false
externals:
- spec: netlib-blas@3.8.0
prefix: /usr
openmpi:
externals:
- spec: openmpi@4.1.1
prefix: /usr/lib64/openmpi
perl:
buildable: false
externals:
- spec: perl@5.26.3
prefix: /usr
pkg-config:
buildable: false
externals:
- spec: pkg-config@1.4.2
prefix: /usr
python:
buildable: false
externals:
- spec: python@3.6.8
prefix: /usr
tar:
buildable: false
externals:
- spec: tar@1.34
prefix: /usr
unzip:
buildable: false
externals:
- spec: unzip@6.0
prefix: /usr
xz:
buildable: false
externals:
- spec: xz@5.2.5
prefix: /usr