easyconfigs-it4i/t/Tensorflow/TensorFlow-2.9.1_fix-protobuf-include-def.patch
easybuild cde57d6787 new file: a/ANSYS/ANSYS-22.2-intel-2020b-electronics.eb
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
2022-11-14 13:06:36 +01:00

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()]