Skip to content

Commit ec9e319

Browse files
committed
add python as mshr dependence
I think that python should be added as a dependence for mshr. Without that, hashdist uses my (old!) system python (2.4 in my case). At least this addition solved my problem. I think that this will solve also this issue: http://fenicsproject.org/pipermail/fenics-support/2015-February/001299.html
1 parent 8ca05b4 commit ec9e319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/mshr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends: [cmake_package]
22

33
dependencies:
4-
build: [boost, dolfin, gmp, mpfr, mpi, swig, vtk, {{build_with}}]
4+
build: [python, boost, dolfin, gmp, mpfr, mpi, swig, vtk, {{build_with}}]
55

66
sources:
77
- key: tar.gz:6nto4vmuuwnifcj6li7p7iv4mxzzdso4

0 commit comments

Comments
 (0)