File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121# * Bruno Salvy */
2222
2323##Repositories to adapt
24- homedir:=kernelopts(homedir);
24+ homedir:=kernelopts(homedir):
2525savelibname:=cat(homedir, "/libs/"):
26- mladirname:=cat(homedir,"/libs/MSolve.mla");
26+ mladirname:=cat(homedir,"/libs/MSolve.mla"):
2727
2828# Installation
2929# Run maple once on this file (after adjusting the above repositories)
@@ -271,8 +271,7 @@ output, fd;
271271 opts):
272272 fclose(fd);
273273 lprint(str);
274- error "There has been an issue in msolve computation (see
275- /tmp/bug-call-msolve.mpl)";
274+ error "There has been an issue in msolve computation (see /tmp/bug-call-msolve.mpl)";
276275 end;
277276
278277 RemoveFiles(fname1, fname2);
@@ -964,11 +963,12 @@ end:
964963
965964end module:
966965
966+ ssystem(cat("rm -f ", mladirname)):
967967libname:=savelibname,libname:
968968ssystem(cat("mkdir -p ", savelibname)):
969- ssystem(cat("rm ", mladirname)):
970969march(`create`, mladirname);
971970savelib(`MSolve`);
971+ printf("Installed MSolve package into %s\n", mladirname):
972972
973973
974974# #Input data
You can’t perform that action at this time.
0 commit comments