[torquedev] [Bug 176] torque-4.0.0: HWLOC_CFLAGS and HWLOC_LIBS ignored
bugzilla-daemon at supercluster.org
bugzilla-daemon at supercluster.org
Thu May 3 18:03:51 MDT 2012
http://www.clusterresources.com/bugzilla/show_bug.cgi?id=176
rhys.hill at adelaide.edu.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rhys.hill at adelaide.edu.au
--- Comment #2 from rhys.hill at adelaide.edu.au 2012-05-03 18:03:51 MDT ---
(In reply to comment #1)
> Martin,
>
> This patch patches Makefile.in files, which are not version controlled. How did
> you define these variables?
I wonder if the real bug is that this:
src/lib/Libifl/Makefile.am:
CPPFLAGS = -DPBS_DEFAULT_FILE=\"$(PBS_DEFAULT_FILE)\"
-DPBS_SERVER_HOME=\"$(PBS_SERVER_HOME)\"
should be this:
AM_CPPFLAGS += -DPBS_DEFAULT_FILE=\"$(PBS_DEFAULT_FILE)\"
-DPBS_SERVER_HOME=\"$(PBS_SERVER_HOME)\"
which matches the other Makefile templates. Just setting the CPPFLAGS equal
would surely drop any existing settings?
--
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