Skip to content

Commit

Permalink
gplates: use boost 160
Browse files Browse the repository at this point in the history
  • Loading branch information
rardiol authored and dezgeg committed Mar 8, 2017
1 parent 0ccfb44 commit ade5837
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/gplates/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, qt4, qwt6_qt4, mesa, glew, gdal_1_11, cgal
, proj, boost159, cmake, python2, doxygen, graphviz, gmp }:
, proj, boost, cmake, python2, doxygen, graphviz, gmp }:

stdenv.mkDerivation rec {
name = "gplates-${version}";
Expand All @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
];

buildInputs = [
qt4 qwt6_qt4 mesa glew gdal_1_11 cgal proj boost159 cmake python2
qt4 qwt6_qt4 mesa glew gdal_1_11 cgal proj boost cmake python2
doxygen graphviz gmp
];

Expand Down
5 changes: 4 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -17415,7 +17415,10 @@ with pkgs;

fityk = callPackage ../applications/science/misc/fityk { };

gplates = callPackage ../applications/science/misc/gplates { };
gplates = callPackage ../applications/science/misc/gplates {
boost = boost160;
cgal = cgal.override { boost = boost160; };
};

gravit = callPackage ../applications/science/astronomy/gravit { };

Expand Down

0 comments on commit ade5837

Please sign in to comment.