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 de7e3e913..05497fc53 100644 --- a/extra/netcdf/PKGBUILD +++ b/extra/netcdf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netcdf pkgver=4.1.1 pkgrel=3 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') options=('force' '!libtool' '!makeflags') |