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

sagemath derivation fails #101268

Closed
jfaure opened this issue Oct 21, 2020 · 2 comments
Closed

sagemath derivation fails #101268

jfaure opened this issue Oct 21, 2020 · 2 comments

Comments

@jfaure
Copy link

jfaure commented Oct 21, 2020

src/lp_cdd.cpp:4:10: fatal error: setoper.h: No such file or directory

@omasanori
Copy link
Contributor

Hello, @jfaure!
I have no idea what environment you use, but you might get a working SageMath by saving the following code as shell.nix:

{ pkgs ? import (fetchTarball
  "https://github.com/NixOS/nixpkgs/archive/9480bae337095fd24f61380bce3174fdfe926a00.tar.gz") {}
}:
pkgs.mkShell {
  buildInputs = [ pkgs.sage ];
}

and running nix-shell.

The build failure you described was fixed in #101046 but building sage itself is not yet recovered. Currently, some devs including myself have been trying to update SageMath to a newer version.

@collares
Copy link
Member

Sage has been working for a while now and will be in 21.05. Please reopen if you are still having problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants