File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This profile builds with the default clang compiler on Mac OS X 10.10
2+ # Yosemite. In particular it builds gcc (g++, gcc, gfortran). This profile can
3+ # then be used as a base for building the rest of Hashstack.
4+
5+ extends :
6+ - file : config.yaml
7+
8+ parameters :
9+ platform : Darwin
10+ fortran : false
11+ PATH : /usr/bin:/bin:/usr/sbin:/sbin
12+ PROLOGUE : |
13+ export MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | sed -E "s/([0-9]+\.[0-9]+).*/\1/")
14+
15+ packages :
16+
17+ launcher :
18+ blas :
19+ use : host-osx-framework-accelerate
20+ lapack :
21+ use : host-osx-framework-accelerate
22+ mpi :
23+ use : mpich
24+ python :
25+ link : shared
26+ swig :
27+ build_with : |
28+ perl
29+ ipython :
30+ nose :
31+ numpy :
32+ sphinx :
33+ sympy :
34+ gmp :
35+ matplotlib :
36+ doxygen :
37+ breathe :
38+ gcc :
39+ git :
40+ perl :
41+ pyliblzma :
You can’t perform that action at this time.
0 commit comments