ports: add GNU GMP 6.3.0

This commit is contained in:
2025-08-28 16:34:14 +03:00
parent 9be467d5d5
commit ca01f57873
6 changed files with 71363 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
../meta-port-scripts/gnu-compile.sh
+1
View File
@@ -0,0 +1 @@
../meta-port-scripts/gnu-fetch.sh
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
export GNU_PROJECT=gmp
export SRC_SHA256=e56fd59d76810932a0555aa15a14b61c16bed66110d3c75cc2ac49ddaa9ab24c
export GNU_CONFIGURE_OPTIONS=
+1
View File
@@ -0,0 +1 @@
../meta-port-scripts/gnu-install.sh
File diff suppressed because it is too large Load Diff
+2
View File
@@ -0,0 +1,2 @@
description = "GNU Multiple Precision Arithmetic Library"
version = "6.3.0"