summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-01-20 18:13:14 +0100
committerM0Rf302018-01-20 18:13:14 +0100
commitb1d911cc6e943572c61942d648876172f9cb288a (patch)
tree218798617fa5aeb62252f38feeee75bd81cabab1
parentebeb93c041924b1463374469c81253e11624aa58 (diff)
downloadaur-b1d911cc6e943572c61942d648876172f9cb288a.tar.gz
dakota: removed unneeded files in conflict with cddlib
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD9
2 files changed, 30 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e04387c149a..407c30d5b434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,3 +22,26 @@ pkgbase = dakota
pkgname = dakota
+pkgbase = dakota
+ pkgdesc = A flexible, extensible interface between analysis codes and iterative systems analysis methods
+ pkgver = 6.7
+ pkgrel = 2
+ url = https://dakota.sandia.gov/
+ arch = i686
+ arch = x86_64
+ license = LGPL
+ makedepends = cmake
+ makedepends = gcc-fortran
+ makedepends = python2
+ depends = boost
+ depends = cddlib
+ depends = icu
+ depends = lapack
+ depends = openmotif
+ depends = tinyxml
+ options = !strip
+ source = https://dakota.sandia.gov/sites/default/files/distributions/public/dakota-6.7-release-public-src-UI.tar.gz
+ md5sums = be1f372e7457281a7aafc887789cb199
+
+pkgname = dakota
+
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')