Last active
August 29, 2015 14:09
-
-
Save ahmadia/fd665650c484266dc9c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This profile file controls your <#> (HashDist) build environment. | |
# In the future, we'll provide better incorporation of | |
# automatic environment detection. For now, have a look | |
# at the YAML files in the top-level directory and choose | |
# the most *specific* file that matches your environment. | |
extends: | |
- name: hashstack | |
urls: ['https://github.com/hashdist/hashstack.git'] | |
key: 'git:b357e219016a5431791291ecc9978fbeb7f2a21c' | |
file: osx.yaml | |
parameters: | |
fortran: true | |
# The packages list specifies all the packages that you | |
# require installed. <#> will ensure that all packages | |
# and their dependencies are installed when you build this | |
# profile. | |
packages: | |
blas: | |
use: host-osx-framework-accelerate | |
clawpack: | |
hdf5: | |
ipython: | |
launcher: | |
matplotlib: | |
mpi: | |
use: mpich | |
petsc: | |
build_with: | | |
download: | | |
coptflags: -O2 | |
link: shared | |
debug: false | |
petsc4py: | |
with_conf: true | |
pyboxlib: | |
pytables: | |
python: | |
sphinx: | |
sympy: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment