Merge pull request #276556 from markuskowa/fix-lamps
lammps: fix homepage and license
This commit is contained in:
commit
744baa822f
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
funding from the DOE. It is an open-source code, distributed freely
|
funding from the DOE. It is an open-source code, distributed freely
|
||||||
under the terms of the GNU Public License (GPL).
|
under the terms of the GNU Public License (GPL).
|
||||||
'';
|
'';
|
||||||
homepage = "https://lammps.sandia.gov";
|
homepage = "https://www.lammps.org";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
# compiling lammps with 64 bit support blas and lapack might cause runtime
|
# compiling lammps with 64 bit support blas and lapack might cause runtime
|
||||||
# segfaults. In anycase both blas and lapack should have the same #bits
|
# segfaults. In anycase both blas and lapack should have the same #bits
|
||||||
|
|
Loading…
Reference in a new issue