We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ec38d commit 5ecd271Copy full SHA for 5ecd271
contrib/dist/linux/buildrpm.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh -f
+#!/bin/bash -f
2
#
3
# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
4
# University Research and Technology
@@ -71,6 +71,7 @@ specfile="openmpi.spec"
71
prefix=${prefix:-"/opt/openmpi"}
72
rpmbuild_options=${rpmbuild_options:-"--define 'mflags -j4' --define '_source_filedigest_algorithm md5' --define '_binary_filedigest_algorithm md5'"}
73
configure_options=${configure_options:-""}
74
+unpack_spec=0
75
76
# Helpful when debugging
77
#rpmbuild_options="--define 'mflags -j4' --define 'install_in_opt 1' --define 'cflags -g' --define 'install_modulefile 1' --define 'modules_rpm_name dhcp'"
0 commit comments