Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!67312
testing/libhomfly: update config sub for loongarch64
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/libhomfly: update config sub for loongarch64
yzewei/aports:libhomfly
into
master
Overview
0
Commits
1
Pipelines
4
Changes
1
Merged
Zewei Yang
requested to merge
yzewei/aports:libhomfly
into
master
9 months ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
Signed-off-by: yzewei
yangzewei@loongson.cn
0
0
Merge request reports
Viewing commit
e5d8efde
Show latest version
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e5d8efde
testing/libhomfly: update config sub for loongarch64
· e5d8efde
Zewei Yang
authored
9 months ago
Signed-off-by:
yzewei
<
yangzewei@loongson.cn
>
testing/libhomfly/APKBUILD
+
5
−
0
Options
@@ -13,6 +13,11 @@ subpackages="$pkgname-dev"
source
=
"https://github.com/miguelmarco/libhomfly/releases/download/
$_pkgver
/libhomfly-
$_pkgver
.tar.gz"
builddir
=
$srcdir
/libhomfly-
$_pkgver
prepare
()
{
default_prepare
update_config_sub
}
build
()
{
export
CFLAGS
=
"
${
CFLAGS
/-Os/-O3
}
"
# gotta go fast
Loading