#16642 closed enhancement (invalid)
Install QEPCAD in the download binaries
Reported by: | jondo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | interfaces | Keywords: | qepcad |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | 10224 | Stopgaps: |
Description (last modified by )
I would like to teach first-year students how to use QEPCAD to solve systems of rational inequalities (example).
sage-6.2.ova
displays the qepcad help with qepcad?
, but it cannot be used:
qepcad('(E x)[a x + b > 0]', vars='(a,b,x)') Traceback (click to the left of this block for traceback) ... RuntimeError: Unable to start QEPCAD
Change History (12)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Keywords: | qepcad added |
---|
comment:3 Changed 9 years ago by
Same error at https://cloud.sagemath.com/, see this sage-cloud thread.
comment:4 Changed 9 years ago by
The inclusion procedure says that qepcad needs to become an "optional package" first, and I assume that the current qepcad-1.50.spkg has similar problems as the 1.54 spkg from #10224.
So please close this ticket as invalid for now. (I don't have the rights to do this.)
comment:5 Changed 9 years ago by
Milestone: | sage-6.3 → sage-duplicate/invalid/wontfix |
---|---|
Status: | new → needs_review |
comment:6 Changed 9 years ago by
Status: | needs_review → positive_review |
---|
@jondo: run ./sage -i qepcad
to install the experimental package
comment:7 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | positive_review → closed |
comment:8 Changed 8 years ago by
@aapitzsch: This fails to build on Linux Mint 17 (≡ Ubuntu 14.04 LTS).
comment:9 Changed 8 years ago by
There are indeed too many systems on which this fails to install. Just got this error on my recent Gentoo Linux x86_64 system:
cd source; make opt "CCo=g++" "FLAGSo=-O4" "CCd=g++" "FLAGSd=-g" "MAKE=make " make[1]: Entering directory `/usr/local/src/sage-git/local/var/tmp/sage/build/qepcad-1.50/src/qesource/source' make[1]: *** No rule to make target `qepcad.a()', needed by `opt'. Stop. make[1]: Leaving directory `/usr/local/src/sage-git/local/var/tmp/sage/build/qepcad-1.50/src/qesource/source' make: *** [opt] Error 2 Error making QEPCADB
comment:10 Changed 8 years ago by
Description: | modified (diff) |
---|
I updated the description's QEPCAD link.
comment:12 Changed 7 years ago by
Dependencies: | → 10224 |
---|
Btw., I get the same error at http://www.sagenb.org/. This should also be fixed. At http://sagecell.sagemath.org/ qepcad integration works!