tupdate package managers before installing - Granular.jl - Julia package for granular dynamics simulation
HTML git clone git://src.adamsgaard.dk/Granular.jl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit bec7677dc0ef0a4bd5f91faa495d3751de43e62e
DIR parent 6364c8f2e243a2e03b5428123bbb276c5def6a47
HTML Author: Anders Damsgaard <andersd@riseup.net>
Date: Fri, 17 Nov 2017 19:18:34 -0500
update package managers before installing
Diffstat:
M deps/build.jl | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/deps/build.jl b/deps/build.jl
t@@ -3,12 +3,14 @@ using Compat
if is_apple()
using Homebrew
+ Homebrew.update()
Homebrew.add("gnuplot")
Homebrew.add("imagemagick")
end
if is_windows()
using WinRPM
+ WinRPM.update()
WinRPM.install("gnuplot")
WinRPM.install("imagemagick")
end