Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
3f47b961
Commit
3f47b961
authored
May 24, 2011
by
Peter Eastman
Browse files
Removed inappropriate -m32 compilation flag
parent
33372529
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
wrappers/python/setup.py
wrappers/python/setup.py
+0
-1
No files found.
wrappers/python/setup.py
View file @
3f47b961
...
@@ -133,7 +133,6 @@ def buildKeywordDictionary(major_version_num=MAJOR_VERSION_NUM,
...
@@ -133,7 +133,6 @@ def buildKeywordDictionary(major_version_num=MAJOR_VERSION_NUM,
macVersion
=
[
int
(
x
)
for
x
in
platform
.
mac_ver
()[
0
].
split
(
'.'
)]
macVersion
=
[
int
(
x
)
for
x
in
platform
.
mac_ver
()[
0
].
split
(
'.'
)]
if
tuple
(
macVersion
)
<
(
10
,
6
):
if
tuple
(
macVersion
)
<
(
10
,
6
):
os
.
environ
[
'MACOSX_DEPLOYMENT_TARGET'
]
=
'10.5'
os
.
environ
[
'MACOSX_DEPLOYMENT_TARGET'
]
=
'10.5'
extra_compile_args
.
append
(
"-m32"
)
extra_link_args
.
append
(
'-Wl,-rpath,@loader_path/OpenMM'
)
extra_link_args
.
append
(
'-Wl,-rpath,@loader_path/OpenMM'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment