[Bug 272547] math/py-numpy: fails to build with FreeBSD 13.2

2025-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272547

--- Comment #3 from Franco Fichtner  ---
Thanks a lot for the quick response.  ;)

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


[Bug 272547] math/py-numpy: fails to build with FreeBSD 13.2

2025-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272547

Matthias Andree  changed:

   What|Removed |Added

 CC||[email protected]
 Resolution|--- |Overcome By Events
 Status|New |Closed

--- Comment #2 from Matthias Andree  ---
FreeBSD 13.2 is no longer supported.

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


[Bug 272547] math/py-numpy: fails to build with FreeBSD 13.2

2023-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272547

Franco Fichtner  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #1 from Franco Fichtner  ---
Also it would be nice to get
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268348 in which removes
Fortran as a hard dependency.

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


[Bug 272547] math/py-numpy: fails to build with FreeBSD 13.2

2023-07-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272547

Bug ID: 272547
   Summary: math/py-numpy: fails to build with FreeBSD 13.2
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: [email protected]
  Reporter: [email protected]
 Flags: maintainer-feedback?([email protected])
  Assignee: [email protected]

Created attachment 243434
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243434&action=edit
configure patch

Hi,

FreeBSD 13.2 causes an unhandled exception (OverflowError) during configure
stage. Adjust the script to catch any exception to allow the fallback to work
as before.


Cheers,
Franco

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


maintainer-feedback requested: [Bug 272547] math/py-numpy: fails to build with FreeBSD 13.2

2023-07-17 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python (Nobody)
 for maintainer-feedback:
Bug 272547: math/py-numpy: fails to build with FreeBSD 13.2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272547



--- Description ---
Hi,

FreeBSD 13.2 causes an unhandled exception (OverflowError) during configure
stage. Adjust the script to catch any exception to allow the fallback to work
as before.


Cheers,
Franco