Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (dc41e55b27fbcb225bbc9dc72687d7f689b7fc31)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (dc41e55b27fbcb225bbc9dc72687d7f689b7fc31)
  • Date: Thu, 10 Aug 2017 06:00:40 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

libs/isl/DEPENDS | 1 +
libs/isl/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit dc41e55b27fbcb225bbc9dc72687d7f689b7fc31
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

isl: depends on gmp

This hurts us during gmp ABI upgrade, even if manually restoring a
copy of the old lib. How to tell sorcery that the installed isl
needs gmp and thus shall be triggered on ABI breaks?

diff --git a/libs/isl/DEPENDS b/libs/isl/DEPENDS
new file mode 100755
index 0000000..e2b10a2
--- /dev/null
+++ b/libs/isl/DEPENDS
@@ -0,0 +1 @@
+depends gmp
diff --git a/libs/isl/HISTORY b/libs/isl/HISTORY
index 66d8c65..4200bdaa 100644
--- a/libs/isl/HISTORY
+++ b/libs/isl/HISTORY
@@ -1,3 +1,6 @@
+2017-08-10 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: added, needs gmp
+
2016-12-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.18




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (dc41e55b27fbcb225bbc9dc72687d7f689b7fc31), Thomas Orgis, 08/10/2017

Archive powered by MHonArc 2.6.24.

Top of Page