diff options
author | xiota | 2025-04-16 23:37:47 +0000 |
---|---|---|
committer | xiota | 2025-04-16 23:38:31 +0000 |
commit | 61c9702ee90e5b655764d60c1eb7cbc019c616e7 (patch) | |
tree | 80ea6100a8a2fc5cac97517c419e650e36c72e87 /PKGBUILD | |
parent | e19e188a034a020b9332c5f5ae0eaf1e6867ea3a (diff) | |
download | aur-nextpnr-git.tar.gz |
0.7.r178
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ _ARCHS=('ecp5' 'ice40' 'himbaechel' 'nexus' 'generic') _pkgname="nextpnr" pkgname="$_pkgname-git" -pkgver=0.7.r178.gf3a5024 +pkgver=0.8.r2.g7a3a43e pkgrel=1 pkgdesc='Portable FPGA place and route tool' url='https://github.com/YosysHQ/nextpnr' @@ -88,6 +88,7 @@ build() { -G Ninja -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX='/usr' + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DUSE_OPENMP=ON -DUSE_IPO=OFF -DBUILD_GUI=ON @@ -138,8 +139,7 @@ for _arch in ${_ARCHS[@]}; do _CONFIG+=('-DOXIDE_INSTALL_PREFIX=/usr') ;; himbaechel) - makedepends=( - ${makedepends[@]//prjapicula/} + makedepends+=( 'prjapicula' # AUR # 'python-crc' # AUR ) |