Skip to content

Commit

Permalink
don't build tools for now
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex committed Nov 27, 2013
1 parent 01daaf1 commit 4c0bfc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ln -sf $(pwd)/post-commit .git/hooks/post-commit
(cd cuda && ./make.bash) || exit 1
(cd engine && ./make.bash) || exit 1
(cd mumax3 && go install -v) || exit 1
(cd tools/mumax3-convert && go build && go install) || exit 1
(cd tools/mumax3-plot && go build && go install) || exit 1
#(cd tools/mumax3-convert && go build && go install) || exit 1
#(cd tools/mumax3-plot && go build && go install) || exit 1
(cd test && mumax3 -vet *.txt) || exit 1
(cd doc && mumax3 -vet *.txt) || exit 1

0 comments on commit 4c0bfc0

Please sign in to comment.