Files
MX_Pmodule/scripts/hdf5_serial.build
2014-04-18 22:58:13 +02:00

19 lines
304 B
Bash
Executable File

#!/bin/bash
source "$(dirname $0)/../lib/libem.bash"
function em.configure() {
"${EM_SRCDIR}"/configure \
--prefix="${PREFIX}" \
--enable-shared \
--enable-cxx \
--enable-unsupported \
--with-pic \
|| exit 1
}
em.set_family "compiler"
em.set_build_dependencies "${COMPILER}"
em.make_all