From cbf33f9f7c0218c54353a137ac7359631481aba8 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Thu, 15 Sep 2022 14:25:15 -0400 Subject: [PATCH] Use latest boost --- configure_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_macos.sh b/configure_macos.sh index 0d1d6e6c..7442e5f3 100755 --- a/configure_macos.sh +++ b/configure_macos.sh @@ -29,7 +29,7 @@ ensure_prereqs() { installreqs() { ensure_prereqs - brew install cmake gcc@12 python@3.8 tbb@2020 eigen gdal boost@1.76 cgal libomp + brew install cmake gcc@12 python@3.8 tbb@2020 eigen gdal boost cgal libomp brew link tbb@2020 python3.8 -m pip install virtualenv