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

use more standard approach for detecting long double in configure #77693

Closed
grimreaper mannequin opened this issue May 15, 2018 · 2 comments
Closed

use more standard approach for detecting long double in configure #77693

grimreaper mannequin opened this issue May 15, 2018 · 2 comments
Labels
build The build process and cross-build

Comments

@grimreaper
Copy link
Mannequin

grimreaper mannequin commented May 15, 2018

BPO 33512
Nosy @benjaminp, @grimreaper
PRs
  • bpo-33512: use standard for detecting long double #6847
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-05-16.05:58:19.644>
    created_at = <Date 2018-05-15.03:14:55.164>
    labels = ['build']
    title = 'use more standard approach for detecting long double in configure'
    updated_at = <Date 2018-05-16.05:58:19.619>
    user = 'https://github.com/grimreaper'

    bugs.python.org fields:

    activity = <Date 2018-05-16.05:58:19.619>
    actor = 'benjamin.peterson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-05-16.05:58:19.644>
    closer = 'benjamin.peterson'
    components = ['Build']
    creation = <Date 2018-05-15.03:14:55.164>
    creator = 'eitan.adler'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33512
    keywords = ['patch']
    message_count = 2.0
    messages = ['316615', '316765']
    nosy_count = 2.0
    nosy_names = ['benjamin.peterson', 'eitan.adler']
    pr_nums = ['6847']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue33512'
    versions = []

    @grimreaper
    Copy link
    Mannequin Author

    grimreaper mannequin commented May 15, 2018

    autotools has a standard macro for defining HAVE_LONG_DOUBLE. Lets use it rather than using our own.

    @grimreaper grimreaper mannequin added the build The build process and cross-build label May 15, 2018
    @benjaminp
    Copy link
    Contributor

    New changeset 3055c94 by Benjamin Peterson (Eitan Adler) in branch 'master':
    closes bpo-33512: use standard for detecting long double (GH-6847)
    3055c94

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant