-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathspack.yaml
More file actions
64 lines (60 loc) · 1.37 KB
/
Copy pathspack.yaml
File metadata and controls
64 lines (60 loc) · 1.37 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
# This is a Spack environment file.
#
# Activating and installing this environment will provide all dependencies
# that are needed for full-feature development.
# https//spack.readthedocs.io/en/latest/environments.html#anonymous-environments
#
spack:
specs:
- adios2@2.10
- hdf5
- openmpi
packages:
adios2:
variants: ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~mgard ~blosc2
cmake:
externals:
- spec: cmake@3.23.0
prefix: /usr/local
buildable: False
openmpi:
externals:
- spec: openmpi@2.1.1
prefix: /usr
buildable: False
perl:
externals:
- spec: perl@5.26.1
prefix: /usr
buildable: False
python:
externals:
- spec: python@3.8.0
prefix: /usr
buildable: False
all:
target: [x86_64]
variants: ~fortran
providers:
mpi: [openmpi]
compiler: [clang@7.0.1]
compilers:
- compiler:
environment: {}
extra_rpaths: []
flags:
cxxflags: -stdlib=libc++
ldflags: -stdlib=libc++
modules: []
operating_system: ubuntu20.04
paths:
cc: /usr/bin/clang-7
cxx: /usr/bin/clang++-7
f77: /usr/bin/gfortran
fc: /usr/bin/gfortran
spec: clang@7.0.1
target: x86_64
config:
build_jobs: 2
mirrors:
E4S: https://cache.e4s.io