Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:26 +03:00
parent ca717c87d7
commit 4274dfd422
+2 -1
View File
@@ -1,8 +1,9 @@
name: fftw name: fftw
description: C subroutine library for computing the discrete Fourier transform description: C subroutine library for computing the discrete Fourier transform
version: 3.3.10 version: 3.3.10
revision: 2
url: http://www.fftw.org/ url: http://www.fftw.org/
license: GPL2-or-later license: GPL2-or-later
architecture: any architecture: any
depends: ["gcc","glibc"] depends: ["gcc-libs", "glibc"]
type: source type: source