scripts/Compiler/atlas/build:

- added
This commit is contained in:
2015-05-28 13:03:55 +02:00
parent 8bdfe81e12
commit 88ed7b8d8a

20
scripts/Compiler/atlas/build Executable file
View File

@@ -0,0 +1,20 @@
#!/bin/bash
source "$(dirname $0)/../../../lib/libem.bash"
function em.configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
em.add_to_family 'Compiler'
em.set_runtime_dependencies "${COMPILER}"
em.set_build_dependencies "${COMPILER}"
em.make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End: