mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
emulators/riscv-isa-sim: Update to 20211015 snapshot
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]
This commit is contained in:
parent
29cb839209
commit
030ee293e5
@ -1,6 +1,6 @@
|
||||
PORTNAME= riscv-isa-sim
|
||||
DISTVERSION= git
|
||||
PORTREVISION= 20201102
|
||||
PORTREVISION= 20211015
|
||||
CATEGORIES= emulators
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
@ -8,14 +8,16 @@ 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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user