Skip to content

Commit

Permalink
Updates for 14.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike0042 committed Dec 8, 2017
1 parent d568b6f commit d3c0c5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ How to install PBS Pro using the configure script.
yum install -y gcc make rpm-build libtool hwloc-devel \
libX11-devel libXt-devel libedit-devel libical-devel \
ncurses-devel perl postgresql-devel python-devel tcl-devel \
tk-devel swig expat-devel openssl-devel libXext libXft
tk-devel swig expat-devel openssl-devel libXext libXft \
autoconf

For openSUSE systems you should run the following command as root:

zypper install gcc make rpm-build libtool hwloc-devel \
libX11-devel libXt-devel libedit-devel libical-devel \
ncurses-devel perl postgresql-devel python-devel tcl-devel \
tk-devel swig libexpat-devel libopenssl-devel libXext-devel \
libXft-devel fontconfig
libXft-devel fontconfig autoconf

2. Install the prerequisite packages for running PBS Pro. In addition
to the commands below, you should also install a text editor of
Expand All @@ -35,10 +36,12 @@ How to install PBS Pro using the configure script.
sendmail sudo tcl tk libical1

3. Open a terminal as a normal (non-root) user, unpack the PBS Pro
tarball, and cd to the package directory.
tarball, cd to the package directory, and generate the configure
script.

tar -xpvf pbspro-14.1.0.tar.gz
cd pbspro-14.1.0
tar -xpvf pbspro-14.1.2.tar.gz
cd pbspro-14.1.2
./autogen.sh

4. Display the available build parameters.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#

AC_PREREQ([2.69])
AC_INIT([pbspro], [14.1.0], [pbssupport@altair.com])
AC_INIT([pbspro], [14.1.2], [pbssupport@altair.com])
AC_CONFIG_HEADERS([src/include/pbs_config.h])
AC_CONFIG_SRCDIR([src/cmds/qmgr.c])
AC_CONFIG_AUX_DIR([buildutils])
Expand Down
2 changes: 1 addition & 1 deletion pbspro.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
%define pbs_client client
%define pbs_execution execution
%define pbs_server server
%define pbs_version 14.1.0
%define pbs_version 14.1.2
%define pbs_release 0
%define pbs_prefix /opt/pbs
%define pbs_home /var/spool/pbs
Expand Down

0 comments on commit d3c0c5b

Please sign in to comment.