r - Condition Makevars for Solaris -


my r package generating errors on solaris because of long lines (i.e., greater 80 character) in fortran files. able fix problem on platforms using gnu compilers following line in makevars file:

pkg_fflags=--fixed-line-length-132 

in digging around, seems solaris studio equivalent -e, easy fix if can figure out how make pkg_fflags variable conditional on build platform.

the r extensions manual shows example of conditionally setting variable on windows. can point me appropriate environment variables use equivalent solaris vs. other platforms?

i don't have solaris box test on, , nice right before taking more time cran gatekeepers.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -