Skip to content

Commit

Permalink
removed touch comman from build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
gasagna committed Mar 22, 2015
1 parent 843ff74 commit e5f980d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions deps/build.jl
Expand Up @@ -11,14 +11,11 @@ provides(Sources, URI(uri), fannlib, unpacked_dir="fann-master")
prefix = joinpath(BinDeps.depsdir(fannlib),"usr")
srcdir = joinpath(BinDeps.depsdir(fannlib),"src", "fann-master")

copying = joinpath(srcdir, "COPYING.txt")

provides(SimpleBuild,
(@build_steps begin
GetSources(fannlib)
@build_steps begin
ChangeDirectory(srcdir)
`touch $copying`
`cmake -DCMAKE_INSTALL_PREFIX=$prefix .`
`make install`
end
Expand Down
14 changes: 0 additions & 14 deletions deps/fann_data.patch

This file was deleted.

0 comments on commit e5f980d

Please sign in to comment.