aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-12-19 02:25:47 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2012-12-19 02:25:47 -0500
commite6cf966ce6188365a0032e9ab74ef16c5f66f10a (patch)
tree1b1ed71f5e0b8a05284e4aac06a86af7e22ae679 /dev-lang/julia/metadata.xml
parentSort webkit dep in paraview 3.14 (diff)
downloadsci-e6cf966ce6188365a0032e9ab74ef16c5f66f10a.tar.gz
sci-e6cf966ce6188365a0032e9ab74ef16c5f66f10a.tar.bz2
sci-e6cf966ce6188365a0032e9ab74ef16c5f66f10a.zip
dev-lang/julia new ebuild
Diffstat (limited to 'dev-lang/julia/metadata.xml')
-rw-r--r--dev-lang/julia/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-lang/julia/metadata.xml b/dev-lang/julia/metadata.xml
new file mode 100644
index 000000000..03a860095
--- /dev/null
+++ b/dev-lang/julia/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>guillaume.horel@gmail.com</email>
+ <name>Guillaume Horel</name>
+ </maintainer>
+ <longdescription>
+ Julia is a high-level, high-performance dynamic programming language for
+ technical computing, with syntax that is familiar to users of other
+ technical computing environments. It provides a sophisticated compiler,
+ distributed parallel execution, numerical accuracy, and an extensive
+ mathematical function library. The library, mostly written in Julia itself,
+ also integrates mature, best-of-breed C and Fortran libraries for linear
+ algebra, random number generation, FFTs, and string processing. More
+ libraries continue to be added over time. Julia programs are organized
+ around defining functions, and overloading them for different combinations
+ of argument types (which can also be user-defined).
+ </longdescription>
+<use>
+ <flag name="notebook">Install requirements for the web notebook based on <pkg>www-servers/lighttpd</pkg></flag>
+</use>
+</pkgmetadata>