Matthew Bauer
a9ecac2538
tensorflow1: disable sysctl.h in hwloc
...
We need to override tensorflow's hwloc configuration, since it forces
sysctl.h usage which is removed since glibc 2.31. This does not appear
to effect tensorflow2.
See also https://github.com/tensorflow/tensorflow/issues/45861
Fixes #104801
2020-12-30 00:23:21 -06:00
Jonathan Ringer
a7871cb54c
python39Packages.tensorflow_1-bin: fix disable logic
2020-11-10 15:29:48 -08:00
Jonathan Ringer
b8f45c32f8
python3Packages.tensorflow: break if gast not correct
2020-10-30 23:11:03 -07:00
Daniël de Kok
ce9b73c281
python37Packages.tensorflow: 1.15.2 -> 1.15.4
...
Changes:
https://github.com/tensorflow/tensorflow/releases/tag/v1.15.4
2020-09-27 11:23:27 -07:00
Claudio Bley
8f5bfd6af1
tensorflow: Fix compilation with numpy 1.19.x
...
Numpy introduced a breaking API change in version 1.19.x, see [1].
There is a simple fix [2] available in the master branch.
[1]: https://github.com/tensorflow/tensorflow/issues/40688
[2]: 75ea0b3147
2020-09-16 10:22:18 +02:00
volth
cf7b63df5b
gcc.arch: refactor, move tables under lib/
2020-08-05 11:18:26 +00:00
volth
463db72e63
platform.gcc.arch: support for AMD CPUs
2020-08-05 02:32:48 +00:00
Benjamin Hipple
5ef3bb9c4a
tensorflow: passthru deps from bazel build
...
This is done by default by the go/rust/bazel builders and allows scripts/tools/users
to inspect the dependencies; since tensorflow is wrapped as a python package, we
should pass this through for consistency.
2020-05-15 12:03:23 -04:00
Matthew Bauer
2a8d05627b
build-bazel-package: switch hash mode to “flat”
...
flat hashes can be substituted through hashed-mirrors, while recursive
hashes can’t. This is especially important for Bazel since the bazel
fetch dependencies can come from multiple different methods (git,
http, ftp, etc.). To do this, we create tar archives from the
output/external directory, which is then extracted to build. All of
the Bazel hashes are all updated.
2020-05-09 13:33:26 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jason Miller
4a4b44803c
tensorflow: bugfix for bazel settings (intel mkl, dnnl)
2020-03-31 12:01:22 -04:00
Timo Kaufmann
a730888ce0
python.pkgs.tensorflow{,-bin,-estimator,-tensorboard}-2: Init at 2.1.0
...
Major breaking change from 1.x, so treating keeping both versions for now.
(adapted from 33f11be707 )
(adapted from 9e8dea7986 )
2020-03-30 13:58:28 +00:00