-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
56 lines (30 loc) · 762 Bytes
/
README
File metadata and controls
56 lines (30 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Torque roll info
Build instructions
Prerequisites
tclx-devel readline-devel pam-devel
add this to /etc/yum.conf
[CentOS5]
name=CentOS 5 std distro
baseurl=http://fedora.uib.no/centos/5/os/x86_64/
enabled=yes
[CentOS5-updates]
name=CentOS 5 std distro
baseurl=http://fedora.uib.no/centos/5/updates/x86_64/
enabled=yes
[EPEL]
name=EPEL
baseurl=http://fedora.uib.no/epel/5/x86_64/
enabled=yes
then do
yum install tclx-devel python-docutils readline-devel pam-devel
Build on a rocks frontend
cd /opt/rocks/share/devel/src/roll
hg clone http://depot.uit.no/hg/torque-roll torque
cd torque/src/torque
make rpm
cd ../..
rpm -i RPMS/x86_64/torque-2.4.11-1.x86_64.rpm
cd src/mauiweb
hg clone http://devsrc.cc.uit.no/mauiweb
cd ../..
make roll