We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a949799 commit 57b86e6Copy full SHA for 57b86e6
recipe/build-mpi.sh
@@ -12,7 +12,7 @@ export CC=$(basename "$CC")
12
export CXX=$(basename "$CXX")
13
export FC=$(basename "$FC")
14
15
-./autogen.pl --force
+## ./autogen.pl --force # TODO: remove if no longer required.
16
17
if [[ "$target_platform" == osx-* ]]; then
18
if [[ ! -z "$CONDA_BUILD_SYSROOT" ]]; then
recipe/meta.yaml
@@ -41,7 +41,7 @@ outputs:
41
- automake # [unix]
42
- libtool # [unix]
43
- make # [unix]
44
- - perl 5.26.2
+ ## - perl 5.26.2 # TODO: remove if running atogen.pl is no longer required.
45
host:
46
#- hwloc
47
#- openpmix
0 commit comments