- Drop upstreamed C23 patch - Add patch to fix gap binary location in the tests - Use the GAP declarative buildsystem
11 lines
348 B
Diff
11 lines
348 B
Diff
--- tst/xgap_test.g.orig 2024-02-07 16:26:14.000000000 -0700
|
|
+++ tst/xgap_test.g 2025-09-06 14:19:22.424822565 -0600
|
|
@@ -142,7 +142,7 @@ end;
|
|
XGT_Test:=function(cmd)
|
|
local GAP_cmd, GAP_dir, stream, mycmd;
|
|
|
|
- GAP_cmd := Filename(DirectoriesLibrary(""), "gap");
|
|
+ GAP_cmd := "/usr/bin/gap";
|
|
GAP_dir := DirectoryCurrent();
|
|
|
|
XGT_buf:="";
|