[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (e37579abba2efa35ff41a13443f570a30aab52c8)

Jaka Kranjc scm at sourcemage.org
Sat Apr 10 12:37:03 EDT 2010


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 ChangeLog           |    3 +++
 libs/libmpc/DEPENDS |    2 ++
 libs/libmpc/DETAILS |   15 +++++++++++++++
 libs/libmpc/HISTORY |    3 +++
 libs/libmpc/INSTALL |    2 ++
 5 files changed, 25 insertions(+)

New commits:
commit e37579abba2efa35ff41a13443f570a30aab52c8
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    libs/libmpc: new; arithmetic of complex numbers; needed for gcc 4.5

diff --git a/ChangeLog b/ChangeLog
index f67c9fe..dc95ce7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-10 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* libs/libmpc: arithmetic of complex numbers; needed for gcc 4.5
+
 2010-04-10 Mark Bainter <mbainter at sourcemage.org>
 	* http/apache: spell deprecated [renamed to apache1] for Bug #13532
 
diff --git a/libs/libmpc/DEPENDS b/libs/libmpc/DEPENDS
new file mode 100755
index 0000000..b29776c
--- /dev/null
+++ b/libs/libmpc/DEPENDS
@@ -0,0 +1,2 @@
+depends gmp &&
+depends mpfr
diff --git a/libs/libmpc/DETAILS b/libs/libmpc/DETAILS
new file mode 100755
index 0000000..1594199
--- /dev/null
+++ b/libs/libmpc/DETAILS
@@ -0,0 +1,15 @@
+           SPELL=libmpc
+         VERSION=0.8.1
+          SOURCE="mpc-$VERSION.tar.gz"
+   SOURCE_URL[0]=http://www.multiprecision.org/mpc/download/$SOURCE
+     SOURCE_HASH=sha512:14cb9ae3d33caed24d5ae648eed28b2e00ad047a8baeff25981129af88245b4def2948573d7a00d65c5bd34e53524aa6a7351b76703c9f888b41830c1a1daae2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/mpc-$VERSION"
+        WEB_SITE="http://www.multiprecision.org/index.php?prog=mpc"
+      LICENSE[0]="LGPL"
+         ENTERED=20100410
+           SHORT="library for the arithmetic of complex numbers"
+cat << EOF
+Mpc is a C library for the arithmetic of complex numbers with arbitrarily
+high precision and correct rounding of the result. It is built upon and
+follows the same principles as Mpfr.
+EOF
diff --git a/libs/libmpc/HISTORY b/libs/libmpc/HISTORY
new file mode 100644
index 0000000..9974069
--- /dev/null
+++ b/libs/libmpc/HISTORY
@@ -0,0 +1,3 @@
+2010-04-10 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/libs/libmpc/INSTALL b/libs/libmpc/INSTALL
new file mode 100755
index 0000000..7edfbb9
--- /dev/null
+++ b/libs/libmpc/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+rm -r doc # remove the remaining build system cruft



More information about the SM-Commit mailing list