{ "info": { "author": "Min Ragan-Kelley", "author_email": "benjaminrk@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python :: 2.7" ], "description": "Restore System Python's ability to compile extensions,\nwhich has been broken on OS X 10.9 with Xcode 5.1.\n\nSystem Python has a compile flag `-mno-fused-madd`,\nwhich is unrecognized by clang.\nXcode 5.1 updates clang to a version that promotes this warning to an error,\nmaking it impossible to compile any extensions on System Python after installing Xcode 5.1.\n\nThis patches /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_sysconfigdata.py\nto remove any instances of `-mno-fused-madd`.\n\nSince it modifies system files, this is probably a horrible thing to do, and nobody should use it.\nBut here it is anyway, use at your own risk.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/minrk/nonofusedmadd/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/minrk/nonofusedmadd", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "nonofusedmadd", "package_url": "https://pypi.org/project/nonofusedmadd/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nonofusedmadd/", "project_urls": { "Download": "http://github.com/minrk/nonofusedmadd/releases", "Homepage": "http://github.com/minrk/nonofusedmadd" }, "release_url": "https://pypi.org/project/nonofusedmadd/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Remove `-mno-fused-madd` from /System/.../_sysconfigdata.py", "version": "0.0.2" }, "last_serial": 1054002, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4986f0291e5ddf01a1c1cb64448a1f8e", "sha256": "2a5025507ec67da8096fbacf55f99ecbf70dd6218a17e0105c74029c289552bd" }, "downloads": -1, "filename": "nonofusedmadd-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4986f0291e5ddf01a1c1cb64448a1f8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2191, "upload_time": "2014-04-07T04:54:40", "url": "https://files.pythonhosted.org/packages/6f/48/622533248dbabcc27f96b716c6102549766d9a67e9d1e34095ab174d8b8d/nonofusedmadd-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "5792fbfdcf172f477a99282130f38bea", "sha256": "92ea35d824f2d9bfa199604ffde667654af180d69338d069674f78fb5412577c" }, "downloads": -1, "filename": "nonofusedmadd-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5792fbfdcf172f477a99282130f38bea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2276, "upload_time": "2014-04-07T17:50:07", "url": "https://files.pythonhosted.org/packages/de/54/aab3c409fe8fae7ccc2b18721a3663a8949a3d7efa89846a4d0fb1e99f97/nonofusedmadd-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5792fbfdcf172f477a99282130f38bea", "sha256": "92ea35d824f2d9bfa199604ffde667654af180d69338d069674f78fb5412577c" }, "downloads": -1, "filename": "nonofusedmadd-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5792fbfdcf172f477a99282130f38bea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2276, "upload_time": "2014-04-07T17:50:07", "url": "https://files.pythonhosted.org/packages/de/54/aab3c409fe8fae7ccc2b18721a3663a8949a3d7efa89846a4d0fb1e99f97/nonofusedmadd-0.0.2.tar.gz" } ] }