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

(-)a/sci-libs/caffe2/caffe2-2.1.1-r3.ebuild (-2 lines)
Lines 206-213 src_install() { Link Here
206
	if use cuda; then
206
	if use cuda; then
207
		mv "${ED}${S}"/nvfuser python/nvfuser || die
207
		mv "${ED}${S}"/nvfuser python/nvfuser || die
208
	fi
208
	fi
209
	rm -r "${ED}${S}"/test || die
210
	rm -r "${ED}${S}"/third_party || die
211
	cp torch/version.py python/torch/ || die
209
	cp torch/version.py python/torch/ || die
212
	python_domodule python/caffe2
210
	python_domodule python/caffe2
213
	python_domodule python/torch
211
	python_domodule python/torch

Return to bug 920549