Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HongzheWang
slapos
Commits
3113a191
Commit
3113a191
authored
Jan 24, 2018
by
Yusei Tahara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up: tensorboard 0.4.0
parent
4bb7abc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
component/tensorboard/0.4.0.patch
component/tensorboard/0.4.0.patch
+8
-8
component/tensorboard/buildout.cfg
component/tensorboard/buildout.cfg
+3
-3
No files found.
component/tensorboard/0.4.patch
→
component/tensorboard/0.4.
0.
patch
View file @
3113a191
diff --git a/tensorboard/pip_package/build_pip_package.sh b/tensorboard/pip_package/build_pip_package.sh
diff --git a/tensorboard/pip_package/build_pip_package.sh b/tensorboard/pip_package/build_pip_package.sh
index
b386d59..f03b056
100755
index
88fb5a2..782dbc5
100755
--- a/tensorboard/pip_package/build_pip_package.sh
--- a/tensorboard/pip_package/build_pip_package.sh
+++ b/tensorboard/pip_package/build_pip_package.sh
+++ b/tensorboard/pip_package/build_pip_package.sh
@@ -26,6 +26,7 @@
function main() {
@@ -26,6 +26,7 @@
function main() {
...
@@ -10,14 +10,14 @@ index b386d59..f03b056 100755
...
@@ -10,14 +10,14 @@ index b386d59..f03b056 100755
echo $(date) : "=== Using tmpdir: ${TMPDIR}"
echo $(date) : "=== Using tmpdir: ${TMPDIR}"
@@ -45,8 +46,8 @@
function main() {
@@ -44,9 +45,7 @@
function main() {
pushd ${TMPDIR} >/dev/null
rm -f MANIFEST
rm -f MANIFEST
echo $(date) : "=== Building
wheel
"
echo $(date) : "=== Building
python2 wheel in $PWD
"
echo $(pwd)
- python setup.py bdist_wheel --python-tag py2 >/dev/null
-
python setup.py bdist_wheel >/dev/null
-
echo $(date) : "=== Building python3 wheel in $PWD"
- python
3 setup.py bdist_wheel
>/dev/null
- python
setup.py bdist_wheel --python-tag py3
>/dev/null
+ PYTHONPATH=${WORKDIR}/${RUNFILES} $PYTHON_BIN_PATH setup.py bdist_egg >/dev/null
+ PYTHONPATH=${WORKDIR}/${RUNFILES} $PYTHON_BIN_PATH setup.py bdist_egg >/dev/null
+ #python3 setup.py bdist_wheel >/dev/null
mkdir -p ${DEST}
mkdir -p ${DEST}
cp dist/* ${DEST}
cp dist/* ${DEST}
popd
popd
>/dev/null
component/tensorboard/buildout.cfg
View file @
3113a191
...
@@ -11,11 +11,11 @@ parts =
...
@@ -11,11 +11,11 @@ parts =
recipe = plone.recipe.command
recipe = plone.recipe.command
stop-on-error = true
stop-on-error = true
repository = https://github.com/tensorflow/tensorboard
repository = https://github.com/tensorflow/tensorboard
tag = 0.4
tag = 0.4
.0
git-binary = ${git:location}/bin/git
git-binary = ${git:location}/bin/git
patch-binary = ${patch:location}/bin/patch
patch-binary = ${patch:location}/bin/patch
location = ${buildout:parts-directory}/${:_buildout_section_name_}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = export HOME=${:location}; (${:git-binary} clone --quiet -b ${:tag} ${:repository} ${:location}; cd ${buildout:parts-directory} ; ${:patch-binary} -p1 -d ${:_buildout_section_name_} < ${:_profile_base_location_}/0.4.patch ) || (rm -fr ${:location}; exit 1)
command = export HOME=${:location}; (${:git-binary} clone --quiet -b ${:tag} ${:repository} ${:location}; cd ${buildout:parts-directory} ; ${:patch-binary} -p1 -d ${:_buildout_section_name_} < ${:_profile_base_location_}/0.4.
0.
patch ) || (rm -fr ${:location}; exit 1)
[tensorboard-build]
[tensorboard-build]
recipe = slapos.recipe.build
recipe = slapos.recipe.build
...
@@ -61,7 +61,7 @@ numpy-python-command = ${buildout:bin-directory}/${numpy-egg:interpreter}
...
@@ -61,7 +61,7 @@ numpy-python-command = ${buildout:bin-directory}/${numpy-egg:interpreter}
script =
script =
os.makedirs(location)
os.makedirs(location)
workdir = self.options['tensorboard-repository-path']
workdir = self.options['tensorboard-repository-path']
egg_name = 'tensorflow_tensorboard-0.4.0
rc3
-py2.7.egg'
egg_name = 'tensorflow_tensorboard-0.4.0-py2.7.egg'
dist_dir = os.path.join(workdir, 'dist')
dist_dir = os.path.join(workdir, 'dist')
dest_dir = os.path.join(self.buildout['buildout']['eggs-directory'], egg_name)
dest_dir = os.path.join(self.buildout['buildout']['eggs-directory'], egg_name)
env = {'PATH':':'.join([self.options['bazel-bin'],
env = {'PATH':':'.join([self.options['bazel-bin'],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment