1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

devel/cpu_features: update 0.7.0 → 0.9.0

PR:	278419
Approved by:	skreuzer@ (maintainer)
This commit is contained in:
Yuri Victorovich 2024-04-27 12:51:03 -07:00
parent 2d6287408b
commit a98258ae66
3 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= cpu_features
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
DISTVERSION= 0.9.0
CATEGORIES= devel
MAINTAINER= skreuzer@FreeBSD.org
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 riscv64
NOT_FOR_ARCHS_REASON= assumes android if on ARM or MIPS; not ported to riscv64
USES= cmake:testing # 3 tests fail, see https://github.com/google/cpu_features/issues/215
USES= cmake:testing
USE_GITHUB= yes
GH_ACCOUNT= google

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1674435781
SHA256 (google-cpu_features-v0.7.0_GH0.tar.gz) = df80d9439abf741c7d2fdcdfd2d26528b136e6c52976be8bd0cd5e45a27262c0
SIZE (google-cpu_features-v0.7.0_GH0.tar.gz) = 85986
TIMESTAMP = 1713392514
SHA256 (google-cpu_features-v0.9.0_GH0.tar.gz) = bdb3484de8297c49b59955c3b22dba834401bc2df984ef5cfc17acbe69c5018e
SIZE (google-cpu_features-v0.9.0_GH0.tar.gz) = 109259

View File

@ -3,8 +3,11 @@ include/cpu_features/cpu_features_cache_info.h
include/cpu_features/cpu_features_macros.h
include/cpu_features/cpuinfo_aarch64.h
include/cpu_features/cpuinfo_arm.h
include/cpu_features/cpuinfo_loongarch.h
include/cpu_features/cpuinfo_mips.h
include/cpu_features/cpuinfo_ppc.h
include/cpu_features/cpuinfo_riscv.h
include/cpu_features/cpuinfo_s390x.h
include/cpu_features/cpuinfo_x86.h
include/cpu_features/internal/hwcaps.h
lib/cmake/CpuFeatures/CpuFeaturesConfig.cmake