Barry Smith

Results 9 issues of Barry Smith

### What did you expect to happen? This was reported but then closed in a previous issue. GitHub appears to lack the ability to reopen an issue so I have...

is:bug
re:cli

Someone updated the remote git repository with a new branch, with git I'd do a git fetch and then I could git checkout that branch. How do I access that...

docs

I downloaded a fairly large, but not absurdly large, repository, bitbucket.com/petsc/petsc then tried to switch to the next branch with gl switch next it has been hanging for several minutes...

enhancement
internal

Been a user for a long time. Great stuff Just installed 28.1. When I double click on Emacs.app the Emacs logo in the Dock just bounces forever. Looking in the...

Could all the NLP tests in the Test directory be run with the ctest testing infrastructure? The current testing is rather thin and if I implement an interface to the...

Sherry, When I try to cmake superlu_dist on a system without a Fortran compiler I get Error configuring SUPERLU_DIST with cmake Could not execute "cd /Users/barrysmith/Src/petsc/arch-nofortran/externalpackages/git.superlu_dist/build && /usr/local/bin/cmake .. -DCMAKE_INSTALL_PREFIX=/Users/barrysmith/Src/petsc/arch-nofortran...

add_library(matgen ${sources}) will not work correctly on Apple when using shared libraries because you do not provide the BLAS library that resolves the required BLAS symbols. Current fix is running...

The installed shared library libsuperlu.dylib does not have the correct rpath because you do not set CMAKE_INSTALL_NAME_DIR:STRING properly in CMakeList.txt Current fix is for the user to provide it on...

### Context Is it (would it be) possible to allow nesting of tabs, dropdowns etc? I tried putting a dropdown inside a tab-item and get the error message: ``` WARNING:...

enhancement
more info needed