Skip to content

Commit

Permalink
install Mumps with build. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlubin committed Oct 10, 2013
1 parent 880d5cc commit 0c35003
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ provides(SimpleBuild,
@build_steps begin
ChangeDirectory(srcdir)
`cat $patchdir/ipopt-shlibs.patch` |> `patch -p1`
@build_steps begin
ChangeDirectory(joinpath(srcdir,"ThirdParty","Mumps"))
`./get.Mumps`
end
`./configure --prefix=$prefix`
`make install`
end
Expand Down

0 comments on commit 0c35003

Please sign in to comment.