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

Missing package: maxima #435

Closed
baskerville opened this issue Nov 30, 2016 · 4 comments
Closed

Missing package: maxima #435

baskerville opened this issue Nov 30, 2016 · 4 comments
Assignees

Comments

@baskerville
Copy link

No description provided.

@jperkin jperkin self-assigned this Nov 30, 2016
@jperkin
Copy link
Collaborator

jperkin commented Nov 30, 2016

For which repository?

@baskerville
Copy link
Author

Darwin.

jperkin pushed a commit that referenced this issue Jan 23, 2017
0.16.3	2016-01-14

 TEST FIXES

  * Remove racy check that relies on clock time changing between writes.
   (Jelmer Vernooij)

0.16.2	2016-01-14

 IMPROVEMENTS

  * Fixed failing test-cases on windows.
    (Koen Martens)

 API CHANGES

  * Repo is now a context manager, so that it can be easily
    closed using a ``with`` statement. (Søren Løvborg)

 TEST FIXES

  * Only run worktree list compat tests against git 2.7.0,
    when 'git worktree list' was introduced. (Jelmer Vernooij)

 BUG FIXES

  * Ignore filemode when building index when core.filemode
    is false.
    (Koen Martens)

  * Initialize core.filemode configuration setting by
    probing the filesystem for trustable permissions.
    (Koen Martens)

  * Fix ``porcelain.reset`` to respect the comittish argument.
    (Koen Martens)

  * Fix dulwich.porcelain.ls_remote() on Python 3.
    (#471, Jelmer Vernooij)

  * Allow both unicode and byte strings for host paths
    in dulwich.client. (#435, Jelmer Vernooij)

  * Add remote from porcelain.clone. (#466, Jelmer Vernooij)

  * Fix unquoting of credentials before passing to urllib2.
    (#475, Volodymyr Holovko)

  * Cope with submodules in `build_index_from_tree`.
    (#477, Jelmer Vernooij)

  * Handle deleted files in `get_unstaged_changes`.
    (#483, Doug Hellmann)

  * Don't overwrite files when they haven't changed in
    `build_file_from_blob`.
    (#479, Benoît HERVIER)

  * Check for existence of index file before opening pack.
    Fixes a race when new packs are being added.
    (#482, wme)
@mamash
Copy link

mamash commented Feb 23, 2017

This one is difficult, because maxima needs clisp. We don't have a clisp package on Darwin because one of its deps (ffcall) comes with assembler objects that won't build on a modern 64-bit Darwin platform. Unfortunately ffcall is pretty much abandoned these days and not even MacPorts or HomeBrew seem to carry a package that will build.

@mamash
Copy link

mamash commented Mar 16, 2018

Just checked and the problem was overcome meanwhile, and maxima is now available on Darwin.

@mamash mamash closed this as completed Mar 16, 2018
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

No branches or pull requests

3 participants