mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 13:42:37 +00:00
bump(main/yosys): 0.47
Use git repository in source URL to get abc and cxxopts git submodules which are absent in git generated source tarball. This commit fixes the following compiler error. kernel/driver.cc:22:10: fatal error: 'libs/cxxopts/include/cxxopts.hpp' file not found
This commit is contained in:
@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://yosyshq.net/yosys/
|
||||
TERMUX_PKG_DESCRIPTION="A framework for RTL synthesis tools"
|
||||
TERMUX_PKG_LICENSE="ISC"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION="0.46"
|
||||
TERMUX_PKG_SRCURL=https://github.com/YosysHQ/yosys/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=429966c5ac990bdd82f0084c5afa5f890b144014cc8aa093a184a89339c27937
|
||||
TERMUX_PKG_VERSION="0.47"
|
||||
TERMUX_PKG_SRCURL=git+https://github.com/YosysHQ/yosys.git
|
||||
TERMUX_PKG_GIT_BRANCH="$TERMUX_PKG_VERSION"
|
||||
TERMUX_PKG_AUTO_UPDATE=true
|
||||
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+"
|
||||
TERMUX_PKG_DEPENDS="boost, graphviz, libandroid-glob, libandroid-spawn, libc++, libffi, readline, tcl, zlib, python"
|
||||
|
||||
Reference in New Issue
Block a user