<pre style='margin:0'>
David Strubbe (dstrubbe) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/59a9657833bb0c23bca01e7883b5cf5f65454936">https://github.com/macports/macports-ports/commit/59a9657833bb0c23bca01e7883b5cf5f65454936</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 59a9657 ape: Remove an unnecessary include file from installation to avoid conflict.
</span>59a9657 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 59a9657833bb0c23bca01e7883b5cf5f65454936
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Wed Jul 4 14:02:37 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> ape: Remove an unnecessary include file from installation to avoid conflict.
</span>---
science/ape/Portfile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ape/Portfile b/science/ape/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dd57da6..0f15b42 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup compilers 1.0
</span>
name ape
version 2.3.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories science
platforms darwin
license GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,7 +45,12 @@ compilers.enforce_fortran libxc4
</span> # libxc does not have universal variant, so APE cannot either
universal_variant no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Note: numerous tests will probably fail.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # avoid conflict with octopus
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ delete ${destroot}${prefix}/include/liboct_parser.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Note: a few tests may fail.
</span> test.run yes
test.target check
</pre><pre style='margin:0'>
</pre>