You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dependency on yodl tools and remove ccache-swig man page
Use the CCache.html docs instead of the ccache-swig man page.
The yodl2man and yodl2html tools are no longer used and so SWIG no
longer has a dependency on these packages which were required when
building from git.
Closesswig#286Closesswig#128
# make install doesn't work on os x due to missing yodl2man
205
-
- if test -z "$SWIGLANG" -a "$TRAVIS_OS_NAME" = "linux"; then sudo make -s install && swig -version && ccache-swig -V; fi
204
+
- if test -z "$SWIGLANG"; then sudo make -s install && swig -version && ccache-swig -V; fi
206
205
- echo -en 'travis_fold:end:script.2\\r'
207
206
# Stricter compile flags for examples. Various headers and SWIG generated code prevents full use of -pedantic.
208
207
- if test -n "$SWIGLANG"; then cflags=$($TRAVIS_BUILD_DIR/Tools/testflags.py --language $SWIGLANG --cflags --std=$CSTD --compiler=$CC) && echo $cflags; fi
0 commit comments