Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
40819d55
Kaydet (Commit)
40819d55
authored
Ara 30, 2002
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Search for and use BerkeleyDB 4.1 if it's available. Python's
extension module now supports it.
üst
74859f3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
setup.py
setup.py
+9
-10
No files found.
setup.py
Dosyayı görüntüle @
40819d55
...
...
@@ -449,27 +449,26 @@ class PyBuildExt(build_ext):
# implementation independent wrapper for these; dumbdbm.py provides
# similar functionality (but slower of course) implemented in Python.
# Sleepycat Berkeley DB interface.
# Sleepycat Berkeley DB interface.
http://www.sleepycat.com
#
# This requires the Sleepycat DB code, see
# http://www.sleepycat.com/ The earliest supported version of
# that library is 3.0, the latest supported version is 4.0
# (4.1 is specifically not supported, as that changes the
# semantics of transactional databases). A list of available
# releases can be found at
# This requires the Sleepycat DB code. The earliest supported version
# of that library is 3.0, the latest supported version is 4.1. A list
# of available releases can be found at
#
# http://www.sleepycat.com/update/index.html
# when sorted in reverse order, keys for this dict must appear in the
# order you wish to search - e.g., search for db4 before db3
db_try_this
=
{
'db4'
:
{
'libs'
:
(
'db-4.0'
,),
'libdirs'
:
(
'/usr/local/BerkeleyDB.4.0/lib'
,
'db4'
:
{
'libs'
:
(
'db-4.1'
,
'db-4.0'
,),
'libdirs'
:
(
'/usr/local/BerkeleyDB.4.1/lib'
,
'/usr/local/BerkeleyDB.4.0/lib'
,
'/usr/local/lib'
,
'/opt/sfw'
,
'/sw/lib'
,
),
'incdirs'
:
(
'/usr/local/BerkeleyDB.4.0/include'
,
'incdirs'
:
(
'/usr/local/BerkeleyDB.4.1/include'
,
'/usr/local/BerkeleyDB.4.0/include'
,
'/usr/local/include/db4'
,
'/opt/sfw/include/db4'
,
'/sw/include/db4'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment