Skip to content

Commit

Permalink
upgpkg: tensorflow-rocm 2.15.0-8
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed Dec 27, 2023
1 parent c1c127f commit cf344c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = tensorflow-rocm
pkgdesc = Library for computation using data flow graphs for scalable machine learning
pkgver = 2.15.0
pkgrel = 7
pkgrel = 8
url = https://www.tensorflow.org/
arch = x86_64
license = APACHE
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pkgname=()

pkgver=2.15.0
_pkgver=2.15.0
pkgrel=7
pkgrel=8
pkgdesc="Library for computation using data flow graphs for scalable machine learning"
url="https://www.tensorflow.org/"
license=('APACHE')
Expand Down Expand Up @@ -115,7 +115,7 @@ prepare() {
# https://github.com/tensorflow/tensorflow/issues/60577
export CC=gcc
export CXX=g++
export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-13
export GCC_HOST_COMPILER_PATH=/usr/bin/gcc
export HOST_C_COMPILER=/usr/bin/${CC}
export HOST_CXX_COMPILER=/usr/bin/${CXX}
export TF_CUDA_CLANG=0 # Clang currently disabled because it's not compatible at the moment.
Expand Down

0 comments on commit cf344c9

Please sign in to comment.