diff options
| author | Adam Vandenberg | 2013-01-20 16:50:31 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-20 16:50:39 -0800 |
| commit | 3cfe0f147c689610932e6ddd4be470ce50d6c881 (patch) | |
| tree | 5073ec41026624fe18ce188165b0b6916a46e503 /Library/Formula | |
| parent | 5e280639f3a52cb0b1d0e0a4b2d528ee1d49b9f4 (diff) | |
| download | homebrew-3cfe0f147c689610932e6ddd4be470ce50d6c881.tar.bz2 | |
pxz: requires openmp, not available in clang
Closes #16227.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pxz.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/pxz.rb b/Library/Formula/pxz.rb index 8a590c215..9226853a2 100644 --- a/Library/Formula/pxz.rb +++ b/Library/Formula/pxz.rb @@ -8,6 +8,11 @@ class Pxz < Formula depends_on 'xz' + fails_with :clang do + build 421 + cause "pxz requires OpenMP support" + end + def patches DATA # Fixes usage of MAP_POPULATE for mmap (linux only) end |
