Boost (removed!) Cython 3.0.11 Expat 2.6.4 GMP 6.3.0 MaterialX 1.39.2 Nanobind 2.1.0 (new, for OpenVDB) NumPy 1.26.4 OpenColorIO 2.4.1 OpenEXR 3.3.2 OpenImageIO 3.0.3.1 OpenVDB 12.0.0 OSL 1.14.3-beta Python 3.11.11 Robinmap 1.3.0 TBB 2021.13.0 TIFF 4.7.0 USD 25.02 libxml2 2.13.5 zlib 1.3.1 Co-authored-by: Brecht Van Lommel <brecht@blender.org> Co-authored-by: Jonas Holzman <jonas@holzman.fr> Co-authored-by: Sebastian Parborg <sebastian@blender.org> Ref #128577 Pull Request: https://projects.blender.org/blender/blender/pulls/134178
51 lines
2.1 KiB
Diff
51 lines
2.1 KiB
Diff
diff -Naur gmp-6.2.1-clean/Makefile.am gmp-6.2.1-dirty/Makefile.am
|
|
--- gmp-6.2.1-clean/Makefile.am 2020-11-14 18:45:09.000000000 +0000
|
|
+++ gmp-6.2.1-dirty/Makefile.am 2023-01-24 13:06:03.527956700 +0000
|
|
@@ -112,7 +112,7 @@
|
|
LIBGMPXX_LT_AGE = 6
|
|
|
|
|
|
-SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune doc
|
|
+SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune
|
|
|
|
EXTRA_DIST = configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf \
|
|
COPYING.LESSERv3 COPYINGv2 COPYINGv3
|
|
diff -Naur gmp-6.2.1-clean/Makefile.in gmp-6.2.1-dirty/Makefile.in
|
|
--- gmp-6.2.1-clean/Makefile.in 2020-11-14 18:45:16.000000000 +0000
|
|
+++ gmp-6.2.1-dirty/Makefile.in 2023-01-24 13:06:47.691201700 +0000
|
|
@@ -572,7 +572,7 @@
|
|
LIBGMPXX_LT_CURRENT = 11
|
|
LIBGMPXX_LT_REVISION = 0
|
|
LIBGMPXX_LT_AGE = 7
|
|
-SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune doc
|
|
+SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune
|
|
|
|
# Put asl.h here for now.
|
|
|
|
diff -Naur gmp-6.2.1-clean/configure gmp-6.2.1-dirty/configure
|
|
--- gmp-6.2.1-clean/configure 2020-11-14 18:45:15.000000000 +0000
|
|
+++ gmp-6.2.1-dirty/configure 2023-01-24 14:06:26.822206200 +0000
|
|
@@ -12142,8 +12142,8 @@
|
|
#
|
|
if test "$enable_shared" = yes; then
|
|
GMP_LDFLAGS="$GMP_LDFLAGS -no-undefined -Wl,--export-all-symbols"
|
|
- LIBGMP_LDFLAGS="$LIBGMP_LDFLAGS -Wl,--output-def,.libs/libgmp-3.dll.def"
|
|
- LIBGMPXX_LDFLAGS="$LIBGMP_LDFLAGS -Wl,--output-def,.libs/libgmpxx-3.dll.def"
|
|
+ #LIBGMP_LDFLAGS="$LIBGMP_LDFLAGS -Wl,--output-def,.libs/libgmp-3.dll.def"
|
|
+ #LIBGMPXX_LDFLAGS="$LIBGMP_LDFLAGS -Wl,--output-def,.libs/libgmpxx-3.dll.def"
|
|
LIBGMP_DLL=1
|
|
fi
|
|
;;
|
|
diff -Naur gmp-6.2.1-clean/gmp-h.in gmp-6.2.1-dirty/gmp-h.in
|
|
--- gmp-6.2.1-clean/gmp-h.in 2020-11-14 18:45:09.000000000 +0000
|
|
+++ gmp-6.2.1-dirty/gmp-h.in 2023-01-24 14:07:02.962184400 +0000
|
|
@@ -398,7 +398,7 @@
|
|
|
|
/* Microsoft's C compiler accepts __inline */
|
|
#ifdef _MSC_VER
|
|
-#define __GMP_EXTERN_INLINE __inline
|
|
+#define __GMP_EXTERN_INLINE static __inline
|
|
#endif
|
|
|
|
/* Recent enough Sun C compilers want "inline" */
|