Skip to content

Commit

Permalink
add pybind11-dev dependency necessary for netgen-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrogan authored and yorikvanhavre committed Nov 1, 2019
1 parent 1aeea67 commit 3d7b6b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -48,14 +48,14 @@ matrix:
dist: bionic
compiler: clang
env:
- CMAKE_OPTS="-DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON"
- CMAKE_OPTS="-DPYTHON_EXECUTABLE="/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON"
- PYTHON_MAJOR_VERSION=3

- os: linux
dist: bionic
compiler: gcc
env:
- CMAKE_OPTS="-DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON"
- CMAKE_OPTS="-DPYTHON_EXECUTABLE="/usr/bin/python3 -DBUILD_FEM_NETGEN=ON -DBUILD_QT5=ON"
- PYTHON_MAJOR_VERSION=3

- os: linux
Expand Down Expand Up @@ -135,6 +135,7 @@ before_install:
libocct-visualization-dev \
libvtk7-dev \
libmedc-dev \
pybind11-dev \
swig \
qt4-qmake \
libqt4-opengl-dev \
Expand All @@ -154,7 +155,7 @@ before_install:
pyside2-tools \
doxygen \
graphviz \
netgen \
libnglib-dev \
netgen-headers \
libmetis-dev \
libspnav-dev
Expand Down

0 comments on commit 3d7b6b3

Please sign in to comment.