Skip to content

Commit 57b86e6

Browse files
committed
WIP: check whether we still need to run autogen.pl
1 parent a949799 commit 57b86e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipe/build-mpi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export CC=$(basename "$CC")
1212
export CXX=$(basename "$CXX")
1313
export FC=$(basename "$FC")
1414

15-
./autogen.pl --force
15+
## ./autogen.pl --force # TODO: remove if no longer required.
1616

1717
if [[ "$target_platform" == osx-* ]]; then
1818
if [[ ! -z "$CONDA_BUILD_SYSROOT" ]]; then

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ outputs:
4141
- automake # [unix]
4242
- libtool # [unix]
4343
- make # [unix]
44-
- perl 5.26.2
44+
## - perl 5.26.2 # TODO: remove if running atogen.pl is no longer required.
4545
host:
4646
#- hwloc
4747
#- openpmix

0 commit comments

Comments
 (0)