| 210 | |
| 211 | |
| 212 | |
| 213 | # Hopefully can get rid of this soon |
| 214 | |
| 215 | platform darwin 12 { |
| 216 | configure.args-delete --with-blas="-framework vecLib" --with-lapack="-framework vecLib" |
| 217 | configure.args-append --without-blas --without-lapack |
| 218 | ui_msg "Temporary Mountain Lion issue: using builtin lapack" |
| 219 | } |
| 220 | |
| 221 | if {[variant_isset gcc45] || [variant_isset gcc46]} { |
| 222 | if {${os.platform} == "darwin" && ${os.major} == 12} { |
| 223 | ui_error "This version of the R-framework port does not compile with gcc45 or gcc46 on Mountain Lion" |
| 224 | return -code error "incompatible variant" |
| 225 | } |
| 226 | } |
| 227 | |
| 228 | |