Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
1.2k
Issue boards
Milestones
Code
Merge requests
637
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
!23922
community/hdf5: build w/o java for mips and riscv64
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/hdf5: build w/o java for mips and riscv64
J0WI/aports:hdf5-nojava
into
master
Overview
4
Commits
3
Pipelines
9
Changes
8
All threads resolved!
Hide all comments
Merged
J0WI
requested to merge
J0WI/aports:hdf5-nojava
into
master
3 years ago
Overview
4
Commits
3
Pipelines
9
Changes
8
All threads resolved!
Hide all comments
Expand
subset of
!23893 (merged)
👍
0
👎
0
Merge request reports
Compare
master
version 8
4e802544
3 years ago
version 7
45cc259b
3 years ago
version 6
10bbf935
3 years ago
version 5
26ae587c
3 years ago
version 4
522c9bf3
3 years ago
version 3
bd817e4f
3 years ago
version 2
8ab8f590
3 years ago
version 1
24ce93b2
3 years ago
master (base)
and
latest version
latest version
86476695
3 commits,
3 years ago
version 8
4e802544
3 commits,
3 years ago
version 7
45cc259b
3 commits,
3 years ago
version 6
10bbf935
3 commits,
3 years ago
version 5
26ae587c
3 commits,
3 years ago
version 4
522c9bf3
4 commits,
3 years ago
version 3
bd817e4f
4 commits,
3 years ago
version 2
8ab8f590
4 commits,
3 years ago
version 1
24ce93b2
3 commits,
3 years ago
8 files
+
28
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
community/alembic/APKBUILD
+
1
−
3
Options
@@ -5,9 +5,7 @@ pkgver=1.8.3
pkgrel
=
0
pkgdesc
=
"Open framework for storing and sharing scene data"
url
=
"https://www.alembic.io/"
# alembic does not support big-endian, which s390x uses
# mips64, riscv64 blocked by hdf5
arch
=
"all !riscv64 !s390x !mips64"
arch
=
"all !s390x !mips64"
# alembic does not support big-endian, which s390x uses
license
=
"BSD-3-Clause"
makedepends
=
"openexr-dev hdf5-dev zlib-dev cmake boost-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-libs"
Loading