Skip to content

Commit ea930a3

Browse files
committed
Merge pull request #702 from hashdist/johannr/fix-issue-701
Add libxml2 and pkg-config to build deps for mpich
2 parents 0e6de24 + 5be8186 commit ea930a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkgs/mpich.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
extends: [autotools_package]
2+
dependencies:
3+
build: [libxml2, pkg-config]
24

35
build_stages:
46
- name: configure
@@ -27,3 +29,5 @@ when_build_dependency:
2729

2830
- prepend_path: PATH
2931
value: ${ARTIFACT}/bin
32+
- prepend_path: PKG_CONFIG_PATH
33+
value: ${ARTIFACT}/lib/pkgconfig

0 commit comments

Comments
 (0)