summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2017-05-23 00:23:05 -0500
committerXavierCLL2017-05-23 00:23:05 -0500
commit1e3f91f7e6ab5d30257155fd2b21217b82c7bf9e (patch)
tree6ac122e2d9e42b7bee93fae9fcfcb2eec0580bae
parent59a236dfefd55cba31b9dfd9e0cdefb13047c7f4 (diff)
downloadaur-1e3f91f7e6ab5d30257155fd2b21217b82c7bf9e.tar.gz
added again hdf-eos 2 and 5 support
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--Site.local4
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6a0a6d0016..c0c3824a35d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncl
pkgdesc = Ncar Command Language, is an interpreted language designed specifically for scientific data analysis and visualization
pkgver = 6.4.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.ncl.ucar.edu
install = ncl.install
arch = i686
@@ -42,6 +42,8 @@ pkgbase = ncl
depends = tcsh
depends = flex
depends = gsl
+ depends = hdf-eos2
+ depends = hdf-eos5
optdepends = ncl-highres: High-resolution coastlines (RANGS and GSHHS)
provides = ncl
source = ncl_ncarg-6.4.0.tar.gz::https://www.earthsystemgrid.org/download/fileDownload.html?logicalFileId=86b9bec2-fa01-11e6-a976-00c0f03d5b7c
@@ -57,7 +59,7 @@ pkgbase = ncl
source = ncl-libs.patch::http://pkgs.fedoraproject.org/cgit/rpms/ncl.git/plain/ncl-libs.patch
md5sums = a981848ddcaf1c263279648265f24766
md5sums = 10aff8d7950f5e0e2fb6dd2e340be2c9
- md5sums = 5faadb8224427194311240726c18aad2
+ md5sums = 86851c0e0a36a5dc23dbe1425cb5907c
md5sums = 33fd270a3ea1b4beb770b3e89ada4f59
md5sums = c18b84591221cf956f3c626cf8766f41
md5sums = 913322ce7d4ca5efed7674693e8a3124
diff --git a/PKGBUILD b/PKGBUILD
index 0d79099315b5..bd05cdcf74ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ncl
pkgver=6.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Ncar Command Language, is an interpreted language designed specifically for scientific data analysis and visualization'
url='http://www.ncl.ucar.edu'
license=('custom:NCL Source Code License')
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
depends=('libxext' 'cairo' 'pixman' 'fontconfig' 'expat' 'bzip2' 'zlib' 'netcdf' 'hdf5-cpp-fortran'
'triangle' 'hdf4-nonetcdf' 'netcdf-fortran' 'libxt' 'libxaw' 'libxext' 'libxpm' 'udunits'
'libx11' 'imake' 'g2clib' 'gdal' 'lesstif' 'glibc' 'libjpeg' 'libpng' 'jasper' 'szip'
- 'libxaw' 'tcsh' 'flex' 'gsl')
+ 'libxaw' 'tcsh' 'flex' 'gsl' 'hdf-eos2' 'hdf-eos5')
makedepends=('gcc' 'gcc-fortran' 'tcsh' 'byacc')
provides=('ncl')
install=${pkgname}.install
@@ -24,7 +24,7 @@ source=("ncl_ncarg-$pkgver.tar.gz::https://www.earthsystemgrid.org/download/file
optdepends=("ncl-highres: High-resolution coastlines (RANGS and GSHHS)")
md5sums=('a981848ddcaf1c263279648265f24766'
'10aff8d7950f5e0e2fb6dd2e340be2c9'
- '5faadb8224427194311240726c18aad2'
+ '86851c0e0a36a5dc23dbe1425cb5907c'
'33fd270a3ea1b4beb770b3e89ada4f59'
'c18b84591221cf956f3c626cf8766f41'
'913322ce7d4ca5efed7674693e8a3124'
diff --git a/Site.local b/Site.local
index 9f12c56e0d1f..897a2f0340d6 100644
--- a/Site.local
+++ b/Site.local
@@ -34,8 +34,8 @@
#define BuildTRIANGLE 1
#define BuildUdunits 1
#define UdUnitslib -ludunits2 -lexpat
-#define BuildHDFEOS 0
-#define BuildHDFEOS5 0
+#define BuildHDFEOS 1
+#define BuildHDFEOS5 1
#define BuildGRIB2 1
#define BuildV5D 0
#define BuildDODS 1