Opened 33 hours ago

Last modified 5 hours ago

#70931 assigned update

py-scipy: Update to 1.14.1

Reported by: jolivetr Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py-scipy

Description

Dear scipy port maintainers,

Scipy is now up to 1.14.1 and I need some of the recent features. Although I could install it with pip, I don't like it and I'd really like an up-to-date scipy port. I tried upgrading the port myself, but I quickly hit some issues which I cannot seem to be able to solve myself.

For instance, there is a post extraction step in which the setup.py is moved to _setup.py and this file does not exist in the new version of scipy. Commenting this post extraction step in the Portfile (just to check) leads to additional issues regarding patching (it cannot apply the patch patch-allow-MP-boost.diff).

So there is my limit... Sorry for this, but I would love a recent scipy in macports.

Thanks a lot for the efforts!

Cheers,

Romain

Change History (5)

comment:1 Changed 33 hours ago by ryandesign (Ryan Carsten Schmidt)

Keywords: Scipy upgrade removed
Owner: set to michaelld
Status: newassigned
Summary: Upgrade scipy to 1.14.1py-scipy: Update to 1.14.1

We also hope updating scipy will resolve #70460.

comment:2 Changed 27 hours ago by reneeotten (Renee Otten)

I started looking at this (as well as an update of NumPy). If we can agree on dropping support for older systems and (older Python versions) then the update is likely quite straightforward. The first issue you're seeing is due to a switch to the meson build system and in earlier versions upstream still supplied a setup.py file for backwards-compatibility but had stopped doing so now. Initial attempts showed that old OSes did not really want to work with meson build systems; I am not willing to spend my time of trying to keep that all working, but I would be willing do look at the update for upstream supported Python versions (3.10+) and modern OSes. But dropping subports before 3.10 will result in a lot of downstream work remove these subports for dependents as well.

I think that's the major hold up for someone to be motivated to look into this.

Version 1, edited 27 hours ago by reneeotten (Renee Otten) (previous) (next) (diff)

comment:3 Changed 26 hours ago by jmroot (Joshua Root)

The other complication is that numpy 2 broke backward compatibility (#70251) and a lot of dependents need to be updated or patched as a result.

comment:4 Changed 18 hours ago by jolivetr

Well, I am trying to update another port (py-obspy) to provide python3.12 subport, and the build bot can't seem to be able to build it for py38 and py39. Since support is over for py38, we could simply rule it out and I would not mind moving ahead and getting rid of py39.

However, I have no idea who makes that kind of decision at macports...

comment:5 in reply to:  4 Changed 5 hours ago by reneeotten (Renee Otten)

Replying to jolivetr:

Well, I am trying to update another port (py-obspy) to provide python3.12 subport, and the build bot can't seem to be able to build it for py38 and py39. Since support is over for py38, we could simply rule it out and I would not mind moving ahead and getting rid of py39.

However, I have no idea who makes that kind of decision at macports...

Please refrain from commenting on tickets with a completely unrelated topic... this has nothing to do with py-scipy.

Note: See TracTickets for help on using tickets.