Skip to content

Commit

Permalink
WIP: check whether we still need to run autogen.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Oct 27, 2023
1 parent a949799 commit 57b86e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/build-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export CC=$(basename "$CC")
export CXX=$(basename "$CXX")
export FC=$(basename "$FC")

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

if [[ "$target_platform" == osx-* ]]; then
if [[ ! -z "$CONDA_BUILD_SYSROOT" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ outputs:
- automake # [unix]
- libtool # [unix]
- make # [unix]
- perl 5.26.2
## - perl 5.26.2 # TODO: remove if running atogen.pl is no longer required.
host:
#- hwloc
#- openpmix
Expand Down

0 comments on commit 57b86e6

Please sign in to comment.