-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Set ARCHFLAGS environment variable - for Perl modules #21175
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
Author: Matthias Koeppe |
comment:7
Needs review. |
comment:8
It looks OK on Linux; must it be tested on OSX too? |
comment:9
I have tested it on both platforms. |
comment:10
put in this, and then tried to install polymake on OSX, and got
Really? Fink? |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
Thanks for catching this -- I killed the |
comment:13
OK, looks good now. |
comment:14
Reviewer name |
Reviewer: Dima Pasechnik |
Changed branch from u/mkoeppe/set_archflags_environment_variable___for_perl_modules to |
comment:17
Follow-up in #29408 |
Changed commit from |
To make installing Perl modules easier on Mac OS X, we should set the ARCHFLAGS environment variable. This is to make sure that the output of
perl -MExtUtils::Embed -e ldopts
andperl -MExtUtils::Embed -e ccflags
(picked up from systemperl
) do not contain-arch
flags incompatible with our gcc.This simplifies
perl_term_readline_gnu
(#20894),polymake
(#20892), and makes installingpypolymake
(#21170) as a pip package possible.CC: @videlec @jdemeyer @embray @vbraun @sagetrac-tmonteil @dimpase @kcrisman
Component: build
Author: Matthias Koeppe
Branch:
78f2cfa
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/21175
The text was updated successfully, but these errors were encountered: