mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
travis: Don't install FFTW3 for CI tests
This is due to FFTW3 issue GH#130
This commit is contained in:
parent
629ada63db
commit
c6554d2c25
@ -62,7 +62,7 @@ before_install:
|
||||
install:
|
||||
- >
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
brew install python@3 eigen libtar fftw libsquish zlib ffmpeg freetype \
|
||||
brew install python@3 eigen libtar libsquish zlib ffmpeg freetype \
|
||||
bullet opencv assimp libvorbis openssl || true
|
||||
brew install ode --with-shared
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user