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

(-)/usr/portage/sci-libs/armadillo/armadillo-9.200.6.ebuild (+3 lines)
Lines 89-100 Link Here
89
	fi
76
	fi
90
	if use hdf5; then
77
	if use hdf5; then
91
		mycmakeargs+=(
78
		mycmakeargs+=(
79
			-DDETECT_HDF5=ON
92
			-DHDF5_FOUND=ON
80
			-DHDF5_FOUND=ON
93
			-DHDF5_LIBRARIES="-lhdf5"
81
			-DHDF5_LIBRARIES="-lhdf5"
82
			-DHDF5_INCLUDE_DIRS=/usr/include
94
		)
83
		)
95
	else
84
	else
96
		mycmakeargs+=(
85
		mycmakeargs+=(
97
			-DHDF5_FOUND=OFF
86
			-DHDF5_FOUND=OFF
87
			-DDETECT_HDF5=OFF
98
		)
88
		)
99
	fi
89
	fi
100
	if use lapack; then
90
	if use lapack; then

Return to bug 690986