]> git.pld-linux.org Git - packages/guile.git/commitdiff
- try with internal mini-gmp on x32; release 3 (libffi 3.4.x) master auto/th/guile-3.0.9-3
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Feb 2023 21:42:10 +0000 (22:42 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Feb 2023 21:42:10 +0000 (22:42 +0100)
guile.spec

index 4224dd860648ac9679382dee8beedc5c231e23cf..a2ccd148f3ef318d881367617d7267456a60346b 100644 (file)
@@ -1,4 +1,5 @@
-# TODO: many bytevectors.test and numbers.test failures on x32
+# TODO: many bytevectors.test and numbers.test failures on x32 when using system gmp
+# (temporarily switched to internal mini-gmp)
 #
 # Conditional build:
 %bcond_without tests   # running ./check-guile
@@ -18,7 +19,7 @@ Summary(ru.UTF-8):    Язык расширений GNU
 Summary(uk.UTF-8):     Мова розширень GNU
 Name:          guile
 Version:       3.0.9
-Release:       2
+Release:       3
 Epoch:         5
 License:       LGPL v3+
 Group:         Development/Languages
@@ -200,7 +201,8 @@ Tryb edycji guile dla emacsa.
 %{__automake}
 %configure \
 %ifarch x32
-       --enable-jit=no \
+       --disable-jit \
+       --enable-mini-gmp \
 %endif
        --disable-silent-rules
 
This page took 0.168492 seconds and 4 git commands to generate.