You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as GAP's PackageManager supports a version number as an optional argument of InstallPackage (see gap-packages/PackageManager/issues/60), we should change GAP.Packages.install and GAP.packages.load accordingly.
(Today I ran into the "undefined symbol" problem with the ferret package (see oscar-system/Oscar.jl/issues/262):
Version 1.0.3 was already installed, and in this situation GAP.packages.load has currently no chance to force installing version at least 1.0.5. Note that GAP.Packages.install is called in a non-interactive way, and then InstallPackage does not try to upgrade.)
Once this functionalit is available, the packages.load call in Oscar.jl/experimental/GaloisGrp/GaloisGrp.jl can be changed to GAP.Packages.load("ferret", "1.0.5", install = true).
The text was updated successfully, but these errors were encountered:
As soon as GAP's PackageManager supports a version number as an optional argument of
InstallPackage
(see gap-packages/PackageManager/issues/60), we should changeGAP.Packages.install
andGAP.packages.load
accordingly.(Today I ran into the "undefined symbol" problem with the ferret package (see oscar-system/Oscar.jl/issues/262):
Version 1.0.3 was already installed, and in this situation
GAP.packages.load
has currently no chance to force installing version at least 1.0.5. Note thatGAP.Packages.install
is called in a non-interactive way, and thenInstallPackage
does not try to upgrade.)Once this functionalit is available, the
packages.load
call inOscar.jl/experimental/GaloisGrp/GaloisGrp.jl
can be changed toGAP.Packages.load("ferret", "1.0.5", install = true)
.The text was updated successfully, but these errors were encountered: