Jared Frazier

Results 18 issues of Jared Frazier

From https://github.com/Goddard-Fortran-Ecosystem/pFUnit/issues/483: In a toy example (see [jfdev001/minimal-fetch-content-pfunit/fixed](https://github.com/jfdev001/minimal-fetch-content-pfunit/tree/main/fixed)) with pFUnit downloaded with `FetchContent`, when calling ``` git clone https://github.com/jfdev001/minimal-fetch-content-pfunit.git ( cd minimal-fetch-content-pfunit cd fixed cmake -S . -B build cmake...

I would like to use [pFUnit](https://github.com/Goddard-Fortran-Ecosystem/pFUnit) in my project and download it using `FetchContent` in `extern/pFunit/CMakeLists.txt`. My project structure is as follows: ``` broken/ ├── CMakeLists.txt ├── extern │   ├──...

The docstring for `transpose` at https://github.com/Ferrite-FEM/Tensors.jl/blob/f1726ac8a1f9d88a6ee84ab4440617c598daaaea/src/transpose.jl#L3 suggests that `transpose` is defined for `Tensors.Vec`, but this is not the case given ```julia for f in (:transpose, :adjoint) @eval function LinearAlgebra.$f(::Vec) throw(ArgumentError("the...

Among other things, the build options are specified both in the `README.md` https://github.com/Cambridge-ICCS/FTorch/blob/978ee13b07f411a95c1c5d4dd7dd72b61ae97714/README.md?plain=1#L159 and in the `pages/cmake.md` https://github.com/Cambridge-ICCS/FTorch/blob/978ee13b07f411a95c1c5d4dd7dd72b61ae97714/pages/cmake.md?plain=1#L49 These should ideally be in one location. Moreover, something like https://github.com/Cambridge-ICCS/FTorch/blob/978ee13b07f411a95c1c5d4dd7dd72b61ae97714/pages/cmake.md?plain=1#L113 should...

> Another thing that would be nice, I guess, would be to add some conda CI. > Though I accept this is a bigger task and would require a separate...

hacktoberfest

> It's yours @jfdev001 and thanks for the details and looking into this. > > Indeed, it was something I thought about last night that we should perhaps have a...

In https://github.com/sylabs/singularity/blob/main/INSTALL.md, I suggest two changes: 1. Instances of `$PATH` in `echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc` and `echo 'export PATH=$PATH:$(go env GOPATH)/bin' >> ~/.bashrc` should be replaced with `\$PATH`. This...

Two comments: 1. The link to the upstream repo where the actual spack package is stored is a deadlink. That is, https://github.com/arbor-sim/arbor/blob/ef667f69ef5e36c75a47fe41fc95fd6e47412382/doc/contrib/dependency-management.rst?plain=1#L15 contains a reference to a dead link. This...