<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/8c8767faa3bd65be9d56cf964e016e2992a69ef0">https://github.com/macports/macports-ports/commit/8c8767faa3bd65be9d56cf964e016e2992a69ef0</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 8c8767f vecLibFort: avoid build error due to libuuid
</span>8c8767f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 8c8767faa3bd65be9d56cf964e016e2992a69ef0
</span>Author: Takeshi Enomoto <takeshi@macports.org>
AuthorDate: Fri Jan 3 09:25:14 2020 +0900
<span style='display:block; white-space:pre;color:#404040;'> vecLibFort: avoid build error due to libuuid
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/59897
</span>---
devel/vecLibFort/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/vecLibFort/Portfile b/devel/vecLibFort/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d009ae3..5e4e973 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/vecLibFort/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/vecLibFort/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span>
PortSystem 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup conflicts_build 1.0
</span>
github.setup mcg1969 vecLibFort 0.4.2
categories devel math science
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,6 +15,7 @@ long_description \
</span> the incompatibilities between the Accelerate/vecLib \
BLAS and LAPACK libraries shipped with Mac OS X and \
FORTRAN code compiled with modern compilers such as GNU Fortran.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts_build libuuid
</span>
checksums rmd160 e6271804608ef6fa0dfb67397d1dec2fc86b0671 \
sha256 47ffed7fc41e5ea2263c3343c3fb5199fb1fefae2351f945897124d5c9eaef51
</pre><pre style='margin:0'>
</pre>