Skip to content

Commit acb3c60

Browse files
committed
Merge remote-tracking branch 'origin/stable/proteus' into stable/proteus
2 parents 8787d58 + a963ecb commit acb3c60

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

pkgs/proteus.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
extends: [namespace_package]
22
dependencies:
3-
build: [daetk, numpy, mpi, python, cmake, cython, petsc, petsc4py, superlu, triangle]
4-
run: [daetk, ipython, matplotlib, nose, mpi4py, petsc4py, pytables, sphinx, superlu, sympy, tetgen, triangle]
3+
build: [daetk, numpy, mpi, python, cmake, cython, petsc, petsc4py, triangle, hdf5, blas]
4+
run: [daetk, ipython, matplotlib, nose, mpi4py, petsc4py, pytables, sphinx, sympy, tetgen, triangle, hdf5, blas]
55

66
sources:
7-
- key: git:1806eeddee64277b48cfbc79155752b2617e53f8
7+
- key: git:1a018f74d77a9d6ccc071b9724ca790a9186e68c
88
url: https://github.com/erdc-cm/proteus
99

10+
build_stages:
11+
- before: install
12+
handler: bash
13+
bash: |
14+
export PROTEUS_ARCH=$(python -c "import sys; print sys.platform")
15+
1016
# Proteus is a namespace package, do *not* link the Proteus directory itself in.
1117
profile_links:
1218
- name: python_packages

0 commit comments

Comments
 (0)