File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 - run : |
1616 sudo apt-get install -y libboost1.74-all-dev libmpfr-dev libgmp-dev cmake wget unzip clang libstdc++-11-dev
1717 wget https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1-library.tar.xz
18- wget https://gitlab.com/SFCGAL/SFCGAL/-/archive/v1.5 .0/SFCGAL-v1.5 .0.zip
18+ wget https://gitlab.com/SFCGAL/SFCGAL/-/archive/v2.0 .0/SFCGAL-v2.0 .0.zip
1919 tar -xf CGAL-5.6.1-library.tar.xz
20- unzip SFCGAL-v1.5 .0.zip
20+ unzip SFCGAL-v2.0 .0.zip
2121 cd CGAL-5.6.1 && cmake . && sudo make install && cd ..
2222 cd $(ls -d */ | grep SFC) && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install && cd ..
2323 - run : cargo test --all-features
Original file line number Diff line number Diff line change 2020 - run : |
2121 sudo apt-get install -y libboost1.74-all-dev libmpfr-dev libgmp-dev cmake wget unzip clang libstdc++-11-dev
2222 wget https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1-library.tar.xz
23- wget https://gitlab.com/SFCGAL/SFCGAL/-/archive/v1.5 .0/SFCGAL-v1.5 .0.zip
23+ wget https://gitlab.com/SFCGAL/SFCGAL/-/archive/v2.0 .0/SFCGAL-v2.0 .0.zip
2424 tar -xf CGAL-5.6.1-library.tar.xz
25- unzip SFCGAL-v1.5 .0.zip
25+ unzip SFCGAL-v2.0 .0.zip
2626 cd CGAL-5.6.1 && cmake . && sudo make install && cd ..
2727 cd $(ls -d */ | grep SFC) && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install && cd ..
2828
You can’t perform that action at this time.
0 commit comments