Skip to content

Commit

Permalink
openimageio: Blacklist clang<800 for TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
cjones051073 committed May 17, 2020
1 parent 4cc4966 commit 8f773ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graphics/openimageio/Portfile
Expand Up @@ -27,6 +27,8 @@ compiler.cxx_standard 2011
# http://lists.llvm.org/pipermail/llvm-bugs/2013-November/031552.html
# Seen on OSX 10.9 and older.
compiler.blacklist-append {clang < 700}
# error: thread-local storage is not supported for the current target
compiler.blacklist-append {clang < 800}

github.master_sites ${github.homepage}/archive
distname Release-${version}
Expand Down

0 comments on commit 8f773ff

Please sign in to comment.