3
0
Fork 0
forked from mirrors/nixpkgs

gmsh: 3.0.6 -> 4.0.0 (#45592)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gmsh/versions.
This commit is contained in:
R. RyanTM 2018-08-27 07:06:28 -07:00 committed by xeji
parent 51f148ebf1
commit e301589013

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, cmake, blas, liblapack, gfortran, gmm, fltk, libjpeg
, zlib, libGLU_combined, libGLU, xorg }:
let version = "3.0.6"; in
let version = "4.0.0"; in
stdenv.mkDerivation {
name = "gmsh-${version}";
src = fetchurl {
url = "http://gmsh.info/src/gmsh-${version}-source.tgz";
sha256 = "0ywqhr0zmdhn8dvi6l8z1vkfycyv67fdrz6b95mb39np832bq04p";
sha256 = "0pqm0ippj0j07919hld3f3rgq0p1x4j32fxb2m1nyp226zx8l37v";
};
# The original CMakeLists tries to use some version of the Lapack lib