Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
tensorflow
Commits:
47cedf8c by Jakub Klinkovský at 2025-06-11T22:44:31+02:00
Switch license to SPDX
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = tensorflow
pkgrel = 2
url = https://www.tensorflow.org/
arch = x86_64
- license = APACHE
+ license = Apache-2.0
makedepends = bazel
makedepends = cuda
makedepends = nvidia-utils
=====================================
PKGBUILD
=====================================
@@ -10,7 +10,7 @@ _pkgver=2.19.0
pkgrel=2
pkgdesc="Library for computation using data flow graphs for scalable machine
learning"
url="https://www.tensorflow.org/"
-license=('APACHE')
+license=(Apache-2.0)
arch=('x86_64')
depends=('c-ares' 'pybind11' 'openssl' 'libpng' 'curl' 'giflib' 'icu'
'libjpeg-turbo' 'intel-oneapi-openmp'
'intel-oneapi-compiler-shared-runtime-libs')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/commit/47cedf8c78b2295ecedf0a52599299c5f421ad6a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/commit/47cedf8c78b2295ecedf0a52599299c5f421ad6a
You're receiving this email because of your account on gitlab.archlinux.org.