Commit 858961f 1 parent f0cabb4 commit 858961f Copy full SHA for 858961f
File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ GAP_pkg_fplsa_jll = "f51f7fb6-0f19-5db2-8aaf-495cce673bcb"
30
30
GAP_pkg_gauss_jll = " 296a3c51-2614-5f89-afa9-2c5cd84b74d9"
31
31
GAP_pkg_guava_jll = " 70456840-cd51-5d76-a902-d128bd76a730"
32
32
GAP_pkg_io_jll = " 19a9678b-966c-568e-9f2e-41ceac70c829"
33
+ GAP_pkg_json_jll = " b348cf08-4407-5d37-b307-1564396f8b07"
33
34
GAP_pkg_juliainterface_jll = " ba154793-3a7d-51ee-8800-e295b0cf7374"
34
35
GAP_pkg_kbmag_jll = " 74c39be2-f71b-5dd1-bffc-f479ee282a63"
35
36
GAP_pkg_normalizinterface_jll = " 74f4ad05-5f81-5a78-8197-4e83b84c9c17"
@@ -81,6 +82,7 @@ GAP_pkg_fplsa_jll = "100.200.600"
81
82
GAP_pkg_gauss_jll = " 202400.1100.100"
82
83
GAP_pkg_guava_jll = " 300.1900.0"
83
84
GAP_pkg_io_jll = " 400.900.100"
85
+ GAP_pkg_json_jll = " 200.200.200"
84
86
GAP_pkg_juliainterface_jll = " =0.1300.101"
85
87
GAP_pkg_kbmag_jll = " 100.500.1100"
86
88
GAP_pkg_normalizinterface_jll = " 100.300.700"
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ const gap_pkgs_with_overrides = [
23
23
# "grape" # handled via nauty_jll below
24
24
" guava"
25
25
" io"
26
+ " json"
26
27
# "jupyterkernel" # useful?
27
28
" kbmag"
28
29
" normalizinterface"
Original file line number Diff line number Diff line change 12
12
@test GAP. Packages. remove (" fga" , interactive = false )
13
13
14
14
# Test the installation of a package with a kernel extension, but without a jll
15
- # TODO : change json here to a different package and enable GAP_pkg_json_jll again
16
- @test GAP. Packages. install (" json" , interactive = false )
17
- @test GAP. Packages. load (" json" )
18
- @test GAP. Packages. remove (" json" , interactive = false )
15
+ @test GAP. Packages. install (" https://github.com/gap-packages/RegisterPackageTNUMDemo/archive/refs/tags/v0.3.tar.gz" , interactive = false )
16
+ @test GAP. Packages. load (" RegisterPackageTNUMDemo" )
17
+ # TODO : remove next line once the RegisterPackageTNUMDemo version two lines above is bumped to include https://github.com/gap-packages/RegisterPackageTNUMDemo/pull/9
18
+ @test GAP. Globals. IsKernelExtensionAvailable (GAP. Obj (" RegisterPackageTNUMDemo" ))
19
+ @test GAP. Packages. remove (" RegisterPackageTNUMDemo" , interactive = false )
19
20
20
21
# pkgdir = mktempdir()
21
22
# @test GAP.Packages.install("fga", interactive = false, pkgdir = pkgdir)
You can’t perform that action at this time.
0 commit comments