Lines 59-64
L0_CONFIGURE_OFF= --without-ze
Link Here
|
59 |
|
59 |
|
60 |
CONFIGURE_ARGS= --enable-fast="" --with-hwloc-prefix=${LOCALBASE} \ |
60 |
CONFIGURE_ARGS= --enable-fast="" --with-hwloc-prefix=${LOCALBASE} \ |
61 |
--with-libfabric=${LOCALBASE} \ |
61 |
--with-libfabric=${LOCALBASE} \ |
|
|
62 |
--with-libfabric-include=${WRKDIR}/include \ |
62 |
pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ |
63 |
pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ |
63 |
MPICHLIB_CFLAGS="${CFLAGS}" \ |
64 |
MPICHLIB_CFLAGS="${CFLAGS}" \ |
64 |
CFLAGS="-I${LOCALBASE}/include/json-c" \ |
65 |
CFLAGS="-I${LOCALBASE}/include/json-c" \ |
Lines 102-106
PLIST_SUB+= EXECGFORKER="@comment "
Link Here
|
102 |
|
103 |
|
103 |
post-patch: |
104 |
post-patch: |
104 |
${RM} -r ${WRKSRC}/www |
105 |
${RM} -r ${WRKSRC}/www |
|
|
106 |
# To avoid pollution from ${LOCALBASE}/include, set up the build to look in |
107 |
# ${WRKDIR} for libfabric include/rdma/ header files (see --with-libfabric |
108 |
# configure args). |
109 |
${MKDIR} ${WRKDIR}/include && ${LN} -s ${LOCALBASE}/include/rdma include/ |
105 |
|
110 |
|
106 |
.include <bsd.port.mk> |
111 |
.include <bsd.port.mk> |