Skip to content

Commit 5be8186

Browse files
committed
Add libxml2 and pkg-config to build dependencies for mpich and set PKG_CONFIG_PATH (fixes issue #701).
1 parent 692545d commit 5be8186

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)