Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Duncan Bellamy
aports
Commits
841fd65a
Commit
841fd65a
authored
Oct 09, 2021
by
Duncan Bellamy
Browse files
community/vectorscan: build with lowest armv8 arch for aarch64
parent
d72bb6b8
Pipeline
#96125
passed with stages
in 29 minutes and 24 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
community/vectorscan/APKBUILD
View file @
841fd65a
...
...
@@ -2,7 +2,7 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname
=
vectorscan
pkgver
=
5.4.2
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"High-performance regular expression matching library"
url
=
"https://www.hyperscan.io"
arch
=
"x86 x86_64 aarch64"
#requires SSSE3 or Neon
...
...
@@ -16,6 +16,8 @@ build() {
case
"
${
CARCH
:-
native
}
"
in
x86|x86_64
)
_march
=
"-march=core2"
;;
aarch64
)
_march
=
"-march=armv8-a"
;;
esac
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment