gobolinux / Recipes

The GoboLinux recipes repository
107 stars 30 forks source link

MPC 1.3.1 #218

Closed sage-etcher closed 5 months ago

Nuc1eoN commented 5 months ago

While trying to Compile I was getting:

checking for recent MPFR... no
configure: error: MPFR version >= 4.1.0 required
PrepareProgram: configure failed.

Adding MPFR >= 4.1.0 to the Dependencies file fixed it (as in: Compile prompted me to install MPFR 4.2.1 first, which made it compile).

Please amend accordingly and we're safe to merge :)