Thread: [Mplapack-devel] license ; LGPLv3 to two clause BSD
Status: Pre-Alpha
Brought to you by:
nakatamaho
From: Maho N. <ch...@ma...> - 2010-03-11 01:35:29
|
current status... Now I'm reviewing MBLAS routines. license has been changed to LGPLv3 to two clause BSD license. trying to build with mpfr. it is much more sophisticated than GMP. complex class has been reimplemented; now compatible with complex<double>, and internal version of MBLAS is buildable with "double". Why I didn't like C99 style complex? quite incompatible with C++. Thanks -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt |
From: Lev G. <le...@co...> - 2010-03-11 19:46:34
|
Received from Maho NAKATA on Wed, Mar 10, 2010 at 08:35:16PM EST: > current status... > > Now I'm reviewing MBLAS routines. license has been changed to LGPLv3 to > two clause BSD license. Do you mean that the license has been (or will be) changed to BSD for mblas only, or has been changed for mlapack too? L.G. |
From: Lev G. <le...@co...> - 2010-03-12 18:12:41
|
Received from Maho NAKATA on Thu, Mar 11, 2010 at 08:35:45PM EST: > Hi Lev, > > From: Lev Givon <le...@co...> > Subject: Re: [Mplapack-devel] license ; LGPLv3 to two clause BSD > Date: Thu, 11 Mar 2010 14:16:57 -0500 > > > Received from Maho NAKATA on Wed, Mar 10, 2010 at 08:35:16PM EST: > >> current status... > >> > >> Now I'm reviewing MBLAS routines. license has been changed to LGPLv3 to > >> two clause BSD license. > > > > Do you mean that the license has been (or will be) changed to BSD for > > mblas only, > > no > > > or has been changed for mlapack too? > > yes. (will be; just depend on my speed for programming; i rewrite > complex class currently) > > thanks! Currently, it seems that the package depends on gmp. If you plan to license the software under a BSD-type license and continue using gmp in parts of the software, I suspect that you will need to remove the gmp-dependent portions of the software and distribute them in a separate package licensed under the GPL because gmp's GPL license requires that dependent works also be distributed under the same terms. Switching to mpfr, which is licensed under the LGPL, would presumably address this concern. L.G. |
From: Lev G. <le...@co...> - 2010-03-15 02:34:34
|
Received from Maho NAKATA on Sat, Mar 13, 2010 at 04:09:06AM EST: > From: Lev Givon <le...@co...> > Subject: Re: [Mplapack-devel] license ; LGPLv3 to two clause BSD > Date: Fri, 12 Mar 2010 13:12:21 -0500 > > > Currently, it seems that the package depends on gmp. If you plan to > > license the software under a BSD-type license and continue using gmp > > in parts of the software, I suspect that you will need to remove the > > gmp-dependent portions of the software and distribute them in a > > separate package licensed under the GPL because gmp's GPL license > > requires that dependent works also be distributed under the same > > terms. Switching to mpfr, which is licensed under the LGPL, would > > presumably address this concern. > > Hello Lev Givon, > Thanks for your advice. > > GMP uses LGPL > http://gmplib.org/ > > GMP is distributed under the GNU LGPL. > and MPFR is also as well. > I don't think I use part of GMP in my software so I can switch to mBSD license. > > So no worries :-) > > Thanks You're mostly right; there are apparently one or two files distributed with gmp that are still under GPL (which are probably not used in your software), but the rest are under the LGPL. L.G. |
From: Maho N. <ch...@ma...> - 2010-03-15 02:52:14
|
Hi Lev, thanks for your comment. I never imagined that some files are under GPL... Thanks, From: Lev Givon <le...@co...> Subject: Re: [Mplapack-devel] license ; LGPLv3 to two clause BSD Date: Sun, 14 Mar 2010 22:34:16 -0400 > Received from Maho NAKATA on Sat, Mar 13, 2010 at 04:09:06AM EST: >> From: Lev Givon <le...@co...> >> Subject: Re: [Mplapack-devel] license ; LGPLv3 to two clause BSD >> Date: Fri, 12 Mar 2010 13:12:21 -0500 >> >> > Currently, it seems that the package depends on gmp. If you plan to >> > license the software under a BSD-type license and continue using gmp >> > in parts of the software, I suspect that you will need to remove the >> > gmp-dependent portions of the software and distribute them in a >> > separate package licensed under the GPL because gmp's GPL license >> > requires that dependent works also be distributed under the same >> > terms. Switching to mpfr, which is licensed under the LGPL, would >> > presumably address this concern. >> >> Hello Lev Givon, >> Thanks for your advice. >> >> GMP uses LGPL >> http://gmplib.org/ >> > GMP is distributed under the GNU LGPL. >> and MPFR is also as well. >> I don't think I use part of GMP in my software so I can switch to mBSD license. >> >> So no worries :-) >> >> Thanks > > You're mostly right; there are apparently one or two files distributed > with gmp that are still under GPL (which are probably not used in your > software), but the rest are under the LGPL. > > L.G. > |
From: Maho N. <ch...@ma...> - 2010-03-13 09:09:19
|
From: Lev Givon <le...@co...> Subject: Re: [Mplapack-devel] license ; LGPLv3 to two clause BSD Date: Fri, 12 Mar 2010 13:12:21 -0500 > Currently, it seems that the package depends on gmp. If you plan to > license the software under a BSD-type license and continue using gmp > in parts of the software, I suspect that you will need to remove the > gmp-dependent portions of the software and distribute them in a > separate package licensed under the GPL because gmp's GPL license > requires that dependent works also be distributed under the same > terms. Switching to mpfr, which is licensed under the LGPL, would > presumably address this concern. Hello Lev Givon, Thanks for your advice. GMP uses LGPL http://gmplib.org/ > GMP is distributed under the GNU LGPL. and MPFR is also as well. I don't think I use part of GMP in my software so I can switch to mBSD license. So no worries :-) Thanks -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt |
From: Maho N. <ch...@ma...> - 2010-03-12 01:36:00
|
Hi Lev, From: Lev Givon <le...@co...> Subject: Re: [Mplapack-devel] license ; LGPLv3 to two clause BSD Date: Thu, 11 Mar 2010 14:16:57 -0500 > Received from Maho NAKATA on Wed, Mar 10, 2010 at 08:35:16PM EST: >> current status... >> >> Now I'm reviewing MBLAS routines. license has been changed to LGPLv3 to >> two clause BSD license. > > Do you mean that the license has been (or will be) changed to BSD for > mblas only, no > or has been changed for mlapack too? yes. (will be; just depend on my speed for programming; i rewrite complex class currently) thanks! -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt |