This commit is contained in:
committed by
Git OBS Bridge
parent
15acc5ba2a
commit
6cdef75854
@@ -1,14 +0,0 @@
|
||||
--- mpi-selector.csh.in
|
||||
+++ mpi-selector.csh.in
|
||||
@@ -1,4 +1,3 @@
|
||||
-#!/bin/csh
|
||||
# Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
||||
# File installed for Bourne-shell startups to select which MPI
|
||||
--- mpi-selector.sh.in
|
||||
+++ mpi-selector.sh.in
|
||||
@@ -1,4 +1,3 @@
|
||||
-#!/bin/sh
|
||||
# Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
||||
# File installed for Bourne-shell startups to select which MPI
|
@@ -1,10 +0,0 @@
|
||||
--- configure.ac
|
||||
+++ configure.ac
|
||||
@@ -68,7 +68,6 @@
|
||||
do
|
||||
if test -f "$file"; then
|
||||
chmod -w $file
|
||||
- chmod +x $file
|
||||
fi
|
||||
done])
|
||||
AC_OUTPUT
|
@@ -1,16 +0,0 @@
|
||||
--- mpi-selector-menu
|
||||
+++ mpi-selector-menu
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env perl
|
||||
+#!/usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
||||
--- mpi-selector.in
|
||||
+++ mpi-selector.in
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env perl
|
||||
+#!/usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae363d10cb7f66bd4fb7d1e29fadc0d25a4a61422326a259154c924daa4be9bb
|
||||
size 45491
|
3
mpi-selector-1.0.2.tar.bz2
Normal file
3
mpi-selector-1.0.2.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:858423954c81771b451de18aa3c3055051f6e9050399043383bfd7222c1c84c4
|
||||
size 45579
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 17:14:20 CEST 2008 - jjolly@suse.de
|
||||
|
||||
- Updated to version 1.0.2 from the OFED 1.4 RC1 release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 21 13:48:41 CEST 2007 - kejohnson@suse.de
|
||||
|
||||
|
@@ -1,26 +1,34 @@
|
||||
#
|
||||
# spec file for package mpi-selector (Version 1.0.0)
|
||||
# spec file for package mpi-selector (Version 1.0.2)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: mpi-selector
|
||||
URL: http://www.openfabrics.org
|
||||
Url: http://www.openfabrics.org
|
||||
Summary: Tool to provide defaults for which MPI implementation to use
|
||||
Version: 1.0.0
|
||||
Release: 11
|
||||
Version: 1.0.2
|
||||
Release: 1
|
||||
License: BSD 3-Clause
|
||||
Group: System/Console
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch0: mpi-selector-1.0.0-no_shebang.patch
|
||||
Patch1: mpi-selector-1.0.0-no_sourced_xbit.patch
|
||||
Patch2: mpi-selector-1.0.0-perl_path.patch
|
||||
# Patch0: mpi-selector-1.0.0-no_shebang.patch
|
||||
# Patch1: mpi-selector-1.0.0-no_sourced_xbit.patch
|
||||
# Patch2: mpi-selector-1.0.0-perl_path.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -36,9 +44,9 @@ editing of shell startup files is not required.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch1
|
||||
%patch2
|
||||
# %patch0
|
||||
# %patch1
|
||||
# %patch2
|
||||
|
||||
%build
|
||||
%configure --with-shell-startup-dir=/etc/profile.d
|
||||
@@ -63,9 +71,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %_libdir/mpi/gcc
|
||||
|
||||
%changelog
|
||||
* Tue Aug 21 2007 - kejohnson@suse.de
|
||||
* Thu Sep 11 2008 jjolly@suse.de
|
||||
- Updated to version 1.0.2 from the OFED 1.4 RC1 release
|
||||
* Tue Aug 21 2007 kejohnson@suse.de
|
||||
- Updated source tarball to OFED-1.2.5 release.
|
||||
- In the spec file, removed autogen.sh from %%build and also
|
||||
removed ofed-mpi-selector-proposal.txt from %%doc.
|
||||
* Fri Jul 06 2007 - hvogel@suse.de
|
||||
* Fri Jul 06 2007 hvogel@suse.de
|
||||
- Initial Package, Version 1.0.0
|
||||
|
Reference in New Issue
Block a user