File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ before_install:
24
24
fi
25
25
- if $INSTALL_DEB_DEPENDECIES; then source /etc/fsl/fsl.sh; fi
26
26
- if $INSTALL_DEB_DEPENDECIES; then source /etc/afni/afni.sh; fi
27
+ # Install vtk and fix numpy installation problem
28
+ # Fix numpy problem: https://github.com/enthought/enable/issues/34#issuecomment-2029381
27
29
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then travis_retry sudo apt-get install -qq libx11-dev swig;
28
- # Fix numpy problem: https://github.com/enthought/enable/issues/34#issuecomment-2029381
29
- echo '[x11]' >> $HOME/.numpy-site.cfg;
30
+ echo '[x11]' >> $HOME/.numpy-site.cfg;
30
31
echo 'library_dirs = /usr/lib64:/usr/lib:/usr/lib/x86_64-linux-gnu' >> $HOME/.numpy-site.cfg;
31
32
echo 'include_dirs = /usr/include:/usr/include/X11' >> $HOME/.numpy-site.cfg;
32
33
fi
You can’t perform that action at this time.
0 commit comments