On 17/12/2015 11:55, Brice Goglin wrote:
The Hardware Locality (hwloc) team is pleased to announce the release
of v1.11.2:

    http://www.open-mpi.org/projects/hwloc/

v1.11.2 will address all known bugs in the v1.11 series and bring
some minor new features (mostly improvements for x86, especially KNL).


attached minor patch to solve a false "make check" failure
on platform where EXEEXT in not empty.

Tested on CYGWIN platforms.

Regards
Marco




--- origsrc/hwloc-1.11.2/utils/hwloc/test-hwloc-assembler.sh.in 2015-06-14 
21:53:04.000000000 +0200
+++ src/hwloc-1.11.2/utils/hwloc/test-hwloc-assembler.sh.in     2015-12-18 
07:47:38.743536900 +0100
@@ -12,6 +12,7 @@ HWLOC_top_builddir="@HWLOC_top_builddir@
 assembler="$HWLOC_top_builddir/utils/hwloc/hwloc-assembler"
 HWLOC_top_srcdir="@HWLOC_top_srcdir@"
 SED="@SED@"
+EXEEXT="@EXEEXT@"
 
 HWLOC_PLUGINS_PATH=${HWLOC_top_builddir}/src
 export HWLOC_PLUGINS_PATH
@@ -46,7 +47,7 @@ $assembler $file \
 # filter ProcessName since it may be hwloc-info or lt-hwloc-info
 cat $file \
  | $SED -e '/<info name=\"hwlocVersion\" value=\"'$HWLOC_VERSION'\"\/>/d' \
- | $SED -e '/<info name=\"ProcessName\" value=\"hwloc-assembler\"\/>/d' -e 
'/<info name=\"ProcessName\" value=\"lt-hwloc-assembler\"\/>/d' \
+ | $SED -e '/<info name=\"ProcessName\" 
value=\"hwloc-assembler'$EXEEXT'\"\/>/d' -e '/<info name=\"ProcessName\" 
value=\"lt-hwloc-assembleri'$EXEEXT'\"\/>/d' \
  > ${file}.tmp
 mv -f ${file}.tmp $file
 

Reply via email to