"platforms/opencl/tests/TestOpenCLATMForce.cpp" did not exist on "a138663d61116c35f1358ca0e6a49cf2782d1509"
Commit 3f47b961 authored by Peter Eastman's avatar Peter Eastman
Browse files

Removed inappropriate -m32 compilation flag

parent 33372529
......@@ -133,7 +133,6 @@ def buildKeywordDictionary(major_version_num=MAJOR_VERSION_NUM,
macVersion = [int(x) for x in platform.mac_ver()[0].split('.')]
if tuple(macVersion) < (10, 6):
os.environ['MACOSX_DEPLOYMENT_TARGET']='10.5'
extra_compile_args.append("-m32")
extra_link_args.append('-Wl,-rpath,@loader_path/OpenMM')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment