Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Nov 2024 08:12:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 282561] math/py-pandas: Build for non-default python version fails
Message-ID:  <bug-282561-21822-EF9Kox7cTI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282561-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-282561-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282561

--- Comment #1 from Michael Glaus <michael.glaus@hostpoint.ch> ---
Created attachment 254966
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=254966&action=edit
Fix build for non default versions

When building py-pandas for a non-default python version, the build fails
because the dependency for meson is not correctly resolved. Also py-pandas
expects a non versioned cython binary, which does not exists for non-default
builds.

The attached patch fixes these two issues when built with a non-default python
version

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282561-21822-EF9Kox7cTI>