Merge pull request #1380 from davidanthoff/always-install-gr

Add GR to REQUIRE
This commit is contained in:
Daniel Schwabeneder 2018-04-13 16:18:37 +02:00 committed by GitHub
commit b9c23c75f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -13,3 +13,4 @@ JSON
NaNMath NaNMath
Requires Requires
Contour Contour
GR

View File

@ -1,8 +1,8 @@
Pkg.add("ImageMagick") Pkg.add("ImageMagick")
Pkg.build("ImageMagick") Pkg.build("ImageMagick")
Pkg.clone("GR") # Pkg.clone("GR")
Pkg.build("GR") # Pkg.build("GR")
Pkg.clone("https://github.com/JuliaPlots/PlotReferenceImages.jl.git") Pkg.clone("https://github.com/JuliaPlots/PlotReferenceImages.jl.git")