summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Lindner2023-10-08 21:22:31 +0200
committerFlorian Lindner2023-10-08 21:22:31 +0200
commit465d6022675ffdab6ac0151c801b158182ac0b46 (patch)
treec83ab3a8ae8e59a2fd6889dbdd11e68e55a98883
parenta56e3e8eb987b7616e862d582fd6a05b045ae619 (diff)
downloadaur-465d6022675ffdab6ac0151c801b158182ac0b46.tar.gz
Add conflicts with petsc-complex.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea0aefc4c8ec..5031afffcb1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = precice
depends = petsc
depends = python-numpy
provides = precice
+ conflicts = petsc-complex
source = precice-2.5.0.tar.gz::https://github.com/precice/precice/archive/v2.5.0.tar.gz
sha256sums = 76ec6ee0d1a66f6f3d3d2d11f03cfc5aa7ef4d9e5deb9b7a4b4455ec7f796c00
diff --git a/PKGBUILD b/PKGBUILD
index 1b71af118fda..38003461d898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
url="https://www.precice.org"
license=('LGPL3')
depends=('boost' 'libxml2' 'openmpi' 'petsc' 'python-numpy')
+conflicts=('petsc-complex')
makedepends=('cmake' 'eigen')
optdepends=()
provides=('precice')