summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2017-03-05 10:36:25 +0800
committerwangjiezhe2017-03-05 10:36:25 +0800
commit190261853abeb151a5959da56be4ac61788efda8 (patch)
treed0b61a39f17454595482096ab79e32defcf3da2b
parent5c08ef175410dd4e58cc47b3abc0e6f24d1b96ca (diff)
downloadaur-190261853abeb151a5959da56be4ac61788efda8.tar.gz
trilinos-git r73423.32d771b900-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce8d39ff5b23..7ba044222833 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 31 10:35:36 UTC 2016
+# Sun Mar 5 02:36:19 UTC 2017
pkgbase = trilinos-git
pkgdesc = An effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems.
- pkgver = r71448.a166864
+ pkgver = r73423.32d771b900
pkgrel = 1
url = https://github.com/trilinos/Trilinos
arch = i686
@@ -27,7 +27,6 @@ pkgbase = trilinos-git
depends = boost
provides = trilinos
conflicts = trilinos
- conflicts = gtest
options = ccache
source = git+https://github.com/trilinos/Trilinos.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8e8f07945aba..dd6d7dba2a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@
pkgname=trilinos-git
_pkgname=Trilinos
-pkgver=r72712.5ed03bf9ef
+pkgver=r73423.32d771b900
pkgrel=1
pkgdesc="An effort to develop algorithms and enabling technologies within an object-oriented software framework for the solution of large-scale, complex multi-physics engineering and scientific problems."
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ url="https://github.com/trilinos/Trilinos"
license=('LGPL3')
depends=('lapack' 'openmpi' 'python2' 'boost')
provides=('trilinos')
-conflicts=('trilinos' 'gtest')
+conflicts=('trilinos')
source=(git+${url}.git)
makedepends=('git' 'python2' 'python2-numpy' 'swig' 'gcc' 'gcc-fortran' 'openmpi' 'perl' 'blas' 'lapack' 'cmake' 'libmatio' 'netcdf')
# gcc-fortran gcc-fortran-multilib
@@ -45,9 +45,6 @@ build() {
find ${srcdir}/${_pkgname} -name "*" -type f -exec \
sed -i 's#\(/usr/bin/env \|/usr/bin/\)python[2-3]*#\1python2#' {} \;
- sed -i 's#SWIG_VERSION_CEILING 2.0.8#SWIG_VERSION_CEILING 3.0.2#' \
- ${srcdir}/${_pkgname}/packages/PyTrilinos/CMakeLists.txt
-
[[ -e build ]] && rm -rf build
mkdir build
cd build
@@ -62,6 +59,7 @@ build() {
-DTrilinos_ENABLE_OpenMP:BOOL=ON \
-DTPL_ENABLE_MPI:BOOL=ON \
-DTrilinos_ENABLE_PyTrilinos:BOOL=ON \
+ -DPyTrilinos_DOCSTRINGS:BOOL=OFF \
-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 \
-DCMAKE_INSTALL_PREFIX:PATH=/opt/trilinos \
-DTPL_ENABLE_Netcdf=ON \