Skip to content

Commit f34193e

Browse files
committed
fixed proteus package
1 parent c6b460c commit f34193e

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]
4+
run: [daetk, ipython, matplotlib, nose, mpi4py, petsc4py, pytables, sphinx, sympy, tetgen, triangle, hdf5]
55

66
sources:
7-
- key: git:1806eeddee64277b48cfbc79155752b2617e53f8
7+
- key: git:4569346820b67bb531d3638beb42c6069b2488db
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)