summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2016-03-25 10:01:27 +0100
committerFlorian Franzmann2016-03-25 11:09:44 +0100
commit014b07f876988bdbfa6fb02546ba8a47a0d582ca (patch)
tree0b77862a619fbf4a11ebe14395c0bdc28060dad8
parent472b7ffcfcdb15cd54180031758425803d31d40e (diff)
libs/libcerf: new spell, a numeric library of error functions
-rw-r--r--ChangeLog3
-rwxr-xr-xlibs/libcerf/DEPENDS2
-rwxr-xr-xlibs/libcerf/DETAILS15
-rw-r--r--libs/libcerf/HISTORY3
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe20658fbf..8f09e18d42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-03-25 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * libs/libcerf: new spell, a numeric library of error functions
+
2016-03-23 Treeve Jelbert <treeve@sourcemage.org>
* kde4-edu/libkdeedu: delete unneed spell
* kde4-edu/pairs: delete spell, no tarballs available
diff --git a/libs/libcerf/DEPENDS b/libs/libcerf/DEPENDS
new file mode 100755
index 0000000000..7549252ecf
--- /dev/null
+++ b/libs/libcerf/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends libtool
diff --git a/libs/libcerf/DETAILS b/libs/libcerf/DETAILS
new file mode 100755
index 0000000000..7a7df0668d
--- /dev/null
+++ b/libs/libcerf/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libcerf
+ VERSION=1.4
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://apps.jcns.fz-juelich.de/src/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:93d7b03898c0f88e436947b204db7fb5097dc901928aedde48bf0a04552e1c041fdfcdbe6318fdc21508e1349b6c205f557660550e72d6e86b078d9d0dde0faa
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://apps.jcns.fz-juelich.de/doku/sc/libcerf"
+ LICENSE[0]=MIT
+ ENTERED=20160325
+ SHORT="a self-contained numeric library of complex error functions"
+cat << EOF
+libcerf is a self-contained numeric library that provides an efficient
+and accurate implementation of complex error functions, along with Dawson,
+Faddeeva, and Voigt functions.
+EOF
diff --git a/libs/libcerf/HISTORY b/libs/libcerf/HISTORY
new file mode 100644
index 0000000000..2487080dd6
--- /dev/null
+++ b/libs/libcerf/HISTORY
@@ -0,0 +1,3 @@
+2016-03-25 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+