Opened 7 years ago
Closed 6 years ago
#16278 closed defect (fixed)
MPFI's spkg-install overwrites CFLAGS
Reported by: | leif | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | build | Keywords: | |
Cc: | Merged in: | ||
Authors: | Frédéric Chapoton | Reviewers: | Volker Braun |
Report Upstream: | N/A | Work issues: | |
Branch: | 99b4712 (Commits, GitHub, GitLab) | Commit: | 99b471232d51219bd1eb13f529414c019212db04 |
Dependencies: | Stopgaps: |
Description
if [ "$SAGE64" = "yes" ]; then echo "64 bit build" CFLAGS="-O2 -g -m64 -fPIC"; export CFLAGS CXXLAGS="-O2 -g -m64 -fPIC"; export CXXFLAGS LDFLAGS="-m64 "; export LDFLAGS else CFLAGS="-O2 -g -fPIC"; export CFLAGS fi
Change History (5)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:3 Changed 6 years ago by
- Branch set to u/chapoton/16278
- Commit set to 99b471232d51219bd1eb13f529414c019212db04
- Status changed from new to needs_review
New commits:
99b4712 | trac #16728 first proposal
|
comment:4 Changed 6 years ago by
- Reviewers set to Volker Braun
- Status changed from needs_review to positive_review
comment:5 Changed 6 years ago by
- Branch changed from u/chapoton/16278 to 99b471232d51219bd1eb13f529414c019212db04
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Besides setting
CXXLAGS
[sic] ifSAGE64=yes
... 8)