<pre style='margin:0'>
MarcusCalhoun-Lopez pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a7dd35dc6ba448e95839dec3efafacd88d4d42c6">https://github.com/macports/macports-ports/commit/a7dd35dc6ba448e95839dec3efafacd88d4d42c6</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new a7dd35d  hdf5: blacklist compilers without '#pragma pack()'
</span>a7dd35d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a7dd35dc6ba448e95839dec3efafacd88d4d42c6
</span>Author: mcalhoun@macports.org <mcalhoun@macports.org>
AuthorDate: Sun Aug 13 08:06:57 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    hdf5: blacklist compilers without '#pragma pack()'
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since port either builds correctly or not at all
</span>---
 science/hdf5/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/hdf5/Portfile b/science/hdf5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f225e97..beb7f71 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/hdf5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/hdf5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,6 +43,13 @@ patchfiles          patch-tools-src-misc-h5cc.in.diff
</span> # Upstream suggestion is use -O0. Clang-produced code passes all tests.
 compiler.blacklist  llvm-gcc-4.2
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# #pragma pack() results in "too many #pragma options align=reset"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append gcc-3.3 gcc-4.0 gcc-4.2 apple-gcc-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[vercmp ${xcodeversion} 4.0] < 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # configure.cxx is still /usr/bin/llvm-g++-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append clang
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Use lib/hdf5 rather than hdf5/lib plugin directory
 configure.args      --with-zlib=yes \
                     --enable-build-mode=production --disable-fortran \
</pre><pre style='margin:0'>

</pre>