-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathcmb.linux.yaml
More file actions
67 lines (59 loc) · 1.34 KB
/
cmb.linux.yaml
File metadata and controls
67 lines (59 loc) · 1.34 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
# 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: linux.yaml
parameters:
HOST_MPICC: /usr/bin/mpicc
HOST_MPICXX: /usr/bin/mpic++
HOST_MPIF77: /usr/bin/mpif77
HOST_MPIF90: /usr/bin/mpif90
HOST_MPIEXEC: /usr/bin/mpiexec
HOST_CMAKE: /usr/local/bin/cmake
PATH: |
/usr/local/bin:/bin:/usr/sbin:/sbin:/usr/bin:
PROLOGUE: |
export CXX=/usr/bin/g++-4.8; export CC=/usr/bin/gcc-4.8; export C_INCLUDE_PATH=/usr/include/mpi/; export CPLUS_INCLUDE_PATH=/usr/include/mpi/;
# 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:
blas:
use: host-blas
cmake:
use: host-cmake
mpi:
use: host-mpi
curl:
szip:
bzip2:
zlib:
libxml2:
png:
boost:
toolset: gcc
address_model: 64
#file format packages
hdf5:
netcdf4:
netcdf4cpp:
#now the rest
freetype:
matplotlib:
numpy:
python:
host: true
link: shared
qt:
arch: x86_64
remus:
shiboken:
smtk:
vxl:
zmq:
launcher:
paraview:
cmb: