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

MPFI's spkg-install overwrites CFLAGS #16278

Closed
nexttime mannequin opened this issue May 2, 2014 · 7 comments
Closed

MPFI's spkg-install overwrites CFLAGS #16278

nexttime mannequin opened this issue May 2, 2014 · 7 comments

Comments

@nexttime
Copy link
Mannequin

nexttime mannequin commented May 2, 2014

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

Component: build

Author: Frédéric Chapoton

Branch/Commit: 99b4712

Reviewer: Volker Braun

Issue created by migration from https://trac.sagemath.org/ticket/16278

@nexttime nexttime mannequin added this to the sage-6.3 milestone May 2, 2014
@nexttime nexttime mannequin added c: build labels May 2, 2014
@nexttime
Copy link
Mannequin Author

nexttime mannequin commented May 2, 2014

comment:1

Besides setting CXXLAGS[sic] if SAGE64=yes... 8)

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@fchapoton
Copy link
Contributor

Branch: u/chapoton/16278

@fchapoton
Copy link
Contributor

Commit: 99b4712

@fchapoton
Copy link
Contributor

New commits:

99b4712trac #16728 first proposal

@vbraun
Copy link
Member

vbraun commented Oct 26, 2014

Reviewer: Volker Braun

@vbraun
Copy link
Member

vbraun commented Oct 26, 2014

Author: Frédéric Chapoton

@vbraun
Copy link
Member

vbraun commented Oct 26, 2014

Changed branch from u/chapoton/16278 to 99b4712

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

2 participants