Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 506706
Collapse All | Expand All

(-)/usr/portage/sys-cluster/slurm/slurm-2.6.3.ebuild (-1 / +1 lines)
Lines 170-176 Link Here
170
		cd "${S}"
170
		cd "${S}"
171
	fi
171
	fi
172
	if use torque; then
172
	if use torque; then
173
		emake DESTDIR="${D}" -C contribs/torque || die
173
		emake DESTDIR="${D}" -C contribs/torque install || die
174
		rm -f "${ED}/usr/bin/mpiexec" || die
174
		rm -f "${ED}/usr/bin/mpiexec" || die
175
	fi
175
	fi
176
	use static-libs || find "${ED}" -name '*.la' -exec rm {} +
176
	use static-libs || find "${ED}" -name '*.la' -exec rm {} +

Return to bug 506706