pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openmpi: Fix cosmetic issues found by pkglint - echo/${ECHO} - alignment/tabs/spaces



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Aug 2 19:55:08 2022 -0400
Changeset:	af5ea7fa91736e8609664a577fc029745ea5640f

Modified Files:
	openmpi/Makefile
	openmpi/buildlink3.mk

Log Message:
openmpi: Fix cosmetic issues found by pkglint
  - echo/${ECHO}
  - alignment/tabs/spaces

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=af5ea7fa91736e8609664a577fc029745ea5640f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openmpi/Makefile      | 2 +-
 openmpi/buildlink3.mk | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/openmpi/Makefile b/openmpi/Makefile
index b50c648fcf..d9fd10d814 100644
--- a/openmpi/Makefile
+++ b/openmpi/Makefile
@@ -90,7 +90,7 @@ REPLACE_PERL=	ompi/tools/wrappers/mpijavac.pl.in
 REPLACE_PERL+=	ompi/mca/common/monitoring/*.pl
 
 post-install:
-	echo "Move files in etc to examples and fix PLIST!"
+	${ECHO} "Move files in etc to examples and fix PLIST!"
 
 # Some people want pkgsrc to support multiple versions of MPI at once,
 # but this is not the standard approach.   This logic, or perhaps extracting
diff --git a/openmpi/buildlink3.mk b/openmpi/buildlink3.mk
index 0b4ada40d2..ec768a7d54 100644
--- a/openmpi/buildlink3.mk
+++ b/openmpi/buildlink3.mk
@@ -9,9 +9,9 @@ BUILDLINK_API_DEPENDS.openmpi+=	openmpi>=1.5.1
 BUILDLINK_PKGSRCDIR.openmpi?=	../../wip/openmpi
 
 # \todo Extract to a mk fragment.
-#MPI_SUBPREFIX=  openmpi4
-#MPI_PREFIX=     ${PREFIX}/${MPI_SUBPREFIX}
-MPI_PREFIX=     ${PREFIX}
+#MPI_SUBPREFIX=			openmpi4
+#MPI_PREFIX=			${PREFIX}/${MPI_SUBPREFIX}
+MPI_PREFIX=			${PREFIX}
 
 .include "../../parallel/hwloc/buildlink3.mk"
 .endif # OPENMPI_BUILDLINK3_MK


Home | Main Index | Thread Index | Old Index