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

Compile everything with meson #36524

Merged
merged 283 commits into from
Oct 26, 2024
Merged

Compile everything with meson #36524

merged 283 commits into from
Oct 26, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    781f001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0152168 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    119fcfa View commit details
    Browse the repository at this point in the history
  2. fix test command in ci

    tobiasdiez authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0760fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    573b569 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f25cbfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eaa267f View commit details
    Browse the repository at this point in the history
  6. More meson files

    tobiasdiez authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5930aff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e650614 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Add interpreters

    tobiasdiez authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    100a35d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e28f54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72799e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0acc6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbe7b15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    111b145 View commit details
    Browse the repository at this point in the history
  7. Fix matrix

    tobiasdiez authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c279072 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a993e90 View commit details
    Browse the repository at this point in the history
  9. Last set of meson files

    tobiasdiez authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8accfbd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9db105f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. cleanup

    tobiasdiez authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d3aaee7 View commit details
    Browse the repository at this point in the history
  2. fix ci

    tobiasdiez authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2486d99 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    3e5f3c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. improve docs

    tobiasdiez authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3990cc0 View commit details
    Browse the repository at this point in the history
  2. git ignore old so files

    tobiasdiez authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d8c04cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c27aa7b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. remove outdated comment

    tobiasdiez authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f0cbcfe View commit details
    Browse the repository at this point in the history
  2. remove gmpxx in symbolic

    tobiasdiez authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    e70b24e View commit details
    Browse the repository at this point in the history
  3. fix a few runtime errors

    tobiasdiez authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    4519e18 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    f5cc9d6 View commit details
    Browse the repository at this point in the history
  2. Properly compile dynamics

    tobiasdiez authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e4afb29 View commit details
    Browse the repository at this point in the history
  3. properly compile sat

    tobiasdiez authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    c0e6c59 View commit details
    Browse the repository at this point in the history
  4. ci: run tests

    tobiasdiez authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    eaa04d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Fix a few runtime errors

    tobiasdiez authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    44d7498 View commit details
    Browse the repository at this point in the history
  2. Add missing singular dependencies

    Co-authored-by: Michael Orlitzky <[email protected]>
    tobiasdiez and orlitzky authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9d5afd3 View commit details
    Browse the repository at this point in the history
  3. Drop bogus ginac depencency

    Sage needs pynac (a fork of ginac), but it doesn't need ginac itself. To avoid potential problems, we drop ginac from the list o dependencies. This requires us to set inc_pynac to "ginac" (the name of the pynac directory) so that the build can find its headers.
    
    Co-authored-by: Michael Orlitzky <[email protected]>
    tobiasdiez and orlitzky authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dec2e02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    310975e View commit details
    Browse the repository at this point in the history
  5. Remove dependency on sagemath#36489

    which is blocked for stupid reasons
    tobiasdiez authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1c1bfa3 View commit details
    Browse the repository at this point in the history
  6. fix farey compilation

    tobiasdiez authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7727ab1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a6d93b View commit details
    Browse the repository at this point in the history
  8. Fix farey compilation

    tobiasdiez authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d700f64 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c60c866 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    edcdb2a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93d9000 View commit details
    Browse the repository at this point in the history
  12. Another try to fix farey

    tobiasdiez authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    903c79b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cdc880f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d689cb View commit details
    Browse the repository at this point in the history
  15. Fix farey import error

    tobiasdiez authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    37a67ab View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    3cee517 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    395c310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63beef View commit details
    Browse the repository at this point in the history
  3. Git-ignore all builddirs

    tobiasdiez authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    49fa87b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82c5f2b View commit details
    Browse the repository at this point in the history
  5. Readd a few all imports

    tobiasdiez authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8453c1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97053a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efe272c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17888c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    946ef70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0189df5 View commit details
    Browse the repository at this point in the history
  11. Fix glpk import error

    tobiasdiez authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ef0ba56 View commit details
    Browse the repository at this point in the history
  12. Fix arb runtime error

    tobiasdiez authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    56e1d8d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Add missing init file

    tobiasdiez authored Nov 18, 2023
    Configuration menu
    Copy the full SHA
    1199bcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5759c28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4988ff View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    bd9fd26 View commit details
    Browse the repository at this point in the history
  2. cleanup ci

    tobiasdiez authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    592e2f4 View commit details
    Browse the repository at this point in the history
  3. install ext_data

    tobiasdiez authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    4f5b91b View commit details
    Browse the repository at this point in the history
  4. Don't fail fast in ci

    tobiasdiez authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    7a5c83e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c00b92f View commit details
    Browse the repository at this point in the history
  6. Add a few missing headers

    tobiasdiez authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b391063 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. correctly specify version

    tobiasdiez authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b78557d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353b989 View commit details
    Browse the repository at this point in the history
  3. Install more headers

    tobiasdiez authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    46dbc4f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Readd init files

    tobiasdiez authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d328913 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    tobiasdiez authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    817c49c View commit details
    Browse the repository at this point in the history
  3. Fix linter

    tobiasdiez authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b5ffbe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    fef4acf View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    41a9f0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f001d1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db94088 View commit details
    Browse the repository at this point in the history
  4. update meson files

    tobiasdiez authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4698e07 View commit details
    Browse the repository at this point in the history
  5. fix bernmm compilation

    /opt/conda/envs/sage-dev/x86_64-conda-linux-gnu/include/c++/12.3.0/bits/stl_tree.h:772:15: error: static assertion failed: comparison object must be invocable as const
      772 |               is_invocable_v<const _Compare&, const _Key&, const _Key&>,
      /opt/conda/envs/sage-dev/x86_64-conda-linux-gnu/include/c++/12.3.0/bits/stl_tree.h:772:15: note: 'std::is_invocable_v<const bernmm::Item_cmp&, bernmm::Item* const&, bernmm::Item* const&>' evaluates to false
    tobiasdiez authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1adecdb View commit details
    Browse the repository at this point in the history
  6. fix missing python file

    tobiasdiez authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    56f3394 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    c9f9948 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    7205317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e5d73e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    7851141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e39f031 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    f74c257 View commit details
    Browse the repository at this point in the history
  2. Fix build error

    tobiasdiez authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    36a8e75 View commit details
    Browse the repository at this point in the history
  3. cleanup

    tobiasdiez authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b468af3 View commit details
    Browse the repository at this point in the history
  4. Remove explicit file names from docs

    Reason: Cython uses the working dir to relativize the file name (see https://github.com/cython/cython/blob/2f93a5f92a80352e72f5fa9679fd282cb7a497ad/Cython/Compiler/Scanning.py#L199-L200), but meson runs the compilation from a temporary folder (https://github.com/mesonbuild/meson/blob/e991c4d45460c09e5eaee6cb1041edb95d1e990e/mesonbuild/compilers/compilers.py#L832-L879). Hence this the file name relatization is not working.
    tobiasdiez authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    95ed032 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    4280f5d View commit details
    Browse the repository at this point in the history
  2. Update meson file of sets

    tobiasdiez authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d19ce80 View commit details
    Browse the repository at this point in the history
  3. Revert "Remove old warning about sage.gaprc"

    This reverts commit 395c310.
    tobiasdiez authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    192c26b View commit details
    Browse the repository at this point in the history
  4. fix farey header import

    tobiasdiez authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    88b6edd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cea7fd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2440c7 View commit details
    Browse the repository at this point in the history
  7. Install missing directory

    tobiasdiez authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    88b8b47 View commit details
    Browse the repository at this point in the history
  8. fix failing test

    tobiasdiez authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9879646 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e44f4f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a5a8da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ab5f9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2fe2862 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    580e14d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76dfa79 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    7891c11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff68103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8793852 View commit details
    Browse the repository at this point in the history
  4. Cleanup meson files

    tobiasdiez authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    f930634 View commit details
    Browse the repository at this point in the history
  5. Update documentation

    tobiasdiez authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    866000e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbef9cc View commit details
    Browse the repository at this point in the history
  7. Use ccache action

    tobiasdiez authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    1174548 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52f0032 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76c36e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad1b8a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    482dd0d View commit details
    Browse the repository at this point in the history
  12. Fix ccache-action version

    tobiasdiez authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    7943da6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e8ae9cf View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    634512b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c47bcd View commit details
    Browse the repository at this point in the history
  3. Fix ccache restore key

    tobiasdiez authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    46bc6b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    d823087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4bcaf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Update flint meson file

    tobiasdiez authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    37e9d49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ef94d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    0a4c97d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    7ceba8a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    ae4571d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d0cbe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30c7049 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d8b2d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    dc24eaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dacc419 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    be36e74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a89c45 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    6b14ccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087df3f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. update cython files

    tobiasdiez authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e866cbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf0c7f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    911e714 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    57b8a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b578c77 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Revert "Try to fix doctest on macos"

    This reverts commit 57b8a9e.
    tobiasdiez authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d2c8520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f538e1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71396c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    c4f21dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae9fb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    e509b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62bf19f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e7a899 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d129c03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    434225c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    3fbe6a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1acf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b26b887 View commit details
    Browse the repository at this point in the history
  4. Fix compilation (arb)

    tobiasdiez authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e435308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c83cc2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1e41c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d5f088 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    0913750 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    765c5b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    159d350 View commit details
    Browse the repository at this point in the history
  3. Cleanup workflow

    tobiasdiez authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e036436 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    020cb40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b2d76f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c21bc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16d8234 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11cb41c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8e3a18 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    tobiasdiez authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    861506a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d62950 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    757932f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73c840a View commit details
    Browse the repository at this point in the history
  14. Add fallback for gap

    tobiasdiez authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    3819a6e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ee096c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    614ad77 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    a048c2a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    cf571d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    49dc635 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    3b1c99d View commit details
    Browse the repository at this point in the history
  2. update meson files

    tobiasdiez authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e3b9006 View commit details
    Browse the repository at this point in the history
  3. Autogenerate init files

    tobiasdiez authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cdc5efb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77b279f View commit details
    Browse the repository at this point in the history
  5. Fix build

    tobiasdiez authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    65c08c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d11815a View commit details
    Browse the repository at this point in the history
  7. fix conda env

    tobiasdiez authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5dfe3a5 View commit details
    Browse the repository at this point in the history
  8. fix tests

    tobiasdiez authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a8f321b View commit details
    Browse the repository at this point in the history
  9. fix macos ci

    tobiasdiez authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    01c801f View commit details
    Browse the repository at this point in the history
  10. downgrade meson-python

    tobiasdiez authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    81dc33d View commit details
    Browse the repository at this point in the history
  11. fix ci

    tobiasdiez authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3ff0f36 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. fix jinja error

    tobiasdiez authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    366987c View commit details
    Browse the repository at this point in the history
  2. ignore build dir

    tobiasdiez authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    587ed3b View commit details
    Browse the repository at this point in the history
  3. clarify build isolation

    tobiasdiez authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ed10289 View commit details
    Browse the repository at this point in the history
  4. fix import

    tobiasdiez authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    8e34075 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    734e0fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd13fd4 View commit details
    Browse the repository at this point in the history
  7. try to fix import

    tobiasdiez authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c942abe View commit details
    Browse the repository at this point in the history
  8. fix sage.all import

    tobiasdiez authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ca168d8 View commit details
    Browse the repository at this point in the history
  9. fix tests

    tobiasdiez authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    bf97775 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45e8af6 View commit details
    Browse the repository at this point in the history
  11. fix classic build

    tobiasdiez authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b4cd883 View commit details
    Browse the repository at this point in the history
  12. fix import

    tobiasdiez authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    2a9cd0e View commit details
    Browse the repository at this point in the history
  13. Revert "fix import"

    This reverts commit 2a9cd0e.
    tobiasdiez authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    40c9f3d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    f51e83c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    17e1076 View commit details
    Browse the repository at this point in the history
  2. unignore a meson.build file

    dimpase committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    f30e93b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    f157a35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6035173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae996ad View commit details
    Browse the repository at this point in the history
  4. remove duplicate iml dep

    tobiasdiez authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e2c1f8b View commit details
    Browse the repository at this point in the history
  5. remove unused subproject

    tobiasdiez authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a6beefa View commit details
    Browse the repository at this point in the history
  6. cleanup subprojects

    tobiasdiez authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9830859 View commit details
    Browse the repository at this point in the history
  7. check for homfly header

    tobiasdiez authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8f72313 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c82c1ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c590f5c View commit details
    Browse the repository at this point in the history
  10. fix imports in tests

    tobiasdiez authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bcdcb8a View commit details
    Browse the repository at this point in the history
  11. Revert "improve numpy dependency discovery"

    This reverts commit ae996ad.
    tobiasdiez authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cb797be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1ba15a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    451f405 View commit details
    Browse the repository at this point in the history
  14. reformat meson files

    tobiasdiez authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f5d64cf View commit details
    Browse the repository at this point in the history
  15. improve meson update tool

    tobiasdiez authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    06e4dbe View commit details
    Browse the repository at this point in the history
  16. fix compilation

    tobiasdiez authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e96d54d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e78e19b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c33134b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4048c75 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e6d4f1a View commit details
    Browse the repository at this point in the history
  21. src/sage/libs/giac/meson.build: build extension only if libgiac is found

    The giac package is already marked optional, but it isn't really
    optional because the cython extension can't be built without libgiac.
    Now, the extension will be skipped if giac is absent. Recent changes
    in sagelib have made this feasible.
    orlitzky committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    3c61736 View commit details
    Browse the repository at this point in the history
  22. src/sage/plot/plot3d/meson.build: depend on interpreters

    The file parametric_surface.pyx cimports Wrapper_rdf from
    sage.ext.interpreters.wrapper_rdf. If the interpreters have not yet
    been built, the build can fail here. We split parametric_surface.pyx
    from the other plot3d extensions, and add the extra dependency only
    for the extension (parametric_surface.pyx) that needs it.
    orlitzky committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0b82587 View commit details
    Browse the repository at this point in the history
  23. meson.build: add "check: true" for the command that creates __init__.py

    Meson warns about this when the "check" keyword is absent,
    
      WARNING: You should add the boolean check kwarg to the run_command call.
               It currently defaults to false,
               but it will default to true in future releases of meson.
               See also: mesonbuild/meson#9300
    
    and the command should indeed succeed, so we now pass "check: true" to
    run_command().
    orlitzky committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4933a6c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix tests

    tobiasdiez authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8688aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f9a1c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26f037f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46f490f View commit details
    Browse the repository at this point in the history
  5. fix build

    tobiasdiez authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f9ba8d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43bb980 View commit details
    Browse the repository at this point in the history
  7. try with absolute import

    tobiasdiez authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    45dabec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e57348d View commit details
    Browse the repository at this point in the history
  9. fix more autogen tests

    tobiasdiez authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ef630f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43c6952 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. use newer action

    dimpase committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    233d350 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    658b25a View commit details
    Browse the repository at this point in the history
  2. improve docs

    tobiasdiez authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e39a130 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad2253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2297338 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix documentation

    tobiasdiez authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    93be190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a980b66 View commit details
    Browse the repository at this point in the history
  3. properly copy sage.gaprc

    tobiasdiez authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d912171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc5af68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7533a4e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. add all pxd files

    tobiasdiez authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2bf9a09 View commit details
    Browse the repository at this point in the history