aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Peschel2023-07-19 23:05:32 -0400
committerMark Peschel2023-07-19 23:05:32 -0400
commit016ccd1c04453995be364f8d1fc84a1e3364b04c (patch)
treeaecbce3e914b27e558a57da65fb7cefe114088aa /PKGBUILD
parent1963e74e1e17cf25a4bb6b3f174127feec821203 (diff)
downloadaur-016ccd1c04453995be364f8d1fc84a1e3364b04c.tar.gz
Clean up unfinished removal of -opt build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e87642349ba5..f0748121c118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -111,11 +111,6 @@ prepare() {
# hipcc has moved from /opt/rocm/hip/bin/ to /opt/rocm/bin/
patch -Np1 -i "${srcdir}/rocm_configure.bzl.patch" -d tensorflow-upstream-rocm
- [ -d tensorflow-upstream-opt-rocm ] && rm -rf tensorflow-upstream-opt-rocm
- # cp may not replace files if they already exist, even if contents are different.
- # Very confusing to make changes in -rocm and not have them show up in -opt-rocm...
- cp -r tensorflow-upstream-rocm tensorflow-upstream-opt-rocm
-
if [ ! -f "/opt/rocm/bin/target.lst" ]; then
echo WARNING: If you are building for GPUs not currently installed in your machine,
echo \ or if you are getting random segfaults and suspect that this build is not