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
Commits
353fe251
Commit
353fe251
authored
1 year ago
by
Sören Tempel
Committed by
Sören Tempel
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/spike: new aport
parent
6d43d62f
No related branches found
No related tags found
1 merge request
!45142
testing/spike: new aport
Pipeline
#158037
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/spike/APKBUILD
+34
-0
34 additions, 0 deletions
testing/spike/APKBUILD
with
34 additions
and
0 deletions
testing/spike/APKBUILD
0 → 100644
+
34
−
0
View file @
353fe251
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname
=
spike
pkgver
=
1.1.0
pkgrel
=
0
pkgdesc
=
"A simulator for the RISC-V instruction set architecture"
url
=
"https://github.com/riscv-software-src/riscv-isa-sim"
arch
=
"all"
license
=
"BSD-3-Clause"
makedepends
=
"dtc"
options
=
"!check"
# XXX: no proper upstream test suite
source
=
"https://github.com/riscv-software-src/riscv-isa-sim/archive/refs/tags/v
$pkgver
/spike-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/riscv-isa-sim-
$pkgver
"
build
()
{
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
}
package
()
{
# The shared libraries provided by spike aren't versioned,
# hence there is really no use in packaging them right now.
make
DESTDIR
=
"
$pkgdir
"
install-exes
}
sha512sums
=
"
089f3ae8e505ffde7bb4d3d7ef2c5db082c616e135e4efe952151dd195b1493f46ae4c0e33fc6b708935397b80922c643cb9e66760cbf3b2286f1f927e8dee9a spike-1.1.0.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment