Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
619e3f9f
提交
619e3f9f
authored
8月 18, 2017
作者:
Arnaud Bergeron
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Attempt to lock PR tests to the specific version of libgpuarray that they require.
上级
2d3ab3b0
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
6 行增加
和
3 行删除
+6
-3
gpuarray-branch
.jenkins/gpuarray-branch
+2
-0
jenkins_pr_gpu.sh
.jenkins/jenkins_pr_gpu.sh
+1
-1
jenkins_pr_mac.sh
.jenkins/jenkins_pr_mac.sh
+1
-1
jenkins_pr_win.bat
.jenkins/jenkins_pr_win.bat
+2
-1
没有找到文件。
.jenkins/gpuarray-branch
0 → 100644
浏览文件 @
619e3f9f
v0.6.9
\ No newline at end of file
.jenkins/jenkins_pr_gpu.sh
浏览文件 @
619e3f9f
...
@@ -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
--depth
1
"https://github.com/Theano/libgpuarray.git"
git clone
-
b
`
cat
.jenkins/gpuarray-branch
`
-
-depth
1
"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
...
...
.jenkins/jenkins_pr_mac.sh
浏览文件 @
619e3f9f
...
@@ -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
--depth
1
"https://github.com/Theano/libgpuarray.git"
git clone
-
b
`
cat
.jenkins/gpuarray-branch
`
-
-depth
1
"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
...
...
.jenkins/jenkins_pr_win.bat
浏览文件 @
619e3f9f
...
@@ -19,7 +19,8 @@ set PATH=%PATH%;%LIBDIR%\bin
...
@@ -19,7 +19,8 @@ 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"
set /p GPUARRAY_BRANCH=<.jenkins/gpuarray-branch
git clone -b %GPUARRAY_BRANCH% --depth 1 "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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论