14 lines
366 B
Plaintext
Executable File
14 lines
366 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::set_download_url "https://download.open-mpi.org/release/${P}/v${V_MAJOR}.${V_MINOR}/${P}-${V}.tar.gz"
|
|
pbuild::add_to_group 'Libraries'
|
|
|
|
pbuild::install_docfiles 'README' 'AUTHORS' 'NEWS' 'COPYING' 'VERSION'
|
|
|
|
pbuild::pre_configure() {
|
|
pbuild::add_configure_args "--enable-netloc"
|
|
pbuild::add_configure_args "--enable-plugins"
|
|
}
|
|
|
|
|