Skip to content

Commit

Permalink
py3-glpk - fix FTBFS (#27318)
Browse files Browse the repository at this point in the history
As seen #26522, this was FTBFS. It
broke with gcc-14.
  • Loading branch information
smoser committed Sep 3, 2024
1 parent 3ab9fcb commit 1c45017
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions py3-glpk.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
package:
name: py3-glpk
version: 0.4.7
epoch: 2
epoch: 3
description: PyGLPK, a Python module encapsulating GLPK.
copyright:
- license: GPL-3.0-or-later
dependencies:
runtime:
- python3

environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- gcc~13
- glpk
- openssf-compiler-options
- py3-setuptools
- py3-setuptools-scm
- python3
Expand Down

0 comments on commit 1c45017

Please sign in to comment.