The portals_utcp component doesn't actually need the POrtals libraries
and only pokes at environment variables. So don't link in the libraries, as that causes a whole other set of problems. This commit was SVN r15899.
Этот коммит содержится в:
родитель
b1082c95ff
Коммит
8294f6de03
@ -74,6 +74,12 @@ PtlGetRank(PTL_INVALID_HANDLE, &rank, &nprocs);])],
|
||||
[AC_MSG_RESULT([no])
|
||||
$2])
|
||||
|
||||
# we don't actually need the Portals code for this component,
|
||||
# so don't link against them...
|
||||
sds_portals_utcp_CPPFLAGS=
|
||||
sds_portals_utcp_LDFLAGS=
|
||||
sds_portals_utcp_LIBS=
|
||||
|
||||
# substitute in the things needed to build Portals
|
||||
AC_SUBST([sds_portals_utcp_CPPFLAGS])
|
||||
AC_SUBST([sds_portals_utcp_LDFLAGS])
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user