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

[python] build with ucs4 #191

Merged
merged 2 commits into from
Jun 4, 2018
Merged

[python] build with ucs4 #191

merged 2 commits into from
Jun 4, 2018

Conversation

truthbk
Copy link
Member

@truthbk truthbk commented Apr 17, 2018

No description provided.

@truthbk truthbk added this to the 6.3 milestone Apr 17, 2018
@@ -37,6 +37,7 @@
}

python_configure = ["./configure",
"--enable-unicode=ucs4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do this on Linux only? The default python on macOS is still built with ucs2, and the homebrew-provided python too, see Homebrew/homebrew-core#12510

@@ -40,10 +40,12 @@
"--enable-universalsdk=/",
"--prefix=#{install_dir}/embedded"]

if ohai["platform_family"] == "mac_os_x"
if mac_os_x?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have this in multiple recipes though...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok this one is actually provided by chef-sugar

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the future we should probably get rid of our lib/ostools.rb and use the sugar-provided stuff directly instead

@truthbk truthbk merged commit 9de534a into master Jun 4, 2018
@truthbk truthbk deleted the jaime/ucs4 branch June 4, 2018 09:34
xvello added a commit that referenced this pull request Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants