For the ebuild you may take a look at
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.23.ebuild?revision=1.1&view=markup
, which is the ebuild for 3.9.23 (there are newer ebuilds, but they
contain patches which most likely fail). If you are not used to
ebuilds, you should know the following points:

- ebuilds are bash scripts
- the variable ${FILESDIR} points (in this case) to
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-libs/blas-atlas/files
- the variable ${S} will point to the directory where the source is
unpacked
- ${D} points to destination
- the functions pkg_setup, src_unpack and so on are run (in this case)
in the order they appear in the ebuild

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to