Skip to content

Commit

Permalink
Boost is a runtime dependency (#3709)
Browse files Browse the repository at this point in the history
Partial fix for #3708;
the full context for why this change is required is written up in that
issue.
  • Loading branch information
Baltoli authored Oct 13, 2023
1 parent 511541d commit 0cfe674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ arch=('x86_64')
url="https://github.com/runtimeverification/k"
license=('custom')
groups=()
depends=( 'bison' 'clang' 'diffutils' 'flex' 'fmt' 'gawk' 'gcc' 'gettext' 'gmp' 'grep' 'java-runtime' 'jemalloc' 'libsecp256k1' 'libyaml' 'lld' 'llvm' 'make' 'mpfr' 'patch' 'python' 'tar' 'z3' )
makedepends=( 'boost' 'cmake' 'jdk-openjdk' 'maven' 'python' 'zlib' )
depends=( 'bison' 'boost' 'clang' 'diffutils' 'flex' 'fmt' 'gawk' 'gcc' 'gettext' 'gmp' 'grep' 'java-runtime' 'jemalloc' 'libsecp256k1' 'libyaml' 'lld' 'llvm' 'make' 'mpfr' 'patch' 'python' 'tar' 'z3' )
makedepends=( 'cmake' 'jdk-openjdk' 'maven' 'python' 'zlib' )
checkdepends=()
optdepends=()
provides=()
Expand Down

0 comments on commit 0cfe674

Please sign in to comment.