forked from pool/mvapich2
Accepting request 591117 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/591117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mvapich2?expand=0&rev=8
This commit is contained in:
commit
c9b9546560
@ -6,7 +6,7 @@ index ac117c2..335d07f 100644
|
||||
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)
|
||||
+{
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 25 13:07:18 UTC 2018 - kasimir_@outlook.de
|
||||
|
||||
- Change mvapich2-arm-support.patch to provide missing functions for
|
||||
armv6hl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 11:29:26 UTC 2018 - cgoll@suse.com
|
||||
|
||||
|
@ -165,7 +165,7 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
%ifnarch s390 s390x armv7hl
|
||||
%ifnarch s390 s390x %{arm}
|
||||
BuildRequires: libnuma-devel
|
||||
%endif
|
||||
BuildRequires: libtool
|
||||
|
Loading…
Reference in New Issue
Block a user