Skip to content

Commit

Permalink
Working on v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Oct 4, 2018
1 parent c94ee22 commit bf1ae76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
16 changes: 0 additions & 16 deletions REQUIRE

This file was deleted.

4 changes: 1 addition & 3 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ binary_file = "radmc-3d_v0.41_07.07.17.zip"

# Change to the src directory
cd("src")
println("Current working directory ", pwd())

# Download and extract the RADMC-3D executable
download("http://www.ita.uni-heidelberg.de/~dullemond/software/radmc-3d/$binary_file", binary_file)
println("Current working directory ", pwd())

# Remove the directory, if a stale version exists from a previous build
rm("radmc-3d/version_0.41/src", recursive=true)
rm("radmc-3d", recursive=true)

# Unzipping the file
run(`unzip $binary_file`)
Expand Down

0 comments on commit bf1ae76

Please sign in to comment.