License is now BSD.

epel9
athimm 15 years ago
parent 9db492d88f
commit 2709729a61

Binary file not shown.

@ -1,43 +1,37 @@
Rice BSD Software License
Permits source and binary redistribution of the software ARPACK and BSD Software License
P_ARPACK for both non-commercial and commercial use.
Copyright (©) 2001, Rice University Pertains to ARPACK and P_ARPACK
Developed by D.C. Sorensen, R.B. Lehoucq, C. Yang, and K. Maschhoff.
All rights reserved. Copyright (c) 1996-2008 Rice University.
Developed by D.C. Sorensen, R.B. Lehoucq, C. Yang, and K. Maschhoff.
All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are modification, are permitted provided that the following conditions are
met: met:
o Redistributions of source code must retain the above copyright - Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer. notice, this list of conditions and the following disclaimer.
o Redistributions in binary form must reproduce the above copyright - Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the notice, this list of conditions and the following disclaimer listed
documentation and/or other materials provided with the distribution. in this license in the documentation and/or other materials
provided with the distribution.
o If you modify the source for these routines we ask that you change
the name of the routine and comment the changes made to the - Neither the name of the copyright holders nor the names of its
original.
o Written notification is provided to the developers of intent to use
this software. Also, we ask that use of ARPACK is properly cited in
any resulting publications or software documentation.
o Neither the name of Rice University (RICE) nor the names of its
contributors may be used to endorse or promote products derived from contributors may be used to endorse or promote products derived from
this software without specific prior written permission. this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY RICE AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL RICE OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

