Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 233297 | Differences between
and this patch

Collapse All | Expand All

(-)hdf5-1.8.2.orig (-3 / +5 lines)
Lines 75-80 Link Here
75
	    # this is required for mpich2, and should be safe otherwise
75
	    # this is required for mpich2, and should be safe otherwise
76
	    epatch "${FILESDIR}/${P}-mpich2.patch"
76
	    epatch "${FILESDIR}/${P}-mpich2.patch"
77
	fi
77
	fi
78
	epatch "${FILESDIR}/${P}-gcc4.3.3.patch"
78
79
79
	# fix test script stuff
80
	# fix test script stuff
80
	ht_fix_file "${S}"/bin/release "${S}"/tools/h5dump/testh5dump.sh.in
81
	ht_fix_file "${S}"/bin/release "${S}"/tools/h5dump/testh5dump.sh.in
Lines 219-231 Link Here
219
	dohtml doc/html/*
220
	dohtml doc/html/*
220
221
221
	if use mpi ; then
222
	if use mpi ; then
222
	    mv "${D}"usr/bin/h5pcc "${D}"usr/bin/h5cc
223
	    mv "${ROOT}"usr/bin/h5pcc "${ROOT}"usr/bin/h5cc
223
	fi
224
	fi
224
	if use fortran ; then
225
	if use fortran ; then
225
	    mv "${D}"usr/bin/h5pfc "${D}"usr/bin/h5fc
226
	    mv "${ROOT}"usr/bin/h5pfc "${ROOT}"usr/bin/h5fc
226
	fi
227
	fi
227
	# change the SHLIB default for C
228
	# change the SHLIB default for C
228
	dosed "s/SHLIB:-no/SHLIB:-yes/g" "${D}"usr/bin/h5cc || die "dosed failed"
229
	dosed "s/SHLIB:-no/SHLIB:-yes/g" "${ROOT}"usr/bin/h5cc || die "dosed failed"
229
}
230
}
230
231
231
pkg_postinst() {
232
pkg_postinst() {
Lines 255-257 Link Here
255
	ewarn "http://www.bullopensource.org/posix  for more info."
256
	ewarn "http://www.bullopensource.org/posix  for more info."
256
	elog
257
	elog
257
}
258
}
259

Return to bug 233297