-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'ssh/master'
- Loading branch information
Showing
78 changed files
with
728 additions
and
287 deletions.
There are no files selected for viewing
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 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 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
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 | ||
python: | ||
link: shared | ||
swig: | ||
build_with: | | ||
perl | ||
ipython: | ||
nose: | ||
numpy: | ||
sphinx: | ||
sympy: | ||
gmp: | ||
matplotlib: | ||
doxygen: | ||
breathe: | ||
gcc: | ||
git: | ||
perl: | ||
pyliblzma: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ packages: | |
debug: false | ||
petsc4py: | ||
with_conf: true | ||
pillow: | ||
pytables: | ||
sphinx: | ||
superlu: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ packages: | |
debug: false | ||
petsc4py: | ||
with_conf: true | ||
pillow: | ||
pytables: | ||
sphinx: | ||
superlu: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
extends: [setuptools_package] | ||
|
||
dependencies: | ||
build: [] | ||
run: [] | ||
|
||
sources: | ||
- key: tar.gz:ha4sxnyiueasqqm7ox5jcifg2lencnyb | ||
url: https://pypi.python.org/packages/source/T/Tempita/Tempita-0.5.3dev.tar.gz |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
extends: [setuptools_package] | ||
|
||
sources: | ||
- key: tar.gz:a5aq475qtkvxxwxv4ymn4zwd3lee4lr5 | ||
url: https://pypi.python.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-3.4.0.2.tar.gz |
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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
extends: [base_package] | ||
dependencies: | ||
build: [node] | ||
|
||
defaults: | ||
relocatable: false | ||
|
||
sources: | ||
- key: tar.gz:uwx36n3nhdu7dwxtwp46sffv3t3orhtw | ||
url: https://github.com/jashkenas/coffeescript/archive/1.9.1.tar.gz | ||
|
||
build_stages: | ||
- name: install | ||
mode: replace | ||
handler: bash | ||
after: prologue | ||
bash: | | ||
"$NODE_DIR"/bin/npm --proxy 127.0.0.1:2 --production --global \ | ||
--prefix="$ARTIFACT" install . | ||
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
extends: [setuptools_package] | ||
|
||
dependencies: | ||
build: [] | ||
run: [] | ||
|
||
sources: | ||
- key: tar.gz:omqaalhgdxvgvisk3skf3hlyggzwnfkt | ||
url: https://pypi.python.org/packages/source/d/decorator/decorator-3.4.2.tar.gz |
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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
extends: [setuptools_package] | ||
|
||
dependencies: | ||
build: [] | ||
run: [] | ||
|
||
sources: | ||
- key: zip:ptgbosdhel3aawcwn3pqmd6iy2xqvqkv | ||
url: https://pypi.python.org/packages/source/G/Genshi/Genshi-0.7.zip |
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
extends: [cmake_package] | ||
dependencies: | ||
build: [] | ||
|
||
sources: | ||
- key: zip:crsrwvvrb6tibasenlfpniirnvllov6i | ||
url: http://downloads.sourceforge.net/project/ogl-math/glm-0.9.6.3/glm-0.9.6.3.zip |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.