<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/654e6b80bc254cde4320c1c44c47abd36ba2adbc">https://github.com/macports/macports-ports/commit/654e6b80bc254cde4320c1c44c47abd36ba2adbc</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 654e6b80bc2 HiGHS: update to 1.6.0
</span>654e6b80bc2 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 654e6b80bc254cde4320c1c44c47abd36ba2adbc
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Sun Oct 1 21:13:12 2023 +0800
<span style='display:block; white-space:pre;color:#404040;'> HiGHS: update to 1.6.0
</span>---
math/HiGHS/Portfile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/HiGHS/Portfile b/math/HiGHS/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 067a03214c6..cda323fdcfa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/HiGHS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/HiGHS/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup compiler_blacklist_versions 1.0
</span> PortGroup compilers 1.0
PortGroup github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup ERGO-Code HiGHS 1.5.4 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup ERGO-Code HiGHS 1.6.0 v
</span> revision 0
categories math
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -14,9 +14,9 @@ license MIT
</span> description Linear optimization software
long_description HiGHS is a high performance serial and parallel solver for large scale sparse linear optimization problems.
homepage https://ergo-code.github.io
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 81478560c4a8042d2b3c7241ad8be7732020e5e6 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 e7a7e1985afc8df57135d1eaf502ed3886ab753f904923e474fb95cb3f9b4a74 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 2042778
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 bb37dffcdeddda961f55b6627e7a09a125518e70 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 71962981566477c72c51b8b722c5df053d857b05b4f0e6869f455f657b3aa193 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 2055410
</span> github.tarball_from archive
if {${os.major} < 13} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,7 @@ platform darwin {
</span> }
compiler.cxx_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span> # Apple clang on 10.11 and below fails.
# PPC note: non_lazy_ptr bug seems to have been fixed in gcc 12.3.0. If the error resurfaces, use gcc 11 or earlier.
compiler.blacklist-append \
</pre><pre style='margin:0'>
</pre>