[arch-commits] Commit in python-openmdao/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jun 28 13:12:06 UTC 2019
Date: Friday, June 28, 2019 @ 13:12:05
Author: felixonmars
Revision: 485657
upgpkg: python-openmdao 2.8.0-1
Modified:
python-openmdao/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-28 10:58:27 UTC (rev 485656)
+++ PKGBUILD 2019-06-28 13:12:05 UTC (rev 485657)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-openmdao
-pkgver=2.7.1
+pkgver=2.8.0
pkgrel=1
pkgdesc="An open-source high-performance computing platform"
url="https://github.com/OpenMDAO/OpenMDAO"
@@ -11,8 +11,9 @@
'python-pydocstyle' 'python-testflo' 'python-parameterized' 'python-pyparsing'
'python-networkx' 'python-sphinx' 'python-redbaron' 'python-mock' 'python-requests-mock'
'python-tornado' 'python-pydoe2')
+checkdepends=('python-mpi4py')
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenMDAO/OpenMDAO/archive/$pkgver.tar.gz")
-sha512sums=('80de556ec76c6919ab0848cdf8589b638e44be5ffaedd995748708c4595942b4c548981f24835fc00c464c8f5f061a98b51280cedce628af54cbd3cde61c4f8b')
+sha512sums=('88b11f9884778d4fb60087fb2897e4a2613f9d6daa8c7a361a13e60898db45ca6c535abb7329ba8e7fe4fa21508e5b09c3ccd7d8e2aa062bf03ef44d11c8983d')
prepare() {
cd OpenMDAO-$pkgver
@@ -28,8 +29,7 @@
check() {
cd OpenMDAO-$pkgver
- # Different pycodestyle version?
- testflo -n 16 --timeout=120 openmdao || warning "Tests failed"
+ PYTHONPATH="$PWD/build/lib" testflo -n 16 --timeout=120 openmdao || warning "Tests failed"
}
package() {
More information about the arch-commits
mailing list