Opened 13 months ago
Closed 10 months ago
#68379 closed enhancement (fixed)
py-scipy requires old version of boost
Reported by: | mf2k (Frank Schima) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | py-scipy |
Description (last modified by mf2k (Frank Schima))
Can py-scipy adjust its boost dependency to use the latest version of boost instead of the old version it currently requires? Since boost176 does not build on Xcode 15, see #68373, scipy cannot currently be built on Sonoma.
$ port info --depends py311-scipy depends_fetch: depends_extract: depends_patch: depends_build: py311-pythran, swig-python, gcc13 depends_lib: py311-mypy, py311-numpy, py311-pybind11, libgcc, OpenBLAS, python311, boost176 depends_run: depends_test:
$ port list boost* boost @1.76 devel/boost boost-build @2.0-m12 devel/boost-build boost-jam @3.1.18 devel/boost-jam boost-numpy @1.76 devel/boost boost169 @1.69.0 devel/boost169 boost171 @1.71.0 devel/boost171 boost171-numpy @1.71.0 devel/boost171 boost173 @1.73.0 devel/boost173 boost173-numpy @1.73.0 devel/boost173 boost176 @1.76.0 devel/boost176 boost176-numpy @1.76.0 devel/boost176 boost177 @1.77.0 devel/boost177 boost177-numpy @1.77.0 devel/boost177 boost178 @1.78.0 devel/boost178 boost178-numpy @1.78.0 devel/boost178 boost179 @1.79.0 devel/boost179 boost179-numpy @1.79.0 devel/boost179 boost180 @1.80.0 devel/boost180 boost180-numpy @1.80.0 devel/boost180 boost181 @1.81.0 devel/boost181 boost181-numpy @1.81.0 devel/boost181
Change History (5)
comment:1 Changed 13 months ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:2 follow-up: 4 Changed 13 months ago by greyhare
comment:3 Changed 11 months ago by cooljeanius (Eric Gallager)
Cc: | cooljeanius added |
---|
comment:4 Changed 11 months ago by barracuda156
comment:5 Changed 10 months ago by barracuda156
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
boost176
works for some packages, but notpy311-scipy
at least. It's built successfully for other packages I have:This probably depends on what parts of boost are used.