~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to BUILD.NOTES

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
1. export OBJECT_MODE=32
92
92
2. Build with:
93
93
   ./configure --enable-debug --prefix=/opt/freeware \
94
 
        --sysconfdir=/opt/freeware/etc/slurm
95
 
        --with-ssl=/opt/freeware --with-munge=/opt/freeware
 
94
        --sysconfdir=/opt/freeware/etc/slurm \
 
95
        --with-ssl=/opt/freeware --with-munge=/opt/freeware \
 
96
        --with-proctrack=/opt/freeware
96
97
   make
97
98
   make uninstall  # remove old shared libraries, aix caches them
98
99
   make install
110
111
        %_with_aix              1
111
112
        %with_ssl               "--with-ssl=/opt/freeware"
112
113
        %with_munge             "--with-munge=/opt/freeware"
113
 
        %with_proctrack         "--with-proctrack=/admin/llnl/include"
 
114
        %with_proctrack         "--with-proctrack=/opt/freeware"
114
115
   Log in to the machine "uP".  uP is currently the lowest-common-denominator
115
116
     AIX machine.
116
117
   CC=/usr/bin/gcc build -s https://eris.llnl.gov/svn/slurm/tags/slurm-1-2-0-0-pre3