1
1

Arrgh! Left a debugging thingy in there. This commit backs out a

little bit from the prior commit (r12051).

This commit was SVN r12052.

The following SVN revision numbers were found above:
  r12051 --> open-mpi/ompi@72e202a432
Этот коммит содержится в:
Jeff Squyres 2006-10-06 19:28:40 +00:00
родитель 72e202a432
Коммит b73d9ba3ca

4
contrib/dist/linux/openmpi.spec поставляемый
Просмотреть файл

@ -411,10 +411,8 @@ EOF
# always gives a 0 exit status.
# Runtime files
file=/tmp/openmpi-rpm-tmp.$$
rm -f $file
find $RPM_BUILD_ROOT -type f -o -type l | \
sed -e "s@$RPM_BUILD_ROOT@@" > $file
sed -e "s@$RPM_BUILD_ROOT@@" | \
egrep "lib.*.so|mca.*so" $file > runtime.files | /bin/true
# Devel files