This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#1355
from pkgr/pkgr
Fix build on packager.io, enable Debian 8 and CentOS / RHEL 7
tags/v1.21.12.1
无闻
10 years ago
parent
41ce633920
cbce2ec9cf
commit
ccf17a6ecb
1 changed files
with
18 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-4
.pkgr.yml
+ 18
- 4
.pkgr.yml
View File
@@ -1,10 +1,24 @@
targets:
debian-7: &debian
build_dependencies:
- libpam0g-dev
dependencies:
- libpam0g
- git
debian-8:
<<: *debian
ubuntu-14.04:
<<: *debian
ubuntu-12.04:
debian-7:
centos-6:
dependencies:
- git
<<: *debian
centos-6: &el
build_dependencies:
- pam-devel
dependencies:
- pam
- git
centos-7:
<<: *el
before:
- mv packager/Procfile .
- mv packager/.godir .
Write
Preview
Loading…
Cancel
Save