diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-23 15:54:57 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-23 15:54:57 (GMT) |
commit | f1e22352800a199e9353e4a79baf660c02854f51 (patch) | |
tree | 774accf195f3cfda4fe24ae3f34cf6a05a984127 | |
parent | e52787b07d6da878791e828f396c9857ffbbce77 (diff) |
dont test for git, curl. they arent strictly needed for build
-rwxr-xr-x | scripts/check-dependencies.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/check-dependencies.sh b/scripts/check-dependencies.sh index bbf1baf..8b2f550 100755 --- a/scripts/check-dependencies.sh +++ b/scripts/check-dependencies.sh @@ -637,10 +637,11 @@ checkargs() main() { deps="qt4 cgal gmp cmake mpfr boost opencsg glew eigen gcc" - deps="$deps bison flex git curl make" - #deps="$deps python" # needs work, only needed for tests + deps="$deps bison flex make" + #deps=$deps curl git # not technically necessary for build + #deps="$deps python" # only needed for tests #deps="$deps imagemagick" # needs work, only needed for tests - #deps="eigen glew opencsg" # debug + #deps="eigen glew opencsg" # debugging pretty_print title for dep in $deps; do debug "processing $dep" |