Opened 4 years ago
Closed 4 years ago
#61977 closed update (fixed)
borgbackup @1.1.13: Update python.default_version to 38 or 39 to allow arm64 build
Reported by: | kneeal | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | Cc: | ||
Port: | borgbackup |
Description
The borgbackup python.default_version is currently 37 (python 3.7). Python 3.7 cannot be built for Apple Silicon arm64 on bigsur and will not be supported.
Python 3.8 and 3.9 are supported by borgbackup and appear to build fine (at least with -universal) with arm64. Suggest the portfile is updated to make compatible with arm64 by specifying python.default_version 38 or 39.
Change History (1)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In c70145ef789baf211616defc15ebd020c7a01ffe/macports-ports (master):