Skip to content

Commit

Permalink
science/hdf5: revert change to compiler blacklist in #8ceab38545d00f7…
Browse files Browse the repository at this point in the history
…0f8f210008cd760f20cd19407. Build with gcc-3.3, gcc-4.0, gcc-4.2 is still broken
  • Loading branch information
mamoll committed Apr 9, 2018
1 parent 5728b46 commit 32b133f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/hdf5/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ patchfiles patch-tools-src-misc-h5cc.in.diff
compiler.blacklist llvm-gcc-4.2

# #pragma pack() results in "too many #pragma options align=reset"
compiler.blacklist-append apple-gcc-4.2
compiler.blacklist-append gcc-3.3 gcc-4.0 gcc-4.2 apple-gcc-4.2
if {[vercmp ${xcodeversion} 4.0] < 0} {
# configure.cxx is still /usr/bin/llvm-g++-4.2
compiler.blacklist-append clang
Expand Down

0 comments on commit 32b133f

Please sign in to comment.