ctuning / ck-math

Collective Knowledge packages for various mathematical libs to be plugged into portable and customizable CK research workflows:
https://github.com/ctuning/ck/wiki/Portable-workflows
BSD 3-Clause "New" or "Revised" License
37 stars 9 forks source link

Broken link for lib-eigen-src-3.3.4 #41

Open phesse001 opened 3 years ago

phesse001 commented 3 years ago

The package lib-eigen-src-3.3.4 cannot be downloaded with ck because the link in the meta.cm, "PACKAGE_URL": "http://bitbucket.org/eigen/eigen/get" seems to no longer be active.

gfursin commented 3 years ago

Hi @phesse001 . I believe I fixed it. Can you please pull this repo and try again?

ck pull repo:ck-math
ck install package:lib-eigen-src-3.3.4

Thanks!

phesse001 commented 3 years ago

It worked, however after installing, this line in the meta: "PACKAGE_SUB_DIR": "eigen-3.3.4-3dc3a0ea2d0773af4c0ffd7bbcb21c608e28fcef$" made it fail with CK error: [program] software not found in the specified path. Is there a reason for this higher level dir? After copying the contents inside eigen-3.3.4-3dc3a0ea2d0773af4c0ffd7bbcb21c608e28fcef and deleting eigen-3.3.4-3dc3a0ea2d0773af4c0ffd7bbcb21c608e28fcef it worked

gfursin commented 3 years ago

Oh, yes, sorry. I mixed up the path. I fixed that too. Hopefully should work now ;) ...