Changeset 55 for trunk/conf_torque


Ignore:
Timestamp:
07/03/12 11:42:05 (12 years ago)
Author:
bas
Message:

Preparing for TORQUE 4.X release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/conf_torque

    r50 r55  
    99set -x
    1010
    11 
    12 if [ -f torque_oldconfigure ]
    13 then
    14   LIBS="-lutil" ./configure --prefix=/usr \
    15         --libdir=/usr/lib/torque \
    16         --includedir=/usr/include/torque \
    17         --set-server-home=/var/spool/torque \
    18         --set-tmpdir=/var/tmp \
    19         --enable-syslog \
    20         --set-sched=c \
    21         --set-sched-code=fifo \
    22         --set-default-server=localhost \
    23         --disable-gui \
    24         --set-cflags=" -g -D__PNEWTTY" \
    25         --enable-docs \
    26         --with-scp
    27 else
    28  CFLAGS=" -D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr \
     11CFLAGS=" -D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr \
    2912        --includedir=/usr/include/torque \
    3013        --with-server-home=/var/spool/torque \
     
    4124        --enable-docs \
    4225        --with-rcp=scp
    43 fi
    44 
    45 #--libdir=/usr/lib \
Note: See TracChangeset for help on using the changeset viewer.