Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179103 | Differences between
and this patch

Collapse All | Expand All

(-)biopython-1.43-ori/setup.py (-2 / +2 lines)
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', 

Return to bug 179103