Skip to content
Snippets Groups Projects
Commit 48a06ef2 authored by Oleg Titov's avatar Oleg Titov Committed by Patrycja Rosa
Browse files

community/lzbench: upgrade to 2.0.1

- Ref https://github.com/inikep/lzbench/releases/tag/v2.0.1
- Remove loongarch64.patch (aded upstream)
parent 63c1ea09
No related branches found
No related tags found
1 merge request!80117community/lzbench: upgrade to 2.0.1
Pipeline #299795 canceled
# Contributor: Oleg Titov <oleg.titov@gmail.com> # Contributor: Oleg Titov <oleg.titov@gmail.com>
# Maintainer: Oleg Titov <oleg.titov@gmail.com> # Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=lzbench pkgname=lzbench
pkgver=1.8.1 pkgver=2.0.1
pkgrel=1 pkgrel=0
pkgdesc="lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors" pkgdesc="lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors"
url="https://github.com/inikep/lzbench" url="https://github.com/inikep/lzbench"
arch="all !x86 !s390x !riscv64" arch="all !x86 !s390x !riscv64"
license="GPL zlib MIT Unlicense BSD Apache-2.0 CDDL CC0 custom" license="GPL zlib MIT Unlicense BSD Apache-2.0 CDDL CC0 custom"
options="!check" # No test suite from upstream options="!check" # No test suite from upstream
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/inikep/lzbench/archive/v$pkgver.tar.gz source="$pkgname-$pkgver.tar.gz::https://github.com/inikep/lzbench/archive/v$pkgver.tar.gz"
loongarch64.patch
"
builddir="$srcdir/$pkgname-$pkgver/" builddir="$srcdir/$pkgname-$pkgver/"
build() { build() {
...@@ -25,6 +23,5 @@ package() { ...@@ -25,6 +23,5 @@ package() {
} }
sha512sums=" sha512sums="
5a1f4c25a7d8b95619027c527e668d466cbdb8759faf4fcd59d3de311895fc72788b8e06b7ac5bb2d26bb94fbe633f5639336fa6eac6ba72769e4ad969401862 lzbench-1.8.1.tar.gz 4d8b3424a05750b3b99bd28e91d1040a34e2fbec0ff651c63b07d53986f55c4bb56ef930baf996984e833e320dd124a96cd372d4618dd2fe551df234ba0b11ce lzbench-2.0.1.tar.gz
23941f7d0474cea13b331206448bfac73d57bce8755a98c1e4e53f435e4ce75d175ab2fe14cba4725155d2f8d094994810a8415b8fc859c64cbd291bc70fd74d loongarch64.patch
" "
diff --git a/tornado/Common.h b/tornado/Common.h
index 0373316..4f7bd7c 100644
--- a/tornado/Common.h
+++ b/tornado/Common.h
@@ -15,7 +15,7 @@
#include <sys/types.h>
#include <sys/stat.h>
-#if defined(_M_X64) || defined(_M_AMD64) || defined(__x86_64__) || defined(_ARCH_PPC64) || defined(__arm64__) || defined(__aarch64__)
+#if defined(_M_X64) || defined(_M_AMD64) || defined(__x86_64__) || defined(_ARCH_PPC64) || defined(__arm64__) || defined(__aarch64__) || defined(__loongarch64)
#define FREEARC_64BIT
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment