diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-19 12:58:30 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-19 12:58:30 (GMT) |
commit | a9045315baac2e8bd24428668cfa88f116984af7 (patch) | |
tree | a59e5c7672b50e074a58feda7ee7a2310725a0c1 /scripts/linux-build-dependencies.sh | |
parent | 702525f69c0c9b7dbeb9f07efd4d9acaf9ead65d (diff) |
rewrite Eigen detection in CMakelists. cleanup files for pull request.
Diffstat (limited to 'scripts/linux-build-dependencies.sh')
-rwxr-xr-x | scripts/linux-build-dependencies.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/linux-build-dependencies.sh b/scripts/linux-build-dependencies.sh index a5e2bcc..be678d3 100755 --- a/scripts/linux-build-dependencies.sh +++ b/scripts/linux-build-dependencies.sh @@ -268,6 +268,7 @@ build_eigen() make install } + OPENSCADDIR=$PWD if [ ! -f $OPENSCADDIR/openscad.pro ]; then echo "Must be run from the OpenSCAD source root directory" @@ -329,7 +330,7 @@ fi build_eigen 3.1.1 build_gmp 5.0.5 build_mpfr 3.1.1 -build_boost 1.50.0 +build_boost 1.47.0 # NB! For CGAL, also update the actual download URL in the function build_cgal 4.0.2 build_glew 1.7.0 |