Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions srcpkgs/openblas/patches/arm-fix-float16.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/openblas/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'openblas'
pkgname=openblas
version=0.3.32
version=0.3.33
revision=1
build_style=gnu-makefile
make_build_args="HOSTCC=gcc USE_OPENMP=1"
Expand All @@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://www.openblas.net/"
changelog="https://raw.githubusercontent.com/xianyi/OpenBLAS/develop/Changelog.txt"
distfiles="https://github.com/xianyi/OpenBLAS/archive/v${version}.tar.gz"
checksum=f8a1138e01fddca9e4c29f9684fd570ba39dedc9ca76055e1425d5d4b1a4a766
checksum=6761af1d9f5d353ab4f0b7497be2643313b36c8f31caec0144bfef198e71e6ab

case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
Expand Down
Loading