Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 16/04/2014, à 17:03

serviteur

[RESOLU] Probleme d'installation_Focus Blur 3.2.6 sur Ubuntu 64 bit

Salut,

J'ai des erreurs pour installer le script Focus Blur 3.2.6  pour Gimp par le terminal:
mon OS: Ubuntu 12.04 LTS 64bit

lien de téléchargement: http://registry.gimp.org/node/1444

la commande: sudo make install

brush.c:308: error: undefined reference to 'hypotf'
brush.c:143: error: undefined reference to 'rintf'
brush.c:354: error: undefined reference to 'ceilf'
brush.c:362: error: undefined reference to 'sincosf'
brush.c:507: error: undefined reference to 'floorf'
brush.c:508: error: undefined reference to 'floorf'
brush.c:429: error: undefined reference to 'floorf'
brush.c:464: error: undefined reference to 'rintf'
brush.c:464: error: undefined reference to 'rintf'
depthmap.c:165: error: undefined reference to 'rintf'
diffusion.c:626: error: undefined reference to 'ceilf'
diffusion.c:636: error: undefined reference to 'expf'
diffusion.c:456: error: undefined reference to 'ceilf'
diffusion.c:782: error: undefined reference to 'sqrtf'
diffusion.c:786: error: undefined reference to 'sqrtf'
diffusion.c:573: error: undefined reference to 'ceilf'
diffusion.c:107: error: undefined reference to 'hypotf'
diffusion.c:334: error: undefined reference to 'floorf'
diffusion.c:821: error: undefined reference to 'expf'
diffusion.c:821: error: undefined reference to 'expf'
shine.c:436: error: undefined reference to 'powf'
collect2: ld returned 1 exit status
make[1]: *** [focusblur] Error 1
make[1]: Leaving directory `/home/serviteur/focusblur-3.2.6/src'
make: *** [install-recursive] Error 1
serviteur@creation:~/focusblur-3.2.6$
serviteur@creation:~/focusblur-3.2.6$ sudo make install
[sudo] password for serviteur: 
Making install in po
make[1]: Entering directory `/home/serviteur/focusblur-3.2.6/po'
file=`echo it | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo ru | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ru.po
linguas="it ja ru "; \
	for lang in $linguas; do \
	  dir=/usr/share/locale/$lang/LC_MESSAGES; \
	  /bin/bash /home/serviteur/focusblur-3.2.6/install-sh -d $dir; \
	  if test -r $lang.gmo; then \
	    /usr/bin/install -c -m 644 $lang.gmo $dir/gimp20-focusblur.mo; \
	    echo "installing $lang.gmo as $dir/gimp20-focusblur.mo"; \
	  else \
	    /usr/bin/install -c -m 644 ./$lang.gmo $dir/gimp20-focusblur.mo; \
	    echo "installing ./$lang.gmo as" \
		 "$dir/gimp20-focusblur.mo"; \
	  fi; \
	  if test -r $lang.gmo.m; then \
	    /usr/bin/install -c -m 644 $lang.gmo.m $dir/gimp20-focusblur.mo.m; \
	    echo "installing $lang.gmo.m as $dir/gimp20-focusblur.mo.m"; \
	  else \
	    if test -r ./$lang.gmo.m ; then \
	      /usr/bin/install -c -m 644 ./$lang.gmo.m \
		$dir/gimp20-focusblur.mo.m; \
	      echo "installing ./$lang.gmo.m as" \
		   "$dir/gimp20-focusblur.mo.m"; \
	    else \
	      true; \
	    fi; \
	  fi; \
	done
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gimp20-focusblur.mo
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/gimp20-focusblur.mo
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/gimp20-focusblur.mo
make[1]: Leaving directory `/home/serviteur/focusblur-3.2.6/po'
Making install in pixmaps
make[1]: Entering directory `/home/serviteur/focusblur-3.2.6/pixmaps'
{ echo '#include <gdk-pixbuf/gdk-pixdata.h>' ; \
	/usr/bin/gdk-pixbuf-csource --struct --rle --build-list \
	$(for i in focusblur-model-flat.png focusblur-model-spherical.png focusblur-model-gaussian.png focusblur-model-ring.png focusblur-model-concave.png ; do echo $i | sed -e 's;\..*;;' -e 's;-;_;g' ; echo -n $i" " ; done) | \
	sed -e '/pixel_data:/a(guint8 *)' ; \
	} > pixbufs.h
make  install-am
make[2]: Entering directory `/home/serviteur/focusblur-3.2.6/pixmaps'
make[3]: Entering directory `/home/serviteur/focusblur-3.2.6/pixmaps'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/serviteur/focusblur-3.2.6/pixmaps'
make[2]: Leaving directory `/home/serviteur/focusblur-3.2.6/pixmaps'
make[1]: Leaving directory `/home/serviteur/focusblur-3.2.6/pixmaps'
Making install in src
make[1]: Entering directory `/home/serviteur/focusblur-3.2.6/src'
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT aaa.o -MD -MP -MF .deps/aaa.Tpo -c -o aaa.o aaa.c
mv -f .deps/aaa.Tpo .deps/aaa.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT brush.o -MD -MP -MF .deps/brush.Tpo -c -o brush.o brush.c
mv -f .deps/brush.Tpo .deps/brush.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT depthmap.o -MD -MP -MF .deps/depthmap.Tpo -c -o depthmap.o depthmap.c
mv -f .deps/depthmap.Tpo .deps/depthmap.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT diffusion.o -MD -MP -MF .deps/diffusion.Tpo -c -o diffusion.o diffusion.c
mv -f .deps/diffusion.Tpo .deps/diffusion.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT focusblurenums.o -MD -MP -MF .deps/focusblurenums.Tpo -c -o focusblurenums.o focusblurenums.c
mv -f .deps/focusblurenums.Tpo .deps/focusblurenums.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT focusblurparam.o -MD -MP -MF .deps/focusblurparam.Tpo -c -o focusblurparam.o focusblurparam.c
mv -f .deps/focusblurparam.Tpo .deps/focusblurparam.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT focusblurrc.o -MD -MP -MF .deps/focusblurrc.Tpo -c -o focusblurrc.o focusblurrc.c
mv -f .deps/focusblurrc.Tpo .deps/focusblurrc.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT focusblurstock.o -MD -MP -MF .deps/focusblurstock.Tpo -c -o focusblurstock.o focusblurstock.c
mv -f .deps/focusblurstock.Tpo .deps/focusblurstock.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT gimpplugin.o -MD -MP -MF .deps/gimpplugin.Tpo -c -o gimpplugin.o gimpplugin.c
mv -f .deps/gimpplugin.Tpo .deps/gimpplugin.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
mv -f .deps/interface.Tpo .deps/interface.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT render.o -MD -MP -MF .deps/render.Tpo -c -o render.o render.c
mv -f .deps/render.Tpo .deps/render.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT shine.o -MD -MP -MF .deps/shine.Tpo -c -o shine.o shine.c
mv -f .deps/shine.Tpo .deps/shine.Po
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gimp-2.0    -I/usr/include    -g -O2 -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o source.c
mv -f .deps/source.Tpo .deps/source.Po
gcc  -g -O2   -o focusblur aaa.o brush.o depthmap.o diffusion.o focusblurenums.o focusblurparam.o focusblurrc.o focusblurstock.o gimpplugin.o interface.o render.o shine.o source.o  -pthread -lgthread-2.0 -lrt -lglib-2.0   -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0    
brush.c:308: error: undefined reference to 'hypotf'
brush.c:143: error: undefined reference to 'rintf'
brush.c:354: error: undefined reference to 'ceilf'
brush.c:362: error: undefined reference to 'sincosf'
brush.c:507: error: undefined reference to 'floorf'
brush.c:508: error: undefined reference to 'floorf'
brush.c:429: error: undefined reference to 'floorf'
brush.c:464: error: undefined reference to 'rintf'
brush.c:464: error: undefined reference to 'rintf'
depthmap.c:165: error: undefined reference to 'rintf'
diffusion.c:626: error: undefined reference to 'ceilf'
diffusion.c:636: error: undefined reference to 'expf'
diffusion.c:456: error: undefined reference to 'ceilf'
diffusion.c:782: error: undefined reference to 'sqrtf'
diffusion.c:786: error: undefined reference to 'sqrtf'
diffusion.c:573: error: undefined reference to 'ceilf'
diffusion.c:107: error: undefined reference to 'hypotf'
diffusion.c:334: error: undefined reference to 'floorf'
diffusion.c:821: error: undefined reference to 'expf'
diffusion.c:821: error: undefined reference to 'expf'
shine.c:436: error: undefined reference to 'powf'
collect2: ld returned 1 exit status
make[1]: *** [focusblur] Error 1
make[1]: Leaving directory `/home/serviteur/focusblur-3.2.6/src'
make: *** [install-recursive] Error 1
serviteur@creation:~/focusblur-3.2.6$ 

Comment resoudre ce problème d'erreur?

la commande: ./configure
Pas de problème


serviteur@creation:~/focusblur-3.2.6$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking for an ANSI C-conforming const... yes
checking for gdk-pixbuf-csource... /usr/bin/gdk-pixbuf-csource
checking for pkg-config... /usr/bin/pkg-config
checking for GIMP - version >= 2.4.0... yes (version 2.8.10)
checking pkg-config is at least version 0.9.0... yes
checking for GTHREAD... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for FFTW3... no
checking whether NLS is requested... yes
checking for intltool >= 0.36.3... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.14.2
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  it ja ru
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating pixmaps/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

[[

Dernière modification par serviteur (Le 23/04/2014, à 13:30)


" Le disciple (serviteur) n'est pas plus que le maître; mais tout disciple accompli sera comme son maître." Luc 6:40;  Jean. 13:16

HP EliteBook Workstation Intel i7 2760QM, 16GB RAM, Nvidia Quadro 4000M
HP Z8 G4  2X: Intel Xeon Silver 4108 CPU, 32 GB RAM, Nvidia Geforce RTX  2070 Super

Hors ligne

#2 Le 23/04/2014, à 13:29

serviteur

Re : [RESOLU] Probleme d'installation_Focus Blur 3.2.6 sur Ubuntu 64 bit

J'ai résolu la compilation par la commande:

serviteur@creation:~/focusblur-3.2.6$ ./configure LIBS=-lm

" Le disciple (serviteur) n'est pas plus que le maître; mais tout disciple accompli sera comme son maître." Luc 6:40;  Jean. 13:16

HP EliteBook Workstation Intel i7 2760QM, 16GB RAM, Nvidia Quadro 4000M
HP Z8 G4  2X: Intel Xeon Silver 4108 CPU, 32 GB RAM, Nvidia Geforce RTX  2070 Super

Hors ligne