Search found 3 matches

Go to advanced search

by tran.mai.ngoc
06 Jul 2018, 11:59
Forum: Helpdesk
Topic: sh: ninja: command not found
Replies: 2
Views: 6122

Re: sh: ninja: command not found

Dear Benjamin,
Sorry, I forgot to respond. Yes this works, many thanks!
For others: ninja installation was simple, I had no issues.
pacman -Ss ninja
(I saw ninja 1.8 something)
install with
pacman -S ninja
by tran.mai.ngoc
03 Apr 2018, 08:30
Forum: Helpdesk
Topic: sh: ninja: command not found
Replies: 2
Views: 6122

sh: ninja: command not found

Hi, Polymake was working fine on my computer, and then I terminated it in a terminal with Ctrl+C. Since then it does not start anymore. Error message: polymake: WARNING: Recompiling in /home/ngoc/.polymake/wrappers.0/build/Opt, please be patient... Compilation failed; see the error log below sh: nin...
by tran.mai.ngoc
04 Nov 2017, 17:04
Forum: Helpdesk
Topic: internal casting for LatticePolytope does not work in shell?
Replies: 2
Views: 5070

internal casting for LatticePolytope does not work in shell?

Hi, I'm using the online polymake https://shell.polymake.org/ I have a lattice polytope, and I need to check if it is smooth. The polytope is: $C3 = new Polytope(POINTS =>[[1,1,0,0,0,0,0,0,0,0], [1,0,0,0,0,1,0,0,0,0], [1,0,0,0,0,0,0,0,0,1], [1,1,1,0,1,1,0,0,0,0], [1,1,0,1,0,0,0,1,0,1], [1,0,0,0,0,1,...

Go to advanced search