Skip to content

Commit

Permalink
Update install.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaeecs authored Jun 2, 2023
1 parent 6682122 commit 59ab808
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions deps/install.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@
using Pkg
Pkg.activate(joinpath(@__DIR__, ".."))

## 删除之前的包
map(["IterativeSolvers"]) do pkg
try
Pkg.rm(pkg)
catch
nothing
end
end


## 安装包
pkgs = ["https://gitee.com/deltaeecs/IterativeSolvers.jl.git",]

Expand Down

0 comments on commit 59ab808

Please sign in to comment.