Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (e37579abba2efa35ff41a13443f570a30aab52c8)
  • Date: Sat, 10 Apr 2010 11:37:03 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (e37579abba2efa35ff41a13443f570a30aab52c8), Jaka Kranjc, 04/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page