提交 0e098c8f authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #6393 from slefrancois/gpuarray_depth

libgpuarray full checkout to parse version
...@@ -27,7 +27,7 @@ LIBDIR=${WORKSPACE}/local ...@@ -27,7 +27,7 @@ LIBDIR=${WORKSPACE}/local
# Make fresh clones of libgpuarray (with no history since we don't need it) # Make fresh clones of libgpuarray (with no history since we don't need it)
rm -rf libgpuarray rm -rf libgpuarray
git clone --depth 1 "https://github.com/Theano/libgpuarray.git" git clone "https://github.com/Theano/libgpuarray.git"
# Clean up previous installs (to make sure no old files are left) # Clean up previous installs (to make sure no old files are left)
rm -rf $LIBDIR rm -rf $LIBDIR
......
...@@ -16,7 +16,7 @@ LIBDIR=${WORKSPACE}/local ...@@ -16,7 +16,7 @@ LIBDIR=${WORKSPACE}/local
# Make fresh clones of libgpuarray (with no history since we don't need it) # Make fresh clones of libgpuarray (with no history since we don't need it)
rm -rf libgpuarray rm -rf libgpuarray
git clone --depth 1 "https://github.com/Theano/libgpuarray.git" git clone "https://github.com/Theano/libgpuarray.git"
# Clean up previous installs (to make sure no old files are left) # Clean up previous installs (to make sure no old files are left)
rm -rf $LIBDIR rm -rf $LIBDIR
......
...@@ -16,7 +16,7 @@ LIBDIR=${WORKSPACE}/local ...@@ -16,7 +16,7 @@ LIBDIR=${WORKSPACE}/local
# Make fresh clones of libgpuarray (with no history since we don't need it) # Make fresh clones of libgpuarray (with no history since we don't need it)
rm -rf libgpuarray rm -rf libgpuarray
git clone --depth 1 "https://github.com/Theano/libgpuarray.git" git clone "https://github.com/Theano/libgpuarray.git"
# Clean up previous installs (to make sure no old files are left) # Clean up previous installs (to make sure no old files are left)
rm -rf $LIBDIR rm -rf $LIBDIR
......
...@@ -22,7 +22,7 @@ LIBDIR=${WORKSPACE}/local ...@@ -22,7 +22,7 @@ LIBDIR=${WORKSPACE}/local
# Make fresh clones of libgpuarray (with no history since we don't need it) # Make fresh clones of libgpuarray (with no history since we don't need it)
rm -rf libgpuarray rm -rf libgpuarray
git clone --depth 1 "https://github.com/Theano/libgpuarray.git" git clone "https://github.com/Theano/libgpuarray.git"
# Clean up previous installs (to make sure no old files are left) # Clean up previous installs (to make sure no old files are left)
rm -rf $LIBDIR rm -rf $LIBDIR
......
...@@ -24,7 +24,7 @@ set PATH=%PATH%;%LIBDIR%\bin ...@@ -24,7 +24,7 @@ set PATH=%PATH%;%LIBDIR%\bin
REM Make fresh clones of libgpuarray (with no history since we dont need it) REM Make fresh clones of libgpuarray (with no history since we dont need it)
rmdir libgpuarray /s/q rmdir libgpuarray /s/q
git clone --depth 1 "https://github.com/Theano/libgpuarray.git" git clone "https://github.com/Theano/libgpuarray.git"
REM Clean up previous installs (to make sure no old files are left) REM Clean up previous installs (to make sure no old files are left)
rmdir %LIBDIR% /s/q rmdir %LIBDIR% /s/q
......
...@@ -16,7 +16,7 @@ LIBDIR=${WORKSPACE}/local ...@@ -16,7 +16,7 @@ LIBDIR=${WORKSPACE}/local
# Make fresh clones of libgpuarray (with no history since we don't need it) # Make fresh clones of libgpuarray (with no history since we don't need it)
rm -rf libgpuarray rm -rf libgpuarray
git clone --depth 1 "https://github.com/Theano/libgpuarray.git" git clone "https://github.com/Theano/libgpuarray.git"
# Clean up previous installs (to make sure no old files are left) # Clean up previous installs (to make sure no old files are left)
rm -rf $LIBDIR rm -rf $LIBDIR
......
...@@ -23,7 +23,7 @@ LIBDIR=${WORKSPACE}/local ...@@ -23,7 +23,7 @@ LIBDIR=${WORKSPACE}/local
# Make fresh clones of libgpuarray (with no history since we don't need it) # Make fresh clones of libgpuarray (with no history since we don't need it)
rm -rf libgpuarray rm -rf libgpuarray
git clone -b `cat .jenkins/gpuarray-branch` --depth 1 "https://github.com/Theano/libgpuarray.git" git clone -b `cat .jenkins/gpuarray-branch` "https://github.com/Theano/libgpuarray.git"
# Clean up previous installs (to make sure no old files are left) # Clean up previous installs (to make sure no old files are left)
rm -rf $LIBDIR rm -rf $LIBDIR
......
...@@ -28,7 +28,7 @@ LIBDIR=${WORKSPACE}/local ...@@ -28,7 +28,7 @@ LIBDIR=${WORKSPACE}/local
# Make fresh clones of libgpuarray (with no history since we don't need it) # Make fresh clones of libgpuarray (with no history since we don't need it)
rm -rf libgpuarray rm -rf libgpuarray
git clone -b `cat .jenkins/gpuarray-branch` --depth 1 "https://github.com/Theano/libgpuarray.git" git clone -b `cat .jenkins/gpuarray-branch` "https://github.com/Theano/libgpuarray.git"
# Clean up previous installs (to make sure no old files are left) # Clean up previous installs (to make sure no old files are left)
rm -rf $LIBDIR rm -rf $LIBDIR
......
...@@ -20,7 +20,7 @@ set PATH=%PATH%;%LIBDIR%\bin ...@@ -20,7 +20,7 @@ set PATH=%PATH%;%LIBDIR%\bin
REM Make fresh clones of libgpuarray (with no history since we dont need it) REM Make fresh clones of libgpuarray (with no history since we dont need it)
rmdir libgpuarray /s/q rmdir libgpuarray /s/q
set /p GPUARRAY_BRANCH=<.jenkins/gpuarray-branch set /p GPUARRAY_BRANCH=<.jenkins/gpuarray-branch
git clone -b %GPUARRAY_BRANCH% --depth 1 "https://github.com/Theano/libgpuarray.git" git clone -b %GPUARRAY_BRANCH% "https://github.com/Theano/libgpuarray.git"
REM Clean up previous installs (to make sure no old files are left) REM Clean up previous installs (to make sure no old files are left)
rmdir %LIBDIR% /s/q rmdir %LIBDIR% /s/q
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论