diff options
Diffstat (limited to 'extra/netcdf/PKGBUILD')
-rw-r--r-- | extra/netcdf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/netcdf/PKGBUILD b/extra/netcdf/PKGBUILD index 326e3483e..55439cfa9 100644 --- a/extra/netcdf/PKGBUILD +++ b/extra/netcdf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netcdf pkgver=4.1.3 pkgrel=1 pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library" -arch=("i686" "x86_64") +arch=("i686" "x86_64" 'mips64el') url="http://www.unidata.ucar.edu/downloads/netcdf/index.jsp" depends=('gcc-libs' 'hdf5' 'gcc-fortran' 'curl') options=('!libtool' '!makeflags') |