mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/netcdf to 4.7.1-1
This commit is contained in:
parent
d31350e393
commit
6dd498ab9d
1 changed files with 4 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - disable CDFS for 32-bit ARM
|
# - disable CDFS for 32-bit ARM
|
||||||
|
|
||||||
pkgname=netcdf
|
pkgname=netcdf
|
||||||
pkgver=4.7.0
|
pkgver=4.7.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
|
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -16,8 +16,8 @@ makedepends=(cmake)
|
||||||
optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
|
optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
|
||||||
options=(!makeflags)
|
options=(!makeflags)
|
||||||
license=(custom)
|
license=(custom)
|
||||||
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/Unidata/netcdf-c/archive/v${pkgver}.tar.gz")
|
source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||||
sha256sums=('26d03164074363b3911ed79b7cddd045c22adf5ebaf978943db11a1d9f15e9d3')
|
sha256sums=('583e6b89c57037293fc3878c9181bb89151da8c6015ecea404dd426fea219b2c')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
@ -42,8 +42,7 @@ build() {
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd build
|
cd build
|
||||||
# One test failure https://github.com/Unidata/netcdf-c/issues/808
|
make test
|
||||||
make test || warning "Test failure"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue