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

(-)cblas-reference-20161223.ebuild (+7 lines)
Lines 74-79 Link Here
74
	rmdir "${ED}/usr/$(get_libdir)/pkgconfig" || die
74
	rmdir "${ED}/usr/$(get_libdir)/pkgconfig" || die
75
	rmdir "${ED}/usr/include" || die
75
	rmdir "${ED}/usr/include" || die
76
76
77
	if [[ ${CHOST} == *-darwin* ]]; then
78
		lib_dir="/usr/$(get_libdir)/blas/reference"
79
		for l in "${ED}${lib_dir}"/*.dylib; do
80
			install_name_tool -id "${EPREFIX#/}${lib_dir}/${l##*/}" "${l}"
81
		done
82
	fi
83
77
	eselect cblas add $(get_libdir) "${T}"/eselect.cblas.reference ${ESELECT_PROF}
84
	eselect cblas add $(get_libdir) "${T}"/eselect.cblas.reference ${ESELECT_PROF}
78
}
85
}
79
86

Return to bug 620328