Package Details: python-pyems-git b5cac87-1

Git Clone URL: https://aur.archlinux.org/python-pyems-git.git (read-only, click to copy)
Package Base: python-pyems-git
Description: High-level python interface to OpenEMS with automatic mesh generation
Upstream URL: https://github.com/matthuszagh/pyems
Licenses: GPL3
Conflicts: python-pyems
Provides: python-pyems
Submitter: dl3yc
Maintainer: dl3yc
Last Packager: dl3yc
Votes: 0
Popularity: 0.000000
First Submitted: 2022-09-17 15:18 (UTC)
Last Updated: 2023-04-09 14:41 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

marianoboragno commented on 2023-06-01 04:26 (UTC)

Running the coupler example fails when it tries to call AppCSXCAD. In simulation.py, simulation.view_csx() invokes AppCSXCAD and fails if it is not found.

Shouldn't this package depend on AppCSXCAD as well? https://aur.archlinux.org/packages/appcsxcad

Thanks,

Circuitsoft commented on 2023-03-28 23:28 (UTC) (edited on 2023-03-28 23:29 (UTC) by Circuitsoft)

The following changes are a valid update.

diff --git a/PKGBUILD b/PKGBUILD
index 896acf4..dffcdb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
 # Maintainer: Sebastian Weiss <dl3yc@darc.de>

 pkgname=python-pyems-git
-pkgver=f63fcf8
+pkgver=b5cac87
 pkgrel=1
 pkgdesc="High-level python interface to OpenEMS with automatic mesh generation"
 url="https://github.com/matthuszagh/pyems"
 arch=('i686' 'x86_64')
 license=('GPL3')
-depends=('openems' 'python-csxcad' 'python-openems' 'python-h5py-git')
+depends=('openems' 'python-csxcad' 'python-openems' 'python-h5py')
 provides=('python-pyems')
 conflicts=('python-pyems')

b5cac87 is a little newer than f63fcf8, and python-h5py instead of python-h5py-git allows for python-h5py-openmpi to coexist with freecad.