Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove a bunch of files from mutable GAP root #1103

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

fingolfin
Copy link
Member

  • GAP dropped its compat mode, so we can follow suite, and not
    worry about providing a bin/$GAPARCH/gac symlink
  • no distributed GAP package still uses #include "src/compiled.h"
    so get rid of the symlink from GAPDIR/include/gap to src
  • there is no need to symlink the lib directory containing the
    libgap shared library (I am not sure why we did this at all?)
  • finally, the symlink from GAPDIR/bin/gap to gap can be removed
    as (a) that executable can't be executed directly anyway, and (b)
    all GAP packages in the distro these days find the GAP executable
    by looking its path up on sysinfo.gap

- GAP dropped its compat mode, so we can follow suite, and not
  worry about providing a `bin/$GAPARCH/gac` symlink
- no distributed GAP package still uses `#include "src/compiled.h"`
  so get rid of the symlink from `GAPDIR/include/gap` to `src`
- there is no need to symlink the `lib` directory containing the
  `libgap` shared library (I am not sure why we did this at all?)
- finally, the symlink from `GAPDIR/bin/gap` to `gap` can be removed
  as (a) that executable can't be executed directly anyway, and (b)
  all GAP packages in the distro these days find the GAP executable
  by looking its path up on `sysinfo.gap`
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.90%. Comparing base (199f11d) to head (1ea1577).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1103      +/-   ##
==========================================
- Coverage   74.94%   74.90%   -0.04%     
==========================================
  Files          55       55              
  Lines        4609     4603       -6     
==========================================
- Hits         3454     3448       -6     
  Misses       1155     1155              
Files with missing lines Coverage Δ
src/setup.jl 81.73% <ø> (-0.91%) ⬇️

@fingolfin fingolfin merged commit 54732b3 into master Dec 20, 2024
21 checks passed
@fingolfin fingolfin deleted the mh/slim-down-mutable-gaproot branch December 20, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant