-
Notifications
You must be signed in to change notification settings - Fork 60
/
default.example.yaml
60 lines (49 loc) · 1.36 KB
/
default.example.yaml
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
# This profile file controls your <#> (HashDist) build environment.
# In the future, we'll provide better incorporation of
# automatic environment detection. For now, have a look
# at the YAML files in the top-level directory and choose
# the most *specific* file that matches your environment.
extends:
- file: suse.yaml
# The packages list specifies all the packages that you
# require installed. <#> will ensure that all packages
# and their dependencies are installed when you build this
# profile.
packages:
launcher:
python:
# You may be interested in using your system Python,
# particularly if it is modern (2.7). If so, set
# host to true. Leave this set to false on any older
# environments or where the system Python is not
# trustworthy.
host: false
build_with: |
# numpy/scipy has some problems on modern Ubuntu.
# The `use` lines below work for older Ubuntu:
# You can uncomment the `use` lines if you do not wish
# to build your own NumPy and SciPy with HashDist.
#numpy:
# use: host-numpy
# <#>-built SciPy is currently only working on Debian.
#scipy:
# use: host-scipy
mpi:
use: host-mpi
blas:
use: host-blas
lapack:
use: host-lapack
nose:
hdf5:
jinja2:
petsc:
build_with: parmetis
download: superlu
coptflags: -O2
link: shared
debug: false
petsc4py:
with_conf: true
szip:
zlib: