muschellij2 / extrantsr

R Package to build on ANTsR
GNU General Public License v3.0
6 stars 3 forks source link

rgl travis build fail #11

Closed avalcarcel9 closed 5 years ago

avalcarcel9 commented 5 years ago

Try adding the following line to before_install: .travis.yml:

  - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install libcgal-dev libglu1-mesa-dev mesa-common-dev; fi

this should fix the rgl glu error.

muschellij2 commented 5 years ago

Can you send a PR?

avalcarcel9 commented 5 years ago

Done and passes checks. Please accept.