Ivan Pozdeev
e447fe5b73
Don't set --enable-shared if user supplied --disable-shared
3年前
Ivan Pozdeev
4242694a0e
Fix priority for user-supplied configure and make flags
3年前
Ivan Pozdeev
4bd8a975f4
Avoid adding dangling spaces to *FLAGS
3年前
Ivan Pozdeev
2a5bbf6cb5
Fix searching readline and sqlite3 in FreeBSD
Surprisingly, CPython doesn't search these with pkg-config
This is fixed upstream in 3.12.0a1
3年前
Sean McGivern
b9a27af7b8
Add missing Miniforge/Mambaforge versions (4.10.2-0 - 22.9.0-3) ( #2591 )
3年前
Sean McGivern
c7f2c4db45
Add a script to add the latest miniforge and mambaforge versions
This takes inspiration from the similar script for miniconda, but it
simplifies in a couple of ways:
1. Use the GitHub Releases API instead of scraping HTML.
2. Don't perform a diff, simply add the latest release.
Lots of intermediate miniconda releases have been skipped in the past,
and it doesn't seem particularly valuable to backfill those.
3年前
Afront
f4598bc1f0
Add CPython 3.12.0a4
3年前
native-api
2369ac2a08
Fix using dependencies from Ports in BSD with no pkg-config ( #2586 )
3年前
Alex Hedges
7d7f8b94ae
Add miniconda 22.11.1-1
3年前
Alex Hedges
e715e03be0
Support new miniconda file name format
3年前
Alex Hedges
b3a5b5eee3
Support miniconda with Python 3.10
3年前
hauntsaninja
03ee3ffd32
Mention how to build for maximum performance
3年前
dand-oss
3d83bcdbef
Add PyPy 7.3.11 ( #2576 )
Co-authored-by: Dan Dees <dand@appsmiths.com>
3年前
Anton Petrov
ca1593c80e
Fix build tests
3年前
rockandska
31f372034d
Allow multiple versions for pyenv-install
3年前
Tobias Klauser
ff93c58bab
Remove stray newline after python-build installation ( #2566 )
To match other Pyenv commands
3年前
Phung Nhat-Huy
ae04877154
Add Anaconda3-2022.10 ( #2565 )
3年前
Sam Doran
6b9795728e
Add openssl patches for 3.7.15, 3.7.16, and 3.8.16
3年前
宇萱/土撥鼠(Lisbeth)
23576296ae
Fix compilation error when building OpenSSL 1.1.1q in MacOS 11+ for 3.9.16 ( #2558 )
3年前
Sean McGivern
9ba6124833
Add miniforge3 and mambaforge 22.9.0-2
3年前
Ivan Pozdeev
18f62f266d
Remove no-longer-needed PyPy prerequisites
3年前
Dan Dees
cad18bb332
Add PyPy 7.3.10
3年前
Ivan Pozdeev
79fdf1e3bb
Improve Mac feature messages phrasing
3年前
Ivan Pozdeev
03bba03291
Set --enable-shared earlier
To take advantage of the existing logic to add to rpath
3年前
Ivan Pozdeev
cf50e2a2db
Don't hide output from extension checks
3年前
Anton Petrov
b3d52b05d2
--enable-shared by default on non-mac systems
3年前
Chad Crawford
48b0224aaf
Add CPython 3.7.16, 3.8.16, 3.9.16 ( #2550 )
3年前
Nick Henderson
8cfa967d74
add -latest suffix to miniforge3
The auto-resolve feature (#2487 ) means that
pyenv install miniforge3
installs miniforge3-4.10.3-10 and not the exactly named "miniforge3"
recipe. Renaming "miniforge3" to "miniforge3-latest" solves this
issue allowing users to execute
pyenv install miniforge3-latest
This is similar to the naming of the current "miniconda3-latest" recipe.
3年前
Anton Petrov
8680247381
Add CPython 3.11.1
3年前
Saaket Prakash
b05d15f673
Add CPython 3.12.0a3
3年前
Rodolfo Puig
881ba40ff4
Add CPython 3.10.9
Signed-off-by: Rodolfo Puig <rodolfo@puig.io>
3年前
Saaket Prakash
4c261e6ea1
Add CPython 3.12.0a2 ( #2527 )
3年前
native-api
31355676f0
Support `aria2c` being a snap ( #2528 )
Likely in Ubuntu where it's only available as a snap
3年前
Twangboy
cd2858aa17
Fix compilation error when building OpenSSL 1.1.1q in MacOS 11+ for 3.9.15 and 3.8.15
3年前
native-api
1250d7dd30
Don't use Zlib from XCode SDK if a custom compiler is used ( #2516 )
3年前
Ivan Pozdeev
75022d5d7c
Revert version auto-resolution in `python-build`
It was moved to `pyenv-install`
3年前
native-api
a12f947cc3
Auto-resolve prefixes to the latest version ( #2487 )
3年前
native-api
5b0ac41dec
Discover Tcl/Tk from Homebrew via pkgconfig for 3.11+ ( #2501 )
CPython 3.11+ dropped support for --with-tcl-tk-*
in favor of pure pkgconfig
3年前
Michael Šimáček
44510a68f1
Add graalpy-22.3.0 ( #2497 )
3年前
Edgar R. M
16c4924f22
Add CPython 3.12.0a1 ( #2495 )
3年前
Ivan Pozdeev
9f5dcbffd4
Fix compilation error when building OpenSSL 1.1.1q in MacOS 11+
"error: implicitly declaring library function 'memcmp'"
Downstream backport of https://github.com/openssl/openssl/issues/18720
3年前
Ivan Pozdeev
faceb4b79c
Allow patching supplementary packages
3年前
Igor Davydenko
d7389c10ee
Update Python 3.11.0 tgz checksum ( #2496 )
For some reason checksum for `Python-3.11.0.tgz` file introduced in
0726e02e3a is invalid. Update that
checksum to ensure `pyenv install 3.11.0` works well on systems without
tar.xz support.
3年前
Noam Cohen
0726e02e3a
Add CPython 3.11.0 ( #2493 )
3年前
Adam Johnson
03a5d65387
Add CPython 3.7.15, 3.8.15, and 3.9.15 ( #2482 )
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
3年前
MuX
776f6ff9fa
Add CPython 3.10.8 ( #2480 )
3年前
Ville Skyttä
2c2619a49e
Add Pyston 2.3.5 ( #2476 )
3年前
Ivan Pozdeev
8b226c9679
Build 3.12+ with --with-dsymutil
3年前
Ivan Pozdeev
f3521e88be
Allow to build CPython with --with-dsymutil
Since 3.12, CPython can provide debug symbols in
Apple's nonstandard way, "dSYM bundles"
3年前
native-api
5b08a6492b
Add missing patch for 3.7.14 ( #2469 )
3年前