emerge --info Portage 2.1_pre9-r5 (default-linux/amd64/2005.1, gcc-3.4.6, glibc-2.4-r1, 2.6.16-gentoo x86_64) ================================================================= System uname: 2.6.16-gentoo x86_64 AMD Sempron(tm) Processor 3300+ Gentoo Base System version 1.12.0_pre18 distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] ccache version 2.4 [enabled] dev-lang/python: 2.3.5, 2.4.2-r1 dev-util/ccache: 2.4-r1 dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r2 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r3 ACCEPT_KEYWORDS="amd64 ~amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -pipe -O2" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d" CXXFLAGS="-march=k8 -pipe -O2" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://gentoo.netnitco.net http://gentoo.mirrors.pair.com/ http://ftp.gentoo.or.kr/" LINGUAS="de" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" USE="amd64 X acpi alsa apache2 arts avi berkdb bitmap-fonts bluetooth bzip2 ccache cdr cli crypt cups dri dvb dvd dvdr dvdread eds emboss encode fat foomaticdb fortran gif gimp gimpprint gkrellm gnuplot gpm gstreamer gtk gtk2 icq imagemagick imap imlib iproute2 ipv6 isdnlog java javascript jpeg kde latex lzw lzw-tiff math mbox mp3 mp4live mpeg mpeg2 mpeg4 mplayer mysql ncurses nls nptl nptlonly nsplugin nvidia octave ogg oggvorbis opengl openssh openssl oss pam pcre pdf pdflib perl php plotutils png ppds pppd python qt quicktime rar readline reflection reiserfs samba sdl session sftp spell spl ssl tcpd tiff truetype-fonts type1-fonts usb vcd video_cards_nv video_cards_nvidia vorbis wma wma123 xcomposite xinerama xinetd xml2 xmms xorg xpm xv xvmc zlib elibc_glibc input_devices_mouse input_devices_keyboard kernel_linux linguas_de userland_GNU" Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS
When requesting ebuilds, at least add some description and URL. We can't guess.
http://www.fenics.org/pub/software/dolfin/v0.6/dolfin-0.6.1.tar.gz dolfin ist an implemenation for octave to solve ordinary and partial differential equations.
You also forgot to reopen...
Created attachment 86499 [details] here is an ebuild from a former version that does not function now
Comment on attachment 86499 [details] here is an ebuild from a former version that does not function now Don't attach tarballs, please. Ever.
Created attachment 115005 [details] ebuild for 0.6.4
Ebuild attached for 0.6.4 - this builds with no errors on my machine, but may need additional dependencies to work - I was going to add a umfpack USE flag, but I'm unable to get umfpack to compile on my machine at the moment so couldn't test.
(In reply to comment #7) > Ebuild attached for 0.6.4 - this builds with no errors on my machine, but may > need additional dependencies to work - I was going to add a umfpack USE flag, > but I'm unable to get umfpack to compile on my machine at the moment so > couldn't test. > The newest version 0.8 uses scons and the ebuild no longer works. I'm trying to learn how to write ebuilds but I can't find documentation for non-autotools based compiling. This package the main component of the fenics multiphysics software which can be downloaded http://www.fenics.org/wiki/Download
Created attachment 239625 [details] ebuild for Dolfin 0.9.8 This is a first attempt on an ebuild for the 0.9 series, using Scons as build system. It needs quite a few dependencies which are not yet in Portage, particularly if used with +python, but I'll but them up bugs.gentoo.org instantly. It all compiles fine for me now, but I still can't run my Dolfin Python program here b/c of an error with dev-python/instant. Will post on this later. Cheers, Nico
*** This bug has been marked as a duplicate of bug 349025 ***