- Time of benchmark: 11 Jul 2020 - 15:12
- Package commit: 777a21
- Julia commit: b8e9a9
- Julia command flags: None
- Environment variables: None
This file contains 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 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 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 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 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), | |
] |
This file contains 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
enable_autocomplete_brackets(false) # do this if using OhMyRepl and Tmux | |
using Pkg | |
Pkg.activate("dev-jso-solvers") | |
Pkg.develop(PackageSpec(url="../LinearOperators.jl")) | |
Pkg.develop(PackageSpec(url="../NLPModels.jl")) | |
Pkg.develop(PackageSpec(url="../NLPModelsJuMP.jl")) | |
Pkg.develop(PackageSpec(url="../SolverTools.jl")) | |
# Pkg.develop(PackageSpec(url="../OptimizationProblems.jl")) |
This file contains 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
const global syms = ["caxpy", "cbdsqr", "ccopy", "cdotc", "cdotu", "cgbtrf", | |
"cgemm", "cgemv", "cgerc", "cgeru", "cgetrf", "cgetrs", | |
"chemm", "chemv", "cher", "cher2", "cher2k", "cherk", | |
"chetrd", "clacgv", "clacpy", "cladiv", "clanhs", | |
"clarfg", "clartg", "claset", "clasr", "classq", "claswp", | |
"cpbtrf", "cpotrf", "cpttrf", "crot", "cscal", "csscal", | |
"cswap", "csymm", "csyr2k", "csyrk", "ctbtrs", "ctrmm", | |
"ctrmv", "ctrsm", "ctrsv", "ctrtrs", "dasum", "daxpy", | |
"dbdsqr", "dcopy", "ddot", "dgbtrf", "dgemm", "dgemv", | |
"dger", "dgetrf", "dgetrs", "disnan", "dlabad", "dlacpy", |