@ -3,16 +3,13 @@
Summary: Fortran77 subroutines for solving large scale eigenvalue problems Summary: Fortran77 subroutines for solving large scale eigenvalue problems
Name: arpack Name: arpack
Version: 2.1 Version: 2.1
Release: 12%{?dist} Release: 11%{?dist}
License: RiceBSD License: BSD
Group: Development/Libraries Group: Development/Libraries
URL: http://www.caam.rice.edu/software/ARPACK/ URL: http://www.caam.rice.edu/software/ARPACK/
Source0: http://www.caam.rice.edu/software/ARPACK/SRC/arpack96.tar.gz Source0: http://www.caam.rice.edu/software/ARPACK/SRC/arpack96.tar.gz
Source1: http://www.caam.rice.edu/software/ARPACK/SRC/patch.tar.gz Source1: http://www.caam.rice.edu/software/ARPACK/SRC/patch.tar.gz
Source2: http://www.caam.rice.edu/software/ARPACK/RiceBSD.doc Source2: http://www.caam.rice.edu/software/ARPACK/RiceBSD.txt
Source3: RiceBSD.txt
# https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=148107
Source4: clarification-note-by-authors.txt
Patch0: arpack-2.1-redhat.patch Patch0: arpack-2.1-redhat.patch
# see http://www.ann.jussieu.fr/pipermail/freefempp/2006/000213.html # see http://www.ann.jussieu.fr/pipermail/freefempp/2006/000213.html
Patch1: arpack-second-bug.patch Patch1: arpack-second-bug.patch
@ -88,7 +85,7 @@ install -p -m644 static/libarpack.a %{buildroot}%{_libdir}
install -p -m755 shared/libarpack.so.2.1 %{buildroot}%{_libdir} install -p -m755 shared/libarpack.so.2.1 %{buildroot}%{_libdir}
ln -s libarpack.so.2.1 %{buildroot}%{_libdir}/libarpack.so.2 ln -s libarpack.so.2.1 %{buildroot}%{_libdir}/libarpack.so.2
ln -s libarpack.so.2 %{buildroot}%{_libdir}/libarpack.so ln -s libarpack.so.2 %{buildroot}%{_libdir}/libarpack.so
cp -p %{SOURCE2} %{SOURCE3} %{SOURCE4} . cp -p %{SOURCE2} .
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -99,7 +96,7 @@ rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc RiceBSD.doc clarification-note-by-authors.txt %doc RiceBSD.txt
%{_libdir}/libarpack.so.* %{_libdir}/libarpack.so.*
%files devel %files devel
@ -111,11 +108,8 @@ rm -rf %{buildroot}
%{_libdir}/libarpack.a %{_libdir}/libarpack.a
%changelog %changelog
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-12 * Wed Apr 7 2010 Axel Thimm <Axel.Thimm@ATrpms.net> - 2.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Change license to BSD (see RH bugs #234191 and #578873).
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Sep 24 2008 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> 2.1-10 * Wed Sep 24 2008 Dominik 'Rathann' Mierzejewski <rpm@greysector.net> 2.1-10
- fix libarpack.so: undefined reference to `etime_' with recent gfortran - fix libarpack.so: undefined reference to `etime_' with recent gfortran

@ -1,102 +0,0 @@
X-Mozilla-Status: 0011
X-Mozilla-Status2: 00000000
Received: from zuk35exm65.ds.mot.com ([10.178.1.44]) by zuk35exm62.ds.mot.com with Microsoft SMTPSVC(6.0.3790.2709);
Tue, 13 Feb 2007 19:53:15 +0000
Received: from az33exr02.mot.com ([10.64.251.232]) by zuk35exm65.ds.mot.com with Microsoft SMTPSVC(6.0.3790.2709);
Tue, 13 Feb 2007 19:53:14 +0000
Received: from motgate3.mot.com (motgate3.mot.com [144.189.100.103])
by az33exr02.mot.com (8.13.1/8.13.0) with ESMTP id l1DJrDDS020683
for <David.Bateman@motorola.com>; Tue, 13 Feb 2007 13:53:13 -0600 (CST)
Received: from mail128.messagelabs.com (mail128.messagelabs.com [216.82.250.131])
by motgate3.mot.com (8.12.11/Motorola) with SMTP id l1DJr8gl023906
for <David.Bateman@motorola.com>; Tue, 13 Feb 2007 12:53:11 -0700 (MST)
X-VirusChecked: Checked
X-Env-Sender: sorensen@rice.edu
X-Msg-Ref: server-6.tower-128.messagelabs.com!1171396385!13383447!1
X-StarScan-Version: 5.5.10.7.1; banners=-,-,-
X-Originating-IP: [128.42.17.10]
X-SpamReason: No, hits=0.0 required=7.0 tests=
Received: (qmail 3872 invoked from network); 13 Feb 2007 19:53:05 -0000
Received: from caam.rice.edu (HELO caam.rice.edu) (128.42.17.10)
by server-6.tower-128.messagelabs.com with SMTP; 13 Feb 2007 19:53:05 -0000
Received: from localhost (localhost [127.0.0.1])
by caam.rice.edu (Postfix) with ESMTP id 64341153A7
for <David.Bateman@motorola.com>; Tue, 13 Feb 2007 13:53:04 -0600 (CST)
Received: from caam.rice.edu ([127.0.0.1])
by localhost (caam.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP
id 23777-01-16 for <David.Bateman@motorola.com>;
Tue, 13 Feb 2007 13:52:59 -0600 (CST)
Received: from [128.42.21.177] (sorensenl400.caam.rice.edu [128.42.21.177])
by caam.rice.edu (Postfix) with ESMTP id 494E81539F
for <David.Bateman@motorola.com>; Tue, 13 Feb 2007 13:52:59 -0600 (CST)
Message-ID: <45D2171B.8030109@rice.edu>
Date: Tue, 13 Feb 2007 13:52:59 -0600
From: Dan Sorensen<sorensen@rice.edu>
User-Agent: Thunderbird 1.5.0.9 (Windows/20061207)
MIME-Version: 1.0
To: David Bateman<David.Bateman@motorola.com>
Subject: Re: ARPACK License Question
References: <457EE5B3.70402@ieee.org> <20070105114426.GI4860@neu.nirvana> <45B8CB2F.9030904@motorola.com>
In-Reply-To: <45B8CB2F.9030904@motorola.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavis-2.2.1 at caam.rice.edu
Return-Path: sorensen@rice.edu
X-OriginalArrivalTime: 13 Feb 2007 19:53:14.0831 (UTC) FILETIME=[994B7DF0:01C74FA8]
Dear Mr. Bateman
I apologize for not responding to this previously.
The clarification we discussed is the following
The clause in the license statement that states
>>Written notification is provided to the developers of intent to use this
>> software. Also, we ask that use of ARPACK is properly cited in any
>> resulting publications or software documentation.
has the following intension in your case.
We are asking for acknowledgment in FEDORA that ARPACK is
the software that underlies what corresponds to the "eigs" command.
There is no intention to pass on a requirement of notification of use
from users of FEDORA.
This is the understanding we have with MATLAB for example.
If the above note or a slight modification of it is not acceptable
for the purposes of using ARPACK in FEDORA, I will have to refer
you to the tech transfer department of Rice University as I explained
during our phone conversation.
Once again my apologies for the delay and I thank you for your
interest in ARPACK.
Best Regards
Dan Sorensen
David Bateman wrote:
> Dear Professor Sorensen,
>
> Perhaps you have not yet seen the e-mail below, and so I draw it to your
> attention. Can you please examine the request to modify the license of
> ARPACK in this mail belong to allow its inclusion in FEDORA and other
> similar open source linux distributions?
>
> As the author of the eigs function for Octave (www.octave.org) that uses
> ARPACK for its functionality, I'd hate to see my work not included in
> Octave due to this question not being resolved.
>
> Best Regards
> David
>
>
Loading…
Cancel
Save