<pre style='margin:0'>
Takeshi Enomoto (tenomoto) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e0e73770f91a080c054c3d73e388c459f142517c">https://github.com/macports/macports-ports/commit/e0e73770f91a080c054c3d73e388c459f142517c</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 e0e73770f91 mlpack: fixed a bug in CMake arguments
</span>e0e73770f91 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e0e73770f91a080c054c3d73e388c459f142517c
</span>Author: tenomoto <takeshi@macports.org>
AuthorDate: Wed Jul 21 13:59:13 2021 +0900

<span style='display:block; white-space:pre;color:#404040;'>    mlpack: fixed a bug in CMake arguments
</span>---
 math/mlpack/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mlpack/Portfile b/math/mlpack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 97115b87936..47d4672bb81 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mlpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mlpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,6 @@ configure.args-append \
</span>                     -DISABLE_DOWNLOADS=ON \
                     -DARMADILLO_INCLUDE_DIR=${prefix}/include \
                     -DARMADILLO_LIBRARY=${prefix}/lib/libarmadillo.dylib \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -ENSMALLEN_INCLUDE_DIR=${prefix}/include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DENSMALLEN_INCLUDE_DIR=${prefix}/include
</span> 
 build.target        ""
</pre><pre style='margin:0'>

</pre>