Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
python-tensorflow-estimator


Commits:
47a83d39 by Lukas Fleischer at 2024-04-19T12:05:50+07:00
upgpkg: 2.15.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-tensorflow-estimator
        pkgdesc = A high-level TensorFlow API that greatly simplifies machine 
learning programming
        pkgver = 2.15.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/tensorflow/estimator
        arch = any
        license = APACHE


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=python-tensorflow-estimator
 pkgver=2.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
 url="https://github.com/tensorflow/estimator";
 license=('APACHE')
@@ -16,7 +16,7 @@ 
sha512sums=('129fe36ee63932b324d8ee77f917d4ded99be2e645e0884bd920bebf703b63889ed
 build() {
   cd estimator-${pkgver}
 
-  bazel build //tensorflow_estimator/tools/pip_package:build_pip_package
+  bazel build --enable_bzlmod=no 
//tensorflow_estimator/tools/pip_package:build_pip_package
   bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package 
"${srcdir}/estimator_pip"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-estimator/-/commit/47a83d3932951b79bd4c00dae47428258682f92e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-estimator/-/commit/47a83d3932951b79bd4c00dae47428258682f92e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to