From 9c993f59034f0663d590c9e8391a9f41abe3b613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Fri, 15 May 2015 15:11:47 -0600 Subject: [PATCH] Add hd_base example profile for OS X --- examples/hd_base.Darwin.yaml | 41 ++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 examples/hd_base.Darwin.yaml diff --git a/examples/hd_base.Darwin.yaml b/examples/hd_base.Darwin.yaml new file mode 100644 index 000000000..a72dc3ab4 --- /dev/null +++ b/examples/hd_base.Darwin.yaml @@ -0,0 +1,41 @@ +# This profile builds with the default clang compiler on Mac OS X 10.10 +# Yosemite. In particular it builds gcc (g++, gcc, gfortran). This profile can +# then be used as a base for building the rest of Hashstack. + +extends: + - file: config.yaml + +parameters: + platform: Darwin + fortran: false + PATH: /usr/bin:/bin:/usr/sbin:/sbin + PROLOGUE: | + export MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | sed -E "s/([0-9]+\.[0-9]+).*/\1/") + +packages: + + launcher: + blas: + use: host-osx-framework-accelerate + lapack: + use: host-osx-framework-accelerate + mpi: + use: mpich + python: + link: shared + swig: + build_with: | + perl + ipython: + nose: + numpy: + sphinx: + sympy: + gmp: + matplotlib: + doxygen: + breathe: + gcc: + git: + perl: + pyliblzma: