Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions examples/hd_base.Darwin.yaml
Original file line number Diff line number Diff line change
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You won't get the Fortran compiler wrappers in this profile if you build MPI this way.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, the mpi will build without Fortran. To build it with Fortran, one needs to use #779.

python:
link: shared
swig:
build_with: |
perl
ipython:
nose:
numpy:
sphinx:
sympy:
gmp:
matplotlib:
doxygen:
breathe:
gcc:
git:
perl:
pyliblzma: