- Time of benchmark: 11 Jul 2020 - 15:12
- Package commit: 777a21
- Julia commit: b8e9a9
- Julia command flags: None
- Environment variables: None
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for xz on 5.6.7-1.el7.elrepo.x86_64 | |
Build date: 2020-06-05 17:05:13 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using BinaryBuilder | |
name = "Bogus" | |
version = v"0.0.1" | |
sources = [ # download anything, it doesn't matter | |
ArchiveSource("https://github.com/JuliaPackaging/BinaryBuilder.jl/archive/v0.2.4.tar.gz", | |
"46de5242addad8825beac7b7ef254a9b4eb5f1b70a54f6f438b182d9a57f9f07"), | |
] |
- XQuartz must be running
- the DISPLAY env var must be set to :0.0 in ~/.bashrc and ~/bin/vd
- maybe restart Skim
https://vi.stackexchange.com/questions/13784/vim-not-starting-server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for protobuf on 3.10.0-1062.18.1.el7.x86_64 | |
Build date: 2020-04-20 20:06:02 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-04-16 16:35:39 -0400 | |
make | |
/usr/bin/make all-recursive | |
make[1]: Entering directory `/tmp/pkg-config-20200416-29408-1fd8juh/pkg-config-0.29.2' | |
Making all in glib | |
make[2]: Entering directory `/tmp/pkg-config-20200416-29408-1fd8juh/pkg-config-0.29.2/glib' | |
/usr/bin/make all-recursive | |
make[3]: Entering directory `/tmp/pkg-config-20200416-29408-1fd8juh/pkg-config-0.29.2/glib' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using BinaryProvider # requires BinaryProvider 0.3.0 or later | |
# Parse some basic command-line arguments | |
const verbose = "--verbose" in ARGS | |
const prefix = Prefix(get([a for a in ARGS if a != "--verbose"], 1, joinpath(@__DIR__, "usr"))) | |
products = [ | |
LibraryProduct(prefix, ["libipopt"], :libipopt), | |
ExecutableProduct(prefix, "ipopt", :amplexe), | |
] |