Skip to content

Commit

Permalink
OtherPackagesLoadedInAdvance := [ [ "io", ">=4.2" ] ]
Browse files Browse the repository at this point in the history
Closes #329
  • Loading branch information
mohamed-barakat committed May 4, 2020
1 parent ef0d29b commit 2ffa65a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 4ti2Interface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Version := Maximum( [
## this line prevents merge conflicts
"2018.07.06", ## Kamal's version
## this line prevents merge conflicts
"2020.04.26", ## Mohamed's version
"2020.05.04", ## Mohamed's version
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -66,6 +66,7 @@ Dependencies := rec(
GAP := ">=4.7",
NeededOtherPackages := [ [ "io", ">=4.2" ] ],
SuggestedOtherPackages := [ [ "AutoDoc", ">=2013.08.22" ] ],
OtherPackagesLoadedInAdvance := [ [ "io", ">=4.2" ] ],
ExternalConditions := []

),
Expand Down

2 comments on commit 2ffa65a

@olexandr-konovalov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange, this did not help. I wonder if OtherPackagesLoadedInAdvance is being used...

%%% Loading 4ti2interface 2020.05.04
Error, VAL_GVAR: No value bound to IO_FindExecutable in
  ValueGlobal( "IO_FindExecutable" 
 ) at /circa/scratch/gap-jenkins/workspace/GAP-pkg-update-stable-quicktest/GAP\
COPTS/64build/GAPGMP/gmp/GAPTARGET/packagesload/label/kovacs/GAP-pkg-update-st\
able-snapshot/pkg/4ti2Interface-2020.05.04/PackageInfo.g:85 called from 

@mohamed-barakat
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, really strange.

Please sign in to comment.