mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-libs/tensorflow: fix build failure
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -157,7 +157,9 @@ setup_bazelrc() {
|
||||
mkdir -p "${T}/bazel-cache" || die
|
||||
mkdir -p "${T}/bazel-distdir" || die
|
||||
|
||||
cat > "${T}/bazelrc" <<-EOF
|
||||
cat > "${T}/bazelrc" <<-EOF || die
|
||||
startup --batch
|
||||
|
||||
# dont strip HOME, portage sets a temp per-package dir
|
||||
build --action_env HOME
|
||||
|
||||
@@ -188,8 +190,6 @@ ebazel() {
|
||||
|
||||
einfo Running: bazel --output_base="${output_base}" "$@"
|
||||
bazel --output_base="${output_base}" $@ || die
|
||||
|
||||
bazel shutdown
|
||||
}
|
||||
|
||||
load_distfiles() {
|
||||
|
||||
Reference in New Issue
Block a user