* Mon Mar 09 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Lite flavor should not provide "tensorflow", otherwise
tensorlfow2-devel and tensorlfow2-lite-devel conflict and break
armnn
* Thu Mar 05 2020 Christian Goll <cgoll@suse.com>
- added Provides: tensorflow, so that Kerase works with this package
and fixed Leap 15.2 build
* Fri Feb 28 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix name for libtensorflow* sub-packages
* Thu Feb 20 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- openSUSE has no CUDA package, so disable cuda build for
openSUSE
* Fri Feb 14 2020 Christian Goll <cgoll@suse.com>
- addding changes for CUDA builds
* Thu Feb 13 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add 'Provides' only for hpc flavors, otherwise it matches the
package name
* Tue Feb 11 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add provides/conflicts to avoid to install tensorflow and
tensorflow2 as some files are provided by both packages
* Wed Feb 05 2020 Christian Goll <cgoll@suse.com>
- removed mkl-dnn as sourc and force usage of system mkl-dnn
for x86_64 builds
* removed file mkl-dnn-v021.2.tar.gz
* added patch: added-mkl_dnn-as-syslib.patch
* added patch: fixed-mkl-sgemm-call.patch
* Sun Feb 02 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add 1.25.0 as minimal version for grpc-devel
* Fri Jan 31 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add 3.1.5 as a minimal version for double-conversion-devel
(2.0.1 from SLE15SP2/Leap15.2 is too old)
- Lower required version for protobuf (3.9.1 from SLE15SP2/Leap15.2
is fine)
* Thu Jan 30 2020 Christian Goll <cgoll@suse.com>
- removed AVX2 flavor, this should be fixed via mkl-dnn
* Thu Jan 30 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build on hpc targets
* Tue Jan 28 2020 Christian Goll <cgoll@suse.com>
- added shared library packages libtensorflow2,
libtensorflow_cc2 and libtensorflow_framework2
- removed the AWS sdk support as this forces a SEGFAULT
* remobed file aws-sdk-cpp-1.5.8.tar.gz
- dropped following source files as they are not needed any more
* removed file backports.weakref-1.0rc1.tar.gz
* removed file gettid.patch
* removed file grpc-v1.24.2.gz
* removed file libjpeg-turbo-2.0.0.tar.gz
* removed file nsync_1.20.0.tar.gz
* Tue Jan 28 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Do not try to install *.pb.* files in Lite flavor
* Tue Jan 28 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Define package name at 'tensorflow2' instead of 'tensorflow'
* Fri Jan 24 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Generate *.pb.* files and package them, to be used by ArmNN
- Do not build on %ix86
- Do not build %arm, except for Lite flavor
* Thu Jan 23 2020 Christian Goll <cgoll@suse.com>
- updated to tensorflow 2.1.0 which is a stable release and has
following breaking changes:
* Deletes Operation.traceback_with_start_lines for which we
know of no usages.
* Removed id from tf.Tensor.__repr__() as id is not useful other
than internal debugging.
* Some tf.assert_* methods now raise assertions at operation
creation time if the input tensors' values are known at that
time, not during the session.run(). This only changes behavior
when the graph execution would have resulted in an error. When
this happens, a noop is returned and the input tensors are
marked non-feedable. In other words, if they are used as keys
in feed_dict argument to session.run(), an error will be raised.
Also, because some assert ops don't make it into the graph, the
graph structure changes. A different graph can result in
different per-op random seeds when they are not given
explicitly (most often).
* The following APIs are not longer experimental:
tf.config.list_logical_devices, tf.config.list_physical_devices,
tf.config.get_visible_devices, tf.config.set_visible_devices,
tf.config.get_logical_device_configuration,
tf.config.set_logical_device_configuration.
* tf.config.experimentalVirtualDeviceConfiguration has been
renamed to tf.config.LogicalDeviceConfiguration.
* tf.config.experimental_list_devices has been removed,
please use tf.config.list_logical_devices.
- renamed the project to tensorflow2 so that the original tensorflow
v1 API compatible release can stay in factory. Following
changes were made to achive this:
* added tensorflow-v2.1.0.tar.gz
* added tensforflow2.spec
* added tensforflow2.changes
* removed tensorflow-v1.13.2.tar.gz
* removed tensorflow.spec
* removed tensorflow.chnages
- following source files had to be updated
* updated abseil-cpp.tar.gz
* updated bazel-toolchains.tar.gz
* updated eigen.tar.gz
* updated gemmlowp.zip
* updated license.rst.txt
* updated rules_closure.tar.gz
- following new souces had to be updated
* added aws-sdk-cpp-1.5.8.tar.gz
* added bazel-skylib.0.8.0.tar.gz
* added fft2d.tgz
* added rules_cc.zip
- for the following souces the system libraries are now ues
* removed aws-sdk-cpp-1.3.15.tar.gz
* removed double_conversion.zip
* removed file unicode-org-icu.tar.gz
* removed file 816a4ae622e964763ca0862d9dbd19324a1eaf45.tar.gz
- these patches were removed
* removed file support-new-bazel.patch
* removed file tensorflow-make_aws_sdk_work_on_aarch64.patch
* removed file tensorflow-fix_lite.patch
* removed file remove-keras.patch
* removed file grpc-namespace-corrections.patch
- these new patches were added
* added fix-lite.patch
* added removed-docker-tools.patch
* added right-json-location.patch
* Tue Oct 15 2019 Christian Goll <cgoll@suse.com>
- updated to tensorflow 0.13.2
- dropped grpc.tar.gz and grpc-v1.13.0.gz as system grpc is used, this
fixes the broken builds which were introduced with gcc9 (bsc#1152671)
* added grpc-namespace-corrections.patch in order to use system grpc
- dropped re2-2018-10-01.tar.gz as system re2 is used now
* Wed Sep 25 2019 Christian Goll <cgoll@suse.com>
- added remove-keras.patch which removes keras sources and uses
distribution keras libaries
* removed keras-applications-1.0.6.tar.gz
* removed keras-preprocessing-1.0.9.tar.gz
* Mon Sep 23 2019 Christian Goll <cgoll@suse.com>
- using now system protobuf instead of building it (bsc#1151150)