fix typo in build command

This commit is contained in:
Fabian Posch 2024-06-06 13:57:17 +02:00
parent 773c9b91f6
commit cd24a15c7c
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = abc-git pkgbase = abc-git
pkgdesc = System for Sequential Logic Synthesis and Formal Verification pkgdesc = System for Sequential Logic Synthesis and Formal Verification
pkgver = 1.02.r5444.806a996 pkgver = 1.02.r5444.806a996
pkgrel = 1 pkgrel = 2
url = https://people.eecs.berkeley.edu/~alanmi/abc/ url = https://people.eecs.berkeley.edu/~alanmi/abc/
arch = x86_64 arch = x86_64
arch = i686 arch = i686

View file

@ -7,7 +7,7 @@ _basever=1
_patchlvl=02 _patchlvl=02
_gitversion=r5444.806a996 _gitversion=r5444.806a996
pkgver=${_basever}.${_patchlvl}.${_gitversion} pkgver=${_basever}.${_patchlvl}.${_gitversion}
pkgrel=1 pkgrel=2
pkgdesc="System for Sequential Logic Synthesis and Formal Verification" pkgdesc="System for Sequential Logic Synthesis and Formal Verification"
url="https://people.eecs.berkeley.edu/~alanmi/abc/" url="https://people.eecs.berkeley.edu/~alanmi/abc/"
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
@ -40,7 +40,7 @@ build() {
# we build abc with PIC enabled, so we don't have to compile it multiple times # we build abc with PIC enabled, so we don't have to compile it multiple times
# for the different targets # for the different targets
make ABC_USE_PIC=1 abc libabc.so -j$(NPROC) make ABC_USE_PIC=1 abc libabc.so -j$(nproc)
} }
package() { package() {