Skip to content

Commit

Permalink
added one line replacement to try to get it to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Oct 9, 2017
1 parent 497dcde commit 6367316
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps/build.jl
Expand Up @@ -49,5 +49,10 @@ if is_unix()
mv("temp.txt", filename)
end

if is_apple()
cd("MathLib")
replaceLine("SparseMatrix.h", 24, " inline SparseCol() {}\n")
cd("../")
end
run(`make`)
end

0 comments on commit 6367316

Please sign in to comment.