MAC-04017247:sage dcoudert$ brew search givaro
==> Formulae
macaulay2/tap/givaro ✔
--
You received this message because you are subscribed to the Google Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-release...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-release/24910433-4960-42A6-8F25-2A2923D55509%40gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-release/C90C267C-DF37-4ECE-B37E-685F3F8C7457%40gmail.com.
diff --git a/build/pkgs/linbox/spkg-configure.m4 b/build/pkgs/linbox/spkg-configure.m4
index 49cc871a85c..4a1c9fabaa7 100644
--- a/build/pkgs/linbox/spkg-configure.m4
+++ b/build/pkgs/linbox/spkg-configure.m4
@@ -11,6 +11,6 @@ SAGE_SPKG_CONFIGURE([linbox], [
], [dnl REQUIRED_CHECK
], [dnl PRE
], [dnl POST
- sage_spkg_install_fflas_ffpack=$sage_spkg_install_linbox
- sage_spkg_install_givaro=$sage_spkg_install_linbox
+ # sage_spkg_install_fflas_ffpack=$sage_spkg_install_linbox
+ # sage_spkg_install_givaro=$sage_spkg_install_linbox
])
[libhomfly-1.03] [spkg-install] Building libhomfly-1.03
[libhomfly-1.03] [spkg-install] Making all in lib
[libhomfly-1.03] [spkg-install] /opt/homebrew/bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu23 -DPACKAGE_NAME=\"libhomfly\" -DPACKAGE_TARNAME=\"libhomfly\" -DPACKAGE_VERSION=\"1.03\" -DPACKAGE_STRING=\"libhomfly\ 1.03\" -DPACKAGE_BUGREPORT=\"mma...@unizar.es\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libhomfly\" -DVERSION=\"1.03\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -c -o bound.lo bound.c
[libhomfly-1.03] [spkg-install] libtool: compile: gcc -std=gnu23 -DPACKAGE_NAME=\"libhomfly\" -DPACKAGE_TARNAME=\"libhomfly\" -DPACKAGE_VERSION=\"1.03\" "-DPACKAGE_STRING=\"libhomfly 1.03\"" -DPACKAGE_BUGREPORT=\"mma...@unizar.es\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libhomfly\" -DVERSION=\"1.03\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -I. -g -O2 -c bound.c -fno-common -DPIC -o .libs/bound.o
[libhomfly-1.03] [spkg-install] bound.c:195:17: error: unknown type name 'list'
[libhomfly-1.03] [spkg-install] 195 | void b_one_pair(list, list2, one, two)
[libhomfly-1.03] [spkg-install] | ^
[libhomfly-1.03] [spkg-install] bound.c:195:23: error: unknown type name 'list2'
[libhomfly-1.03] [spkg-install] 195 | void b_one_pair(list, list2, one, two)
[libhomfly-1.03] [spkg-install] | ^
[libhomfly-1.03] [spkg-install] bound.c:195:30: error: unknown type name 'one'
[libhomfly-1.03] [spkg-install] 195 | void b_one_pair(list, list2, one, two)
[libhomfly-1.03] [spkg-install] | ^
[libhomfly-1.03] [spkg-install] bound.c:195:35: error: unknown type name 'two'
[libhomfly-1.03] [spkg-install] 195 | void b_one_pair(list, list2, one, two)
[libhomfly-1.03] [spkg-install] | ^
[libhomfly-1.03] [spkg-install] bound.c:195:39: error: expected ';' after top level declarator
[libhomfly-1.03] [spkg-install] 195 | void b_one_pair(list, list2, one, two)
[libhomfly-1.03] [spkg-install] | ^
[libhomfly-1.03] [spkg-install] | ;
[libhomfly-1.03] [spkg-install] bound.c:196:8: error: redefinition of 'list' with a different type: 'word *' (aka 'int *') vs 'word[26]' (aka 'int[26]')
[libhomfly-1.03] [spkg-install] 196 | word *list; /* list of original inputs/outputs, modified by this routine */
[libhomfly-1.03] [spkg-install] | ^
[libhomfly-1.03] [spkg-install] bound.c:24:6: note: previous definition is here
[libhomfly-1.03] [spkg-install] 24 | word list[BIGWEAVE]; /* description of first new weave */
[libhomfly-1.03] [spkg-install] | ^
[libhomfly-1.03] [spkg-install] bound.c:197:8: error: redefinition of 'list2' with a different type: 'word *' (aka 'int *') vs 'word[26]' (aka 'int[26]')
[libhomfly-1.03] [spkg-install] 197 | word *list2; /* inputs/outputs of the second new weave */
[libhomfly-1.03] [spkg-install] | ^
[libhomfly-1.03] [spkg-install] bound.c:25:6: note: previous definition is here
[libhomfly-1.03] [spkg-install] 25 | word list2[BIGWEAVE]; /* description of second, if needed */
[libhomfly-1.03] [spkg-install] | ^
[libhomfly-1.03] [spkg-install] bound.c:200:1: error: expected identifier or '('
[libhomfly-1.03] [spkg-install] 200 | {
[libhomfly-1.03] [spkg-install] | ^
[libhomfly-1.03] [spkg-install] 8 errors generated.
[libhomfly-1.03] [spkg-install] make[6]: *** [bound.lo] Error 1
[libhomfly-1.03] [spkg-install] make[5]: *** [all-recursive] Error 1
To view this discussion visit https://groups.google.com/d/msgid/sage-release/8B5A342E-1F31-46BA-9086-D67479BB1987%40gmail.com.
[linbox-1.7.1] [spkg-install] /opt/homebrew/Cellar/givaro/4.2.1_1/include/recint/rrint.h:125:32: error: 'make_signed' cannot be specialized: Users are not allowed to specialize this standard library entity [-Winvalid-specialization]
To view this discussion visit https://groups.google.com/d/msgid/sage-release/01D8D363-09A3-4BFD-AAFB-9AA077DDE2E6%40gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/sage-release/BEE03AAC-3861-4F0F-ABEF-4461C57F30C8%40gmail.com.