trequirements.jl - seaice-experiments - sea ice experiments using Granular.jl
 (HTM) git clone git://src.adamsgaard.dk/seaice-experiments
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       trequirements.jl (378B)
       ---
            1 #!/usr/bin/env julia
            2 Pkg.update()
            3 
            4 <<<<<<< HEAD
            5 Pkg.clone("git@github.com:anders-dc/Granular.jl")
            6 =======
            7 if !(typeof(Pkg.installed("SeaIce")) == VersionNumber)
            8     Pkg.clone("git@github.com:anders-dc/SeaIce.jl")
            9 end
           10 >>>>>>> 0c9e839cb1fb7129bc35f11f09966e37cf4148a4
           11 
           12 pkgs = ["PyPlot", "Plots", "GR", "LsqFit", "ArgParse"]
           13 for pkg in pkgs
           14     Pkg.add(pkg)
           15     Pkg.build(pkg)
           16 end