-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fix extension build on linux #5
Comments
@jcfr @sjh26 could you please add this package to the build system? There are other packaging issues on linux, which I can take care of, but I don't have any way to fix the build right now. I would like to make the mybinder image refresh automatically every few days, and the simplest way to do that is to use the existing SlicerPreview packages. |
For linux, it is a matter of updating this file: Docker/qt5-centos7/Dockerfile. See Slicer/SlicerBuildEnvironment#9 That said, since
|
If we make it a prerequisite, we should put it on the main Slicer dep list rather than needing another specific step for SlicerJupyter. Considering it is hard to get software installed on HPC-like systems, I would lean a bit towards packaging. It only links libc so it should be safe enough to redistribute (at least as safe as packaging libssl). |
Looks like this is fixed? (today's build failed but looks like it was just a network issue) |
Fixed. |
On Linux platforms,
xeus
also requireslibuuid
, which is available in all linux distributions (uuid-dev
on Debian). This package should be installed on factory machines.The text was updated successfully, but these errors were encountered: