Geoffrey Oxberry
Geoffrey Oxberry
In doing some build system refactoring on another project, I ran into a build system error in which creating an alias-like target using a construction like: ```cmake if(MY_PROJECT_USE_BAR) blt_import_library(NAME my_project::foo...
Like #408, but for Fortran 90 & later. https://github.com/pseewald/fprettify seems reasonable. `spack` lacks a `py-fprettify` package, which would frustrate `uberenv` integration. Its only nontrivial dependency, `py-configargparse`, is already in `spack`,...
Like #408, but for Lua 5.1/5.2/5.3. The goal would be to try to reduce noise in diffs of Inlet decks stored in a project repo. I don't program in Lua...
Reproducer in a terminal on M1 MacBook Pro, macOS 12.5, Python 3.8.9 (from Xcode Command Line Tools): ```console python3 -m venv ghapi_venv ./ghapi_venv/bin/pip3 install -U pip setuptools wheel ./ghapi_venv/bin/pip3 install...
Irony server fails to install on macOS 10.14.5 with current Homebrew (as of the time this issue was filed) and LLVM 8 installed via Homebrew. The source of the error,...
In the event that we use a CMake-based build system, CMake cannot detect whether BLAS or LAPACK require linking in libraries from a Fortran compiler. This issue does not arise...
Specifically, add the following to each class `T`, where `T` is a `CAROM::Vector` or `CAROM::Matrix`, a `CAROM::Vector` is treated as a single column matrix, and none of the functions below...
Add a parallel test runner, to start testing functionality that can really only be tested in parallel. A one-process version of this sort of thing is easy. An arbitrary-process version...
If we're using GNU Autotools or CMake, we shouldn't need Perl anymore. (I believe Doxygen requires Perl, but Perl is no longer a direct dependency of this project.) The Perl...