mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Attempt to fix travis build w/ CGAL
This commit is contained in:
+5
-5
@@ -15,11 +15,11 @@ install:
|
||||
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90
|
||||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
|
||||
|
||||
- sudo apt-get install -y libboost1.55-dev
|
||||
- sudo apt-get install -y libboost-regex1.55-dev
|
||||
- sudo apt-get install -y libboost-system1.55-dev
|
||||
- sudo apt-get install -y libboost-thread1.55-dev
|
||||
- sudo apt-get install -y libboost-program-options1.55-dev
|
||||
- sudo apt-get install -y libboost-dev
|
||||
- sudo apt-get install -y libboost-regex-dev
|
||||
- sudo apt-get install -y libboost-system-dev
|
||||
- sudo apt-get install -y libboost-thread-dev
|
||||
- sudo apt-get install -y libboost-program-options-dev
|
||||
- sudo apt-get install -y cmake
|
||||
- sudo apt-get install -y libicu-dev
|
||||
- sudo apt-get install -y python-all-dev
|
||||
|
||||
Reference in New Issue
Block a user