[torquedev] [Bug 180] New: configure script has hwloc->pkg-config->check dependency
bugzilla-daemon at supercluster.org
bugzilla-daemon at supercluster.org
Mon Apr 23 19:40:59 MDT 2012
http://www.clusterresources.com/bugzilla/show_bug.cgi?id=180
Summary: configure script has hwloc->pkg-config->check
dependency
Product: TORQUE
Version: 3.0.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: pbs_server
AssignedTo: dbeer at adaptivecomputing.com
ReportedBy: rhys.hill at adelaide.edu.au
CC: torquedev at supercluster.org
Estimated Hours: 0.0
The configure script in 4.0.1 r6023 seems to have an ordering dependency such
that hwloc requires pkg-config to be present, which is fine. But pkg-config
requires a program called check to be present, which seems to only be necessary
for unit testing?
If check is not present, configure fails if you enable cpusets, saying that
hwloc is missing. The following work around enables configure to finish:
PKG_CONFIG=pkg-config ./configure --enable-cpuset --with-pam=yes
--with-default-server=moby.cs.adelaide.edu.au
--
Configure bugmail: http://www.clusterresources.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the torquedev
mailing list