mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

new file: a/ANSYSEM/ANSYSEM-22.2-intel-2020b.eb new file: t/Tensorflow/TensorFlow-2.7.1-foss-2021b-CUDA-11.4.1.eb new file: t/Tensorflow/TensorFlow-2.9.1-foss-2022a-CUDA-11.7.0.eb new file: t/Tensorflow/TensorFlow-2.9.1_fix-protobuf-include-def.patch new file: t/Tensorflow/old-TensorFlow-2.10.0-foss-2022a-CUDA-11.7.0.eb deleted: t/Tensorflow/TensorFlow-2.10.0-fosscuda-2020b.eb
14 lines
622 B
Diff
14 lines
622 B
Diff
Fix an issue where google/protobuf/port_def.inc is not found.
|
|
|
|
diff -ruN tensorflow-2.9.1_old/third_party/systemlibs/protobuf.BUILD tensorflow-2.9.1/third_party/systemlibs/protobuf.BUILD
|
|
--- tensorflow-2.9.1_old/third_party/systemlibs/protobuf.BUILD 2022-11-10 16:57:13.649126750 +0100
|
|
+++ tensorflow-2.9.1/third_party/systemlibs/protobuf.BUILD 2022-11-10 17:00:42.548576599 +0100
|
|
@@ -43,6 +43,7 @@
|
|
],
|
|
),
|
|
"wrappers": ("google/protobuf/wrappers.proto", []),
|
|
+ "port_def": ("google/protobuf/port_def.inc", []),
|
|
}
|
|
|
|
RELATIVE_WELL_KNOWN_PROTOS = [proto[1][0] for proto in WELL_KNOWN_PROTO_MAP.items()]
|