Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4c38a1346b9210239fb1dc1b286e4389b01b7851)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4c38a1346b9210239fb1dc1b286e4389b01b7851)
  • Date: Mon, 24 Oct 2022 02:21:54 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

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

New commits:
commit 4c38a1346b9210239fb1dc1b286e4389b01b7851
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/llvm: disabled staged installation, otherwise, cmake_install fails

diff --git a/devel/llvm/DETAILS b/devel/llvm/DETAILS
index 5e535bb..76c14e7 100755
--- a/devel/llvm/DETAILS
+++ b/devel/llvm/DETAILS
@@ -81,6 +81,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 2528d5f..dee2d91 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,3 +1,6 @@
+2022-10-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: staged installation isn't possible after all
+
2022-10-18 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 15.0.3




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4c38a1346b9210239fb1dc1b286e4389b01b7851), Pavel Vinogradov, 10/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page