Skip to content

Commit

Permalink
emulators/riscv-isa-sim: Update to 20211015 snapshot
Browse files Browse the repository at this point in the history
While here, switch to NOT_FOR_ARCHS because it builds at least on
aarch64, armv7 and we need to test other arches more. [1]

Reported by:	Robert Clausecker <fuz@fuz.su> [1]
  • Loading branch information
lwhsu committed Oct 19, 2021
1 parent 29cb839 commit 030ee29
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions emulators/riscv-isa-sim/Makefile
@@ -1,21 +1,23 @@
PORTNAME= riscv-isa-sim
DISTVERSION= git
PORTREVISION= 20201102
PORTREVISION= 20211015
CATEGORIES= emulators

MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Spike, a RISC-V ISA Simulator

LICENSE= BSD3CLAUSE

ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= Does not build

USES= compiler:c++11-lang gmake shebangfix

GH_ACCOUNT= riscv
GH_TAGNAME= 641d7d0
GH_TAGNAME= 4f12984

HAS_CONFIGURE= yes
CONFIGURE_ARGS= --without-boost
SHEBANG_FILES= scripts/vcs-version.sh

USE_GITHUB= yes
Expand Down
6 changes: 3 additions & 3 deletions emulators/riscv-isa-sim/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1604881926
SHA256 (riscv-riscv-isa-sim-git-641d7d0_GH0.tar.gz) = 810c0567ba31459a37bd84498071c68b1a85b8dc7f891df800b02201544e5149
SIZE (riscv-riscv-isa-sim-git-641d7d0_GH0.tar.gz) = 385330
TIMESTAMP = 1634590527
SHA256 (riscv-riscv-isa-sim-git-4f12984_GH0.tar.gz) = f9312a39049cb42116bd4b9425c2ad2d89cb746b08fa2d5aba76b1c07e83d320
SIZE (riscv-riscv-isa-sim-git-4f12984_GH0.tar.gz) = 445499
2 changes: 2 additions & 0 deletions emulators/riscv-isa-sim/pkg-plist
Expand Up @@ -4,6 +4,8 @@ bin/spike-dasm
bin/spike-log-parser
bin/termios-xspike
bin/xspike
include/fesvr/byteorder.h
include/fesvr/config.h
include/fesvr/context.h
include/fesvr/device.h
include/fesvr/dtm.h
Expand Down

0 comments on commit 030ee29

Please sign in to comment.