|
Lines 112-118
Link Here
|
| 112 |
|
112 |
|
| 113 |
|
113 |
|
| 114 |
# Compile KDTree ? Not compiled by default |
114 |
# Compile KDTree ? Not compiled by default |
| 115 |
print "\n*** Bio.KDTree *** NOT built by default " |
115 |
print "\n*** Bio.KDTree *** be built by default " |
| 116 |
kdtree_msg = """ |
116 |
kdtree_msg = """ |
| 117 |
The Bio.PDB.NeighborSearch module depends on the Bio.KDTree module, |
117 |
The Bio.PDB.NeighborSearch module depends on the Bio.KDTree module, |
| 118 |
which in turn, depends on C++ code that does not compile cleanly on |
118 |
which in turn, depends on C++ code that does not compile cleanly on |
|
Lines 120-126
Link Here
|
| 120 |
|
120 |
|
| 121 |
Would you like to build Bio.KDTree ?""" |
121 |
Would you like to build Bio.KDTree ?""" |
| 122 |
|
122 |
|
| 123 |
if get_yes_or_no (kdtree_msg, 0): |
123 |
if 1 == 1: |
| 124 |
NUMPY_PACKAGES.append("Bio.KDTree") |
124 |
NUMPY_PACKAGES.append("Bio.KDTree") |
| 125 |
NUMPY_EXTENSIONS.append( |
125 |
NUMPY_EXTENSIONS.append( |
| 126 |
CplusplusExtension('Bio.KDTree._CKDTree', |
126 |
CplusplusExtension('Bio.KDTree._CKDTree', |