Skip to content

Missing bin directory on Windows / Digraphs is not pre-compiled when distributed with GAP for Windows #138

@nagygp

Description

@nagygp

It seems that neither the gap-4.9.3.exe, nor the gap-4.9.3-win.zip file does contain the directory ./pkg/digraphs-0.12.2/bin.

 ┌───────┐   GAP 4.9.3 of 05-Sep-2018
 │  GAP  │   https://www.gap-system.org
 └───────┘   Architecture: i686-pc-cygwin-default32
 Configuration:  gmp 6.0.0, readline
 Loading the library and packages ...
 Packages:   AClib 1.3, Alnuth 3.1.0, AtlasRep 1.5.1, AutPGrp 1.10, Browse 1.8.8, CRISP 1.4.4, Cryst 4.1.17,
             CrystCat 1.1.8, CTblLib 1.2.2, FactInt 1.6.2, FGA 1.4.0, GAPDoc 1.6.1, IO 4.5.2, IRREDSOL 1.4,
             LAGUNA 3.9.0, Polenta 1.3.8, Polycyclic 2.14, PrimGrp 3.3.1, RadiRoot 2.8, ResClasses 4.7.1,
             SmallGrp 1.3, Sophus 1.24, SpinSym 1.5, TomLib 1.2.6, TransGrp 2.0.4, utils 0.57
 Try '??help' for help. See also '?copyright', '?cite' and '?authors'
gap> LoadPackage("digraphs");
#I  Digraphs package is not available. To see further details, enter
#I  SetInfoLevel(InfoPackageLoading,4); and try to load the package again.
fail
gap> SetInfoLevel(InfoPackageLoading,4);
gap> LoadPackage("digraphs");
#I  Digraphs: entering LoadPackage
#I  Digraphs: PackageAvailabilityInfo for version 0.12.2
#I  Digraphs: the kernel module is not compiled,
#I            the package cannot be loaded.
#I  Digraphs: PackageAvailabilityInfo: the AvailabilityTest function returned fail
#I  Digraphs: PackageAvailabilityInfo: no installed version fits
#I  Digraphs: return from LoadPackage, package is not available
fail
gap>

The effect is that on Windows, Digraphs cannot be loaded "out of the box".

Metadata

Metadata

Labels

resolvedA label for issues that are resolved, but not yet closed for some reason.wontfixA label for issues that we won't fix for whatever reason, no offence intended.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions