<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6bfe70c3b1071b56254245587d2ef39ce50f60a2">https://github.com/macports/macports-ports/commit/6bfe70c3b1071b56254245587d2ef39ce50f60a2</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 6bfe70c3b10 HiGHS: update to 1.7.1
</span>6bfe70c3b10 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6bfe70c3b1071b56254245587d2ef39ce50f60a2
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Thu Jun 13 01:46:20 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> HiGHS: update to 1.7.1
</span>---
math/HiGHS/Portfile | 15 +++++++++------
1 file changed, 9 insertions(+), 6 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 200d05b3d13..8f4f3d0c4ed 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.7.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup ERGO-Code HiGHS 1.7.1 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 60593e008741b575e0edd399b58a9a30a43ed29a \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 d10175ad66e7f113ac5dc00c9d6650a620663a6884fbf2942d6eb7a3d854604f \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 2099812
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 beb4160f3d1e8b88f81053b2404c9245bb7299cf \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 65c6f9fc2365ced42ee8eb2d209a0d3a7942cd59ff4bd20464e195c433f3a885 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 2178179
</span> github.tarball_from archive
if {${os.major} < 13} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,8 +41,11 @@ compiler.blacklist-append \
</span> compilers.setup require_fortran
configure.args-append -DBUILD_TESTING=ON \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -DFORTRAN=ON \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- -DSHARED=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DBUILD_SHARED_LIBS=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DFORTRAN=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/ERGO-Code/HiGHS/issues/1801
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
</span>
if {[string match *gcc* ${configure.compiler}]} {
# ___atomic_fetch_add_8, ___atomic_compare_exchange_8, ___atomic_store_8, ___atomic_load_8, ___atomic_fetch_xor_8
</pre><pre style='margin:0'>
</pre>