Skip to content

Commit 28e32ec

Browse files
committed
Merge pull request #776 from hashdist/hd_base_osx
Add hd_base example profile for OS X
2 parents e9c0aeb + 9c993f5 commit 28e32ec

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

examples/hd_base.Darwin.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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:

0 commit comments

Comments
 (0)