Skip to content

Commit fae457f

Browse files
author
Clement Champetier
committed
Travis: explicitly install python3.4-dev
1 parent 52d6da4 commit fae457f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ after_failure:
7575

7676
addons:
7777
apt:
78-
sources: ['boost-latest', 'kalakris-cmake', 'kubuntu-backports', 'pythonxy-devel']
78+
sources: ['boost-latest', 'kalakris-cmake', 'kubuntu-backports', 'pythonxy-devel', 'deadsnakes']
7979
packages:
8080
- cmake
8181
- swig
@@ -84,7 +84,7 @@ addons:
8484
- python-imaging
8585
- python-numpy
8686
- python-nose
87-
- python3-dev
87+
- python3.4-dev
8888
- python3-setuptools
8989
- python3-nose
9090
- libfreetype6-dev

libraries/tuttle/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ if (TuttleBoost_FOUND)
130130
include(${SWIG_USE_FILE})
131131

132132
# Find python c libs
133+
set(Python_ADDITIONAL_VERSIONS ${TUTTLE_PYTHON_VERSION})
133134
find_package(PythonLibs ${TUTTLE_PYTHON_VERSION})
134135
set(TUTTLE_PYTHON_VERSION ${PYTHONLIBS_VERSION_STRING})
135136
include_directories(${PYTHON_INCLUDE_DIRS})

0 commit comments

Comments
 (0)