openmpi/build: enable build of static libraries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user