This is a(n):
Details:
Someone have a look why the C build is failing. One of the packages that is being installed does not have a SHA256 sign, which is now enforced by apt-get. Find out which package is it, and replace it with appropriate package.
https://stackoverflow.com/a/44829100 might help.
I wanna work on this issue.
Of course, go for it. 馃憤
@InfiniteCoder Can you please clarify a bit more, because in project root directory there is building shell file for cpp(c++), and that's also having problem since in that file last line takes too many arguments for cd-command which is buggy and not required. I would be raising issue for the same soon.
So please clarify about which c building is failing.
@sakshee-19 This one https://travis-ci.org/OpenGenus/cosmos/jobs/339427552
I have fixed the issue with make picking up libgraph source.
We now have a actual compile error from the build for a c module that was authored for cosmos.
sleep_sort.c will only compile in a windows dev environment.
I recommend creating a new issue for fixing sleep_sort.c and closing this issue out.
@thatguy227 You should mention this issue in your pull request.
Most helpful comment
I wanna work on this issue.