From 02658fc9a4d9f5275bf9d897b0e565d378d78750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Fri, 15 May 2015 16:44:04 -0600 Subject: [PATCH] Add OS X 10.10 profile --- examples/osx.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 examples/osx.yaml diff --git a/examples/osx.yaml b/examples/osx.yaml new file mode 100644 index 000000000..648ef1420 --- /dev/null +++ b/examples/osx.yaml @@ -0,0 +1,44 @@ +# This profile builds the whole Hashstack on OS X 10.10, using the 'hd_base' +# profile as its basis (mainly the gcc, g++ and gfortran compilers are needed +# from it). +# +# Change the hash of your 'hd_base' profile in the PROLOGUE below. + +extends: + - file: config.yaml + +parameters: + platform: Darwin + fortran: true + PATH: /usr/bin:/bin:/usr/sbin:/sbin + PROLOGUE: | + export MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | sed -E "s/([0-9]+\.[0-9]+).*/\1/"); export PATH="/Users/certik/.hashdist/bld/profile/px524wdzacsz/bin:$PATH"; export CC=gcc CXX=g++ FC=gfortran + +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: + doxygen: + breathe: + git: + disable_crypto: true + perl: + pyliblzma: + csympy: + pytest: