openmpi/build: enable build of static libraries

This commit is contained in:
2018-05-15 11:19:12 +02:00
parent a4d8a90ef6
commit 6dfc24b707

View File

@@ -16,6 +16,7 @@ pbuild::configure() {
--enable-mpi-profile \
--enable-orterun-prefix-by-default \
--enable-shared \
--enable-static \
--enable-smp-locks \
--with-sge=yes \
--with-slurm=yes \
@@ -23,6 +24,12 @@ pbuild::configure() {
|| exit 1
}
pbuild::post_install() {
if [[ -r /usr/lib64/libnuma.a ]]; then
:
fi
}
pbuild::add_to_group 'Compiler'
pbuild::set_docfiles 'AUTHORS' 'LICENSE' 'NEWS' 'README'
pbuild::make_all