Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c30bc356928c016eed9a9c29044e812eae1bcb59)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c30bc356928c016eed9a9c29044e812eae1bcb59)
  • Date: Sat, 5 Mar 2022 12:02:59 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/llvm/DETAILS | 1 +
devel/llvm/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit c30bc356928c016eed9a9c29044e812eae1bcb59
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

llvm: Add STAGED_INSTALL=on (chmod errors with castfs)

diff --git a/devel/llvm/DETAILS b/devel/llvm/DETAILS
index 1f97359..5d4b3e7 100755
--- a/devel/llvm/DETAILS
+++ b/devel/llvm/DETAILS
@@ -76,6 +76,7 @@
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}.src"
ENTERED=20081115
SHORT="A novel compiler infrastructure for the optimization of
programs."
TMPFS=off # Well, needs about 5G space, plus actual RAM for
compiling.
+ STAGED_INSTALL=off # chmod issues with castfs
cat << EOF
Low-Level Virtual Machine (LLVM) is a compiler infrastructure designed for
compile-time, link-time, run-time, and "idle-time" optimization of programs
diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index 53c7748..166b199 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,3 +1,6 @@
+2022-03-05 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: added STAGED_INSTALL=off due to chmod errors
+
2022-02-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 13.0.1




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c30bc356928c016eed9a9c29044e812eae1bcb59), Ismael Luceno, 03/05/2022

Archive powered by MHonArc 2.6.24.

Top of Page