1 | --- setup.py.orig 2011-01-10 16:10:04.000000000 -0500 |
---|
2 | +++ setup.py 2011-01-10 16:23:44.000000000 -0500 |
---|
3 | @@ -303,13 +303,13 @@ |
---|
4 | 'Bio/trie.c'], |
---|
5 | include_dirs=["Bio"] |
---|
6 | ), |
---|
7 | -#Commented out due to the build dependency on flex, see Bug 2619 |
---|
8 | -# Extension('Bio.PDB.mmCIF.MMCIFlex', |
---|
9 | -# ['Bio/PDB/mmCIF/lex.yy.c', |
---|
10 | -# 'Bio/PDB/mmCIF/MMCIFlexmodule.c'], |
---|
11 | -# include_dirs=["Bio"], |
---|
12 | -# libraries=["fl"] |
---|
13 | -# ), |
---|
14 | +# Commented out due to the build dependency on flex, see Bug 2619 |
---|
15 | + Extension('Bio.PDB.mmCIF.MMCIFlex', |
---|
16 | + ['Bio/PDB/mmCIF/lex.yy.c', |
---|
17 | + 'Bio/PDB/mmCIF/MMCIFlexmodule.c'], |
---|
18 | + include_dirs=["Bio"], |
---|
19 | + libraries=["fl"] |
---|
20 | + ), |
---|
21 | Extension('Bio.Nexus.cnexus', |
---|
22 | ['Bio/Nexus/cnexus.c'] |
---|
23 | ), |
---|