Hello community, here is the log from the commit of package mvapich2 for openSUSE:Factory checked in at 2018-03-28 10:31:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mvapich2 (Old) and /work/SRC/openSUSE:Factory/.mvapich2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mvapich2" Wed Mar 28 10:31:35 2018 rev:8 rq:591117 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mvapich2/mvapich2.changes 2018-02-10 17:58:39.667059421 +0100 +++ /work/SRC/openSUSE:Factory/.mvapich2.new/mvapich2.changes 2018-03-28 10:31:46.876182777 +0200 @@ -1,0 +2,6 @@ +Sun Mar 25 13:07:18 UTC 2018 - [email protected] + +- Change mvapich2-arm-support.patch to provide missing functions for + armv6hl + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mvapich2.spec ++++++ --- /var/tmp/diff_new_pack.oTmPqX/_old 2018-03-28 10:31:48.644119194 +0200 +++ /var/tmp/diff_new_pack.oTmPqX/_new 2018-03-28 10:31:48.668118330 +0200 @@ -165,7 +165,7 @@ BuildRequires: automake BuildRequires: automake BuildRequires: bison -%ifnarch s390 s390x armv7hl +%ifnarch s390 s390x %{arm} BuildRequires: libnuma-devel %endif BuildRequires: libtool ++++++ mvapich2-arm-support.patch ++++++ --- /var/tmp/diff_new_pack.oTmPqX/_old 2018-03-28 10:31:48.868111138 +0200 +++ /var/tmp/diff_new_pack.oTmPqX/_new 2018-03-28 10:31:48.868111138 +0200 @@ -6,7 +6,7 @@ asm volatile ("mov %0=ar.itc" : "=r" (ret)); return ret; } -+#elif defined(__ARM_ARCH_7A__) ++#elif defined(__ARM_ARCH_7A__) || defined(__arm__) +typedef unsigned long long cycles_t; +static inline cycles_t get_cycles(void) +{
