Skip to content

Commit

Permalink
Add openssh as checkdependency for pass the tests, according to open-…
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosal1015 committed Jun 19, 2022
1 parent 5d03f76 commit a88082b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
pkgbase = precice-git
pkgdesc = A Coupling Library for Partitioned Multi-Physics Simulations on Massively Parallel Systems (git version)
pkgver = 2.4.0.r1.g073ca3ad5
pkgver = 2.4.0.r35.g68d8821d
pkgrel = 1
url = https://precice.org
arch = x86_64
license = LGPL3
checkdepends = openssh
makedepends = cmake
makedepends = gcc-fortran
makedepends = doxygen
Expand Down
5 changes: 2 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
# Contributor: Florian Lindner <florian.lindner@xgm.de>
_base=precice
pkgname=${_base}-git
pkgver=2.4.0.r1.g073ca3ad5
pkgver=2.4.0.r35.g68d8821d
pkgrel=1
pkgdesc="A Coupling Library for Partitioned Multi-Physics Simulations on Massively Parallel Systems (git version)"
arch=(x86_64)
url="https://${_base}.org"
license=(LGPL3)
depends=(libxml2 petsc eigen jsoncpp)
makedepends=(cmake gcc-fortran doxygen graphviz git)
checkdepends=(openssh)
optdepends=('man-db: manual pages for precice-tools and testprecice'
'git: for Git Revision Info support')
source=(git+https://github.com/${_base}/${_base}.git#branch=develop)
Expand Down Expand Up @@ -43,8 +44,6 @@ build() {
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-Wno-dev
cmake --build build --target all
cd ${_base}
doxygen
}

check() {
Expand Down

0 comments on commit a88082b

Please sign in to comment.