summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302018-01-20 18:13:14 +0100
committerM0Rf302018-01-20 18:13:14 +0100
commitb1d911cc6e943572c61942d648876172f9cb288a (patch)
tree218798617fa5aeb62252f38feeee75bd81cabab1 /PKGBUILD
parentebeb93c041924b1463374469c81253e11624aa58 (diff)
downloadaur-b1d911cc6e943572c61942d648876172f9cb288a.tar.gz
dakota: removed unneeded files in conflict with cddlib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76872eabe815..aa763295e867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgbase=dakota
pkgname=dakota
pkgver=6.7
-pkgrel=1
+pkgrel=2
pkgdesc="A flexible, extensible interface between analysis codes and iterative systems analysis methods"
arch=(i686 x86_64)
url="https://dakota.sandia.gov/"
license=('LGPL')
-depends=('boost' 'icu' 'lapack' 'openmotif' 'tinyxml')
+depends=('boost' 'cddlib' 'icu' 'lapack' 'openmotif' 'tinyxml')
makedepends=('cmake' 'gcc-fortran' 'python2')
options=(!strip)
_filename=$pkgname-$pkgver-release-public-src-UI
@@ -39,6 +39,11 @@ package() {
rm $pkgdir/usr/lib/libtinyxml.so
rm -rf $pkgdir/usr/examples
rm $pkgdir/usr/include/menu.h
+ rm $pkgdir/usr/include/cdd.h
+ rm $pkgdir/usr/include/cddmp.h
+ rm $pkgdir/usr/include/cddtypes.h
+ rm $pkgdir/usr/include/setoper.h
+
}
md5sums=('be1f372e7457281a7aafc887789cb199')