-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small fix to absence_of_cat_windows.diff
L#ots of the babel executable tests are broken for windows build. The python bindings do work though, so I think this is sufficient for RMG. Someone else can deal with fixing babel.exe
- Loading branch information
Showing
4 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/a/setup.py b/b/setup.py | ||
index ebdda33..2768b80 100644 | ||
--- scripts/python/setup.py | ||
+++ scripts/python/setup.py | ||
@@ -34,7 +34,7 @@ setup(name='openbabel', | ||
url='http://openbabel.org/', | ||
license='http://www.gnu.org/copyleft/gpl.html', | ||
py_modules=['openbabel','pybel'], | ||
- ext_modules=[obExtension], | ||
+ #ext_modules=[obExtension], | ||
description = 'openbabel: Python interface to the Open Babel chemistry library', | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters