Conversation
- Bugfixes for spack find - 0.9.1 can read specs from current develop.
- added new version of eigen - make jpeg install build headers for tensorflow
|
|
||
| #version('290bfb42684a', url='http://bitbucket.org/eigen/eigen/get/290bfb42684a.tar.gz', | ||
| # sha256='269c8bf20e8ac1aa8f5caf1ab2ca7be4909ec6ae085177a647aae138cd069b12') | ||
| version('290bfb42684a', url='http://bitbucket.org/eigen/eigen/get/290bfb42684a.tar.gz', |
There was a problem hiding this comment.
i think this could be 2.9.0.bfb42684a. The first three numbers don't look random to me.
There was a problem hiding this comment.
That's part of the sha256. Definitely random.
|
|
||
| homepage = "https://www.tensorflow.org/" | ||
|
|
||
| version('e697cf7', git='https://github.com/tensorflow/tensorflow.git', commit='e697cf787b09193a6921af6d2b7db2d6c4d2a5dd') |
| homepage = "http://www.ijg.org" | ||
| url = "http://www.ijg.org/files/jpegsrc.v9b.tar.gz" | ||
| url = "http://www.ijg.org/files/jpegsrc.v8b.tar.gz" | ||
|
|
There was a problem hiding this comment.
Can you undo this URL change?
|
|
||
| version('e697cf7', git='https://github.com/tensorflow/tensorflow.git', commit='e697cf787b09193a6921af6d2b7db2d6c4d2a5dd') | ||
|
|
||
| depends_on('[email protected]') |
|
Rather than pushing directly into this feature branch, I've stashed some changes that I made on my own repo at https://github.com/jcftang/spack/commits/features/tensorflow. The latest versions of tensorflow includes tensorboard which also pulls in a number of external javascript dependencies. The branch I have is still not in a usable state. |
|
I was looking more into Bazel today. I thought we had rejected Bazel because it fetched its own dependencies and we didn't want that. Looking at the documentation, it isn't hard to suppress that: |
|
I'm interested in installing TensorFlow via Spack. Could you describe the status of this pull request -- is it (1) basically working, but needs to be cleaned up, or (2) work-in-progress, and I should rather install TensorFlow from sources? |
@adamjstewart I think we have two competing PRs for Tensorflow: #2043 seems Bazel based, this one CMake based. |
|
Any update on this PR? Quite a few users here are installing Tensorflow themselves so it would be great to have it in Spack. I think cmake would be the best way. Any update on GPU support? I don't see |
|
Any update? |
|
Can we get this added? |
|
I'm not sure I'll have time to finish this in the next month or so. I'd like to get to it, though. I'm happy to try to help anyone who wants to keep pushing it. |
|
@tgamblin: Can you hack that together soon? |
|
Here's a reference to Easybuild's recipe for tensorflow. |
|
Closing this as the CMake build is no longer supported by the TF team. |
This is work in progress. It leverages the contributed CMake build of TensorFlow to build without Basel. The build Tricks CMake into thinking that the external projects are already installed.
All dependencies currently build successfully. Currently fighting with the Eigen headers in the final TensorFlow build.