We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e6de24 + 5be8186 commit ea930a3Copy full SHA for ea930a3
1 file changed
pkgs/mpich.yaml
@@ -1,4 +1,6 @@
1
extends: [autotools_package]
2
+dependencies:
3
+ build: [libxml2, pkg-config]
4
5
build_stages:
6
- name: configure
@@ -27,3 +29,5 @@ when_build_dependency:
27
29
28
30
- prepend_path: PATH
31
value: ${ARTIFACT}/bin
32
+ - prepend_path: PKG_CONFIG_PATH
33
+ value: ${ARTIFACT}/lib/pkgconfig
0 commit comments