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

readline-5.2.p7 builds as 32-bit on Solaris even if SAGE64=yes #6933

Closed
sagetrac-drkirkby mannequin opened this issue Sep 15, 2009 · 1 comment
Closed

readline-5.2.p7 builds as 32-bit on Solaris even if SAGE64=yes #6933

sagetrac-drkirkby mannequin opened this issue Sep 15, 2009 · 1 comment

Comments

@sagetrac-drkirkby
Copy link
Mannequin

sagetrac-drkirkby mannequin commented Sep 15, 2009

The title pretty much says it all. The spkg-install is ignoring SAGE64 unless the OS is Darwin (OS X).

it currently has:


if [ `uname` = "Darwin" -a "$SAGE64" = "yes" ]; then
   echo "Building 64 bit OSX version of Sage"
   CFLAGS="-O2 -g -m64 " && export CFLAGS
   LDFLAGS="-m64"
fi

Component: porting: Solaris

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

@sagetrac-drkirkby sagetrac-drkirkby mannequin added this to the sage-4.1.2 milestone Sep 15, 2009
@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Sep 17, 2009

comment:1

Fixed by #6945.

@sagetrac-mvngu sagetrac-mvngu mannequin closed this as completed Sep 17, 2009
@sagetrac-mvngu sagetrac-mvngu mannequin added r: duplicate and removed p: major / 3 labels Sep 17, 2009
@sagetrac-mvngu sagetrac-mvngu mannequin removed this from the sage-4.1.2 milestone Sep 17, 2009
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

0 participants