mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/netcdf to 4.7.0-1
This commit is contained in:
parent
366c33e59c
commit
9f438e9b2a
1 changed files with 8 additions and 8 deletions
|
@ -1,23 +1,23 @@
|
|||
# Maintainer: Ronald van Haren <ronald.archlinux.org>
|
||||
# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) <archange@archlinux.org>
|
||||
# Maintainer: Bruno Pagani <archange@archlinux.org>
|
||||
# Contributor: damir <damir@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable CDFS for 32-bit ARM
|
||||
|
||||
pkgname=netcdf
|
||||
pkgver=4.6.3
|
||||
pkgver=4.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
|
||||
arch=('x86_64')
|
||||
arch=(x86_64)
|
||||
url="https://www.unidata.ucar.edu/software/netcdf/"
|
||||
depends=('hdf5' 'curl')
|
||||
makedepends=('cmake')
|
||||
depends=(hdf5 curl)
|
||||
makedepends=(cmake)
|
||||
optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
|
||||
options=('!makeflags')
|
||||
license=('custom')
|
||||
options=(!makeflags)
|
||||
license=(custom)
|
||||
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('734a629cdaed907201084d003cfa091806d6080eeffbd4204e7c7f73ff9d3564')
|
||||
sha256sums=('26d03164074363b3911ed79b7cddd045c22adf5ebaf978943db11a1d9f15e9d3')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Reference in a new issue