[arch-commits] Commit in libasl/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sat Jun 2 23:41:05 UTC 2018
Date: Saturday, June 2, 2018 @ 23:41:04
Author: foutrelis
Revision: 338493
Depend on netcdf as a workaround for FS#57236
Modified:
libasl/trunk/PKGBUILD
----------+
PKGBUILD | 2 ++
1 file changed, 2 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-02 23:29:20 UTC (rev 338492)
+++ PKGBUILD 2018-06-02 23:41:04 UTC (rev 338493)
@@ -11,6 +11,8 @@
license=('AGPL3')
depends=('boost-libs' 'opencl-icd-loader' 'libmatio' 'vtk' 'libjpeg' 'libpng' 'libtiff'
'freetype2' 'libgl')
+# Workaround for https://bugs.archlinux.org/task/57236
+depends+=('netcdf')
makedepends=('cmake' 'opencl-headers' 'boost' 'mesa-libgl')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/AvtechScientific/ASL/archive/v${pkgver}.tar.gz"
'suppress-deprecated-warnings.patch'
More information about the arch-commits
mailing list