You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of the armadillo file is no longer supported. Even if you extract and write checksum using another version, it says that it does not fit in hexadecimal. Please tell me how to use other versions and the available version
The text was updated successfully, but these errors were encountered:
I had a problem similar to this recently and found that what worked was
download armadillo tar file. Install locally, obtain the sha256 add that
and new path to the workspace file and give it a try.
Here is my modified header with armadillo 14.0.3. good luck. I haven't
tried in a couple of days so it might be a recent issue but this worked 3
weeks ago for me.
Download the armadillo file form location, add the headers to the workspace
be aware that you might need to change the sha256. You need to convert the
one in armadillo download site
http_archive(
name = "armadillo_headers",
build_file_content = """
cc_library(
name = "armadillo_header",
hdrs = glob(["include/armadillo", "include/armadillo_bits/*.hpp"]),
includes = ["include/"],
visibility = ["//visibility:public"],
)
""",
sha256 =
"ebd6215eeb01ee412fed078c8a9f7f87d4e1f6187ebcdc1bc09f46095a4f4003", #
Correct SHA-256 checksum for Armadillo 14.0.3
strip_prefix = "armadillo-14.0.3",
urls = ["
https://sourceforge.net/projects/arma/files/armadillo-14.0.3.tar.xz"],
)
Rodrigo Sanchez-Pizani
Sent from Pixel XL
Please accept apologies for brevity and spelling
On Thu, 12 Dec 2024, 08:49 mahyoseung, ***@***.***> wrote:
The version of the armadillo file is no longer supported. Even if you
extract and write checksum using another version, it says that it does not
fit in hexadecimal. Please tell me how to use other versions and the
available version
—
Reply to this email directly, view it on GitHub
<#126>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJI6NJRHC7XYRNP2ARY7DPL2FFEZ7AVCNFSM6AAAAABTPILZYGVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTKMRVGYYTINQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
The version of the armadillo file is no longer supported. Even if you extract and write checksum using another version, it says that it does not fit in hexadecimal. Please tell me how to use other versions and the available version
The text was updated successfully, but these errors were encountered: