-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
What steps will reproduce the problem?
1. Installing pmx @ mac
2.
3.
What is the expected output? What do you see instead?
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-intel-2.7
creating build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/__init__.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/atom.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/atomselection.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/builder.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/chain.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/cpp.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/ffparser.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/forcefield.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/forcefield2.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/futil.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/geometry.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/histogram.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/library.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/model.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/molecule.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/mutdb.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/ndx.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/odict.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/options.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/parser.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/rotamer.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/tCNC.py -> build/lib.macosx-10.9-intel-2.7/pmx
copying pmx/xtc.py -> build/lib.macosx-10.9-intel-2.7/pmx
running build_ext
building 'pmx/_pmx' extension
creating build/temp.macosx-10.9-intel-2.7
creating build/temp.macosx-10.9-intel-2.7/src
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os
-pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE
-DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g
-fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386
-pipe -Isrc
-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c
src/Geometry.c -o build/temp.macosx-10.9-intel-2.7/src/Geometry.o
clang: error: unknown argument: '-mno-fused-madd'
[-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in
the future
What version of the product are you using? On what operating system?
MacOs 10.9.2, 3.1 GHz Intel Core i7
8 GB 1600 MHz DDR3
Please provide any additional information below.
Although I have installed all needed packages I couldm't Install pmx
Original issue reported on code.google.com by [email protected] on 13 Mar 2014 at 3:52