diff options
Diffstat (limited to 'extra/openmpi/PKGBUILD')
-rw-r--r-- | extra/openmpi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD index f08d2a4e3..8f44596c8 100644 --- a/extra/openmpi/PKGBUILD +++ b/extra/openmpi/PKGBUILD @@ -4,7 +4,7 @@ pkgname=openmpi pkgver=1.5.3 pkgrel=2 pkgdesc="High performance message passing library (MPI)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.open-mpi.org" license=('custom') depends=('gcc' 'gcc-fortran' 'openssh' 'valgrind' 'libtool' 'hwloc') |