Setting up the development environment for Semigroups. #1174
-
|
What was the process again for getting the development environment for semigroups? Willing to go over it before Wednesday's meeting too. I recall being able to use the package manager to get a copy of this repository with libsemigroups so that when I use git in that repository it has the correct version of libsemigroups with its files ignored in git and I can use it as an up-to-date fork of semigroups. I may answer my own question before the Wednesday meeting and if I do, I will post a step-by-step process of how to set up the development environment. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Here is my work around: I am unsure if answering "y" will cause it to find the renamed folder and overwrite what is there. |
Beta Was this translation helpful? Give feedback.
Here is my work around:
The package manager in gap can install a package from a github website link followed by .git
InstallPackage("https://github.com/semigroups/Semigroups.git")However, this seems to always install into .gap/pkg/Semigroups. Inside this directory is a weird error I found and I want to investigate it later, so before installing the new package I renamed the folder currently inside .gap/pkg/Semigroups to .gap/pkg/Semigroups-weird-error-version-5.6.1.
However, even after renaming the folder and running the installation command I got
I am u…