1
I Use This!
Moderate Activity

News

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Posted 3 months ago by Jeffrey H. Johnson
Jeffrey H. Johnson (a834c552) at 14 May 18:28 CI: Update CI-Kit reference log
Posted 3 months ago by Jeffrey H. Johnson
Jeffrey H. Johnson (af64b2cd) at 14 May 18:28 CI: Update CI-Kit reference log
Posted 3 months ago by Jeffrey H. Johnson
Posted 3 months ago by Jeffrey H. Johnson
Posted 3 months ago by Jeffrey H. Johnson
Posted 3 months ago by Jeffrey H. Johnson
Posted 3 months ago by Jeffrey H. Johnson
Posted 3 months ago by Jeffrey H. Johnson
Jeffrey H. Johnson (f0d311a9) at 15 May 01:18 Web: Update for R3.1.0
Posted 3 months ago by Jeffrey H. Johnson
Posted 3 months ago by Jeffrey H. Johnson
FYI brew install is the following: def install # Upstream issue: https://gitlab.com/dps8m/dps8m/-/issues/293 inreplace "src/pgo/Build.PGO.Homebrew.Clang.sh", "exit 1", "" inreplace "src/pgo/Build.PGO.Homebrew.Clang.sh", "$(brew --prefix ... [More] llvm)", "$BREW_LLVM_PATH" inreplace "src/libsir/Makefile", "ranlib", "true" 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}\"" # Run PGO build system "./src/pgo/Build.PGO.Homebrew.Clang.sh", "LIBUV=" system "make", "install", "PREFIX=#{prefix}" end [Less]