-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openSUSE build service and Ruby #142
Comments
Seems to work following red-data-tools/GR.rb#53 slightly different export variables needed. |
Hi gr developers! To be honest, I wasn't aware that the sciapp/gr package was distributed with the openSUSE build service until @bkmgit pointed it out. Currently, Red-data-tools distributes its own gr package, but we would like to stop distributing it in the future. However, I tried to add the openSUSE build service repository to my local Ubuntu computer, but it didn't work with some key error. I am still trying to resolve this issue. If I have any more problems I will report them to sciapp/gr. Thank you very much. |
Perhaps @cfelder knows more about these problems. |
Unfortunately the DSA1024 key inherited from the parent project science is still valid, but considered too weak by some distributions. I pointed this out by mail and bug trackers to the OBS maintainers in 2018. unfortunately the key still has not upgraded yet. You can workaround this by manually declaring the repository as trusted. I am currently on vacation. may I can ping the OBS folks again once I‘m back. Regarding the paths for libraries and so on we used to have a common prefix (grdir) in the past. I agree that for packaged versions it would make sense to change that to point to well used paths lib(64), share, ... . This would require changes in various wrappers, python, julia, and probably your ruby code. As far as I can see you already figured out how to „fix“ your ruby wrapper. We should keep you in line when applying changes to this part. I hope this sheds some light on this. Best |
Any progress on this issue? |
Fedora build on openSUSE build service seems not to be fully functional. The following example
works with a self compiled GR installation on Fedora. However, it does not work with the Fedora build from openSUSE build service. The example at https://github.com/sciapp/gr/blob/master/examples/griddata.c does compile with both.
The text was updated successfully, but these errors were encountered: