1
I Use This!
Moderate Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted 3 months ago by Jjohnson
‎Notes on Character Sets Show changes
Posted 3 months ago by Jjohnson
‎Utility System Show changes
Posted 3 months ago by Eswenson
Eswenson moved page MCRs to MCRs.old
Posted 3 months ago by Eswenson
← Older revision Revision as of 01:53, 21 May 2025 Line 1: Line 1: − #REDIRECT [[MCRs.old]] + #REDIRECT [https://swenson.org/multics/mcrs/list]
Posted 3 months ago by Jjohnson
Show changes
Posted 3 months ago by Jjohnson
‎Missing Software Show changes
Posted 3 months ago by Jeffrey H. Johnson
Jeffrey H. Johnson (c2e58377) at 18 May 04:39 Fix typo in date
Posted 3 months ago
05-15:
Posted 3 months ago by Jjohnson
‎GCOS Show changes
Posted 3 months ago by Jeffrey H. Johnson
FYI brew install proposal is the following: def install if OS.mac? && MacOS.version < :sonoma system "make" else # Upstream issue: https://gitlab.com/dps8m/dps8m/-/issues/293 inreplace ... [More] "src/pgo/Build.PGO.Homebrew.Clang.sh", "exit 1", "" inreplace "src/pgo/Build.PGO.Homebrew.Clang.sh", "$(brew --prefix llvm)", "$BREW_LLVM_PATH" ENV["BREW_LLVM_PATH"] = Formula["llvm"].opt_prefix ENV["NO_PGO_LIBUV"] = "1" ENV.append "LDFLAGS", "-Wl,-rpath,\"#{Formula["libuv"].opt_lib}\" -L\"#{Formula["libuv"].opt_lib}\" -luv" ENV.append "CFLAGS", "-I\"#{Formula["libuv"].opt_include}\"" system "./src/pgo/Build.PGO.Homebrew.Clang.sh", "LIBUV=" end system "make", "install", "PREFIX=#{prefix}" end We'll want to make sure that if that inreplace is done on an updated version of the script that it won't break or that we close this issue and get rid of the following workaround (which follow) at the time of release. inreplace "src/pgo/Build.PGO.Homebrew.Clang.sh", "exit 1", "" inreplace "src/pgo/Build.PGO.Homebrew.Clang.sh", "$(brew --prefix llvm)", "$BREW_LLVM_PATH" ENV["BREW_LLVM_PATH"] = Formula["llvm"].opt_prefix [Less]