Skip to content

Commit

Permalink
cloog: put warning in pre-test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed Feb 17, 2017
1 parent e04b5cd commit eb28946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devel/cloog/Portfile
Expand Up @@ -52,7 +52,9 @@ configure.args-append --disable-silent-rules \

subport cloog {
variant osl description {Build with OpenScop support (causes tests to fail)} {
ui_warn "This variant causes tests to fail"
pre-test {
ui_warn "osl variant causes tests to fail"
}
depends_lib-append port:openscop
configure.args-replace --with-osl=no --with-osl=system
}
Expand Down

0 comments on commit eb28946

Please sign in to comment.