<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/8ed9408335d92b588d737e24e45bd6f15a3247f9">https://github.com/macports/macports-ports/commit/8ed9408335d92b588d737e24e45bd6f15a3247f9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8ed9408335d92b588d737e24e45bd6f15a3247f9
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Sun Sep 15 21:19:05 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> R-RMVL: update to 1.1.0.1
</span>---
R/R-RMVL/Portfile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/R/R-RMVL/Portfile b/R/R-RMVL/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2e2760017fb..ba79d962913 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/R/R-RMVL/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/R/R-RMVL/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem 1.0
PortGroup R 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-R.setup cran volodya31415 RMVL 1.1.0.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+R.setup cran volodya31415 RMVL 1.1.0.1
</span> revision 0
categories-append math
maintainers {@barracuda156 gmail.com:vital.had} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,13 +11,14 @@ license LGPL-2.1
</span> description Mappable vector library for handling large datasets
long_description Mappable vector library provides convenient way to access large datasets.
homepage https://github.com/volodya31415/RMVL
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums rmd160 42b7cc13a5fc3d1b53bb176c47f582312a0fb4da \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 ced8d88c80f745672ff768e35522d3ff27cbf02644c4c8d5b093448c1eddd7bb \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 96759
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 87bbdb15bc54d947d05db993638cc847e580bf38 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 56c2c4b7d0efe764d82067538d70c5aa8a518afbf9a0633792e32c1333b99e8f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 96491
</span>
# On 32-bit there is a warning during the build:
# RlibMVL.c:1165:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
# 1165 | offset=(LIBMVL_OFFSET64)&(mvl_vector_data(vec));
# | ^
# However, all tests pass successfully.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/volodya31415/RMVL/issues/1
</span> test.run yes
</pre><pre style='margin:0'>
</pre>