Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 119699 Details for
Bug 179103
sci-biology/biopython-1.43: patch to build KDTree as well
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-to-build-KDTree.patch
patch-to-build-KDTree.patch (text/plain), 712 bytes, created by
Martin Mokrejš
on 2007-05-19 13:55:07 UTC
(
hide
)
Description:
patch-to-build-KDTree.patch
Filename:
MIME Type:
Creator:
Martin Mokrejš
Created:
2007-05-19 13:55:07 UTC
Size:
712 bytes
patch
obsolete
>--- setup.py.ori 2007-05-19 15:43:45.000000000 +0200 >+++ setup.py 2007-05-19 15:49:42.000000000 +0200 >@@ -112,7 +112,7 @@ > > > # Compile KDTree ? Not compiled by default >- print "\n*** Bio.KDTree *** NOT built by default " >+ print "\n*** Bio.KDTree *** be built by default " > kdtree_msg = """ > The Bio.PDB.NeighborSearch module depends on the Bio.KDTree module, > which in turn, depends on C++ code that does not compile cleanly on >@@ -120,7 +120,7 @@ > > Would you like to build Bio.KDTree ?""" > >- if get_yes_or_no (kdtree_msg, 0): >+ if 1 == 1: > NUMPY_PACKAGES.append("Bio.KDTree") > NUMPY_EXTENSIONS.append( > CplusplusExtension('Bio.KDTree._CKDTree',
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 179103
:
119699
|
119701
|
119703