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

Ensure more packages are built correctly #15

Open
fingolfin opened this issue Feb 3, 2023 · 1 comment · May be fixed by #17
Open

Ensure more packages are built correctly #15

fingolfin opened this issue Feb 3, 2023 · 1 comment · May be fixed by #17

Comments

@fingolfin
Copy link
Member

Several of them don't build right, or worse: may or may not build, depending on what is installed on the system. The relevant dependencies should be made explicit then.

Here is an excerpt of GAP's INSTALL.md:

Note that several of the packages bundled with GAP have additional
prerequisites. Here is an incomplete list of GAP packages and their requirements
(excluding GMP, which many packages require):

  • 4ti2Interface
    • Debian/Ubuntu: 4ti2
    • Homebrew: (not currently available)
  • alnuth
    • Debian/Ubuntu: pari-gp
    • Homebrew: pari
  • browse
    • Debian/Ubuntu: libncurses-dev
    • Homebrew: ncurses
  • CddInterface
    • Debian/Ubuntu: libcdd-dev
    • Homebrew: cddlib
  • curlInterface
    • Debian/Ubuntu: libcurl4-openssl-dev
    • Homebrew: curl
  • float
    • Debian/Ubuntu: libfplll-dev libmpc-dev libmpfi-dev libmpfr-dev
    • Homebrew: fplll libmpc mpfi mpfr
  • singular
    • Debian/Ubuntu: singular
    • Homebrew: singular
  • ZeroMQInterface
    • Debian/Ubuntu: libzmq3-dev
    • Homebrew: zmq
@dimpase
Copy link
Member

dimpase commented Feb 4, 2023

why not just listing these as dependencies, too? it's cheap.

(as far as curl is concerned, probably the one from macOS can be used)

@fingolfin fingolfin linked a pull request Jun 7, 2024 that will close this issue
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 a pull request may close this issue.

2 participants