Dominique
Dominique
@nimgould Thank you, I have changed "tests" to "test" now. A new round of tests with fresh code. I also added continuous integration with icc/ifort on Linux and macOS. Here's...
Rebased again. Here's the situation: * macOS/Intel: there's an inexistent hardcoded path in ARCHDefs that causes an error (https://github.com/ralna/GALAHAD/actions/runs/3451480609/jobs/5760728211#step:9:339). I'm removing it now but having this error locally that is...
I did not change the default. Here is my `makefiles/mac64.osx.ifr`: https://gist.github.com/436d13f4eb9b3724c9fc00129d93aaff I ran the command `make -f ../makefiles/mac64.osx.ifr create_shared` from `$GALAHAD/src`. Is that where I was supposed to run it...
You're not looking in the wrong place. The error I quoted above occurs locally on my Mac. The differences with the GitHub virtual machines are: - I have a Silicon...
Here's the error with the updated ARCHDefs: https://github.com/ralna/GALAHAD/actions/runs/3456046277/jobs/5768502085#step:9:185
@nimgould Here is the log: https://gist.github.com/d056ea7a421d090efe30a71319f1cf7a
Thanks both. That issue seems to be resolved. The next error is ``` ./ssids/cpu/kernels/assemble.hxx(231): error: no instance of constructor "std::__1::vector::vector [with _Tp=int, _Allocator=std::__1::__allocator_traits_rebind_t]" matches the argument list argument types are:...
@jfowkes > to make homebrew work on linux you now need to do: `eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"` see the [ubuntu-latest docs](https://github.com/actions/runner-images/blob/releases/ubuntu20/20221027/images/linux/Ubuntu2004-Readme.md) for more info. Thanks. I think that's already what I'm...
In a similar vein, I'm now getting ``` julia> Pkg.add("Homebrew") INFO: Installing Homebrew v0.5.9 INFO: Building Homebrew Warning: The post-install step did not complete successfully =========================================[ ERROR: Homebrew ]========================================= LoadError:...
After a complete reinstall of Homebrew.jl, `Homebrew.add("fontconfig")` results in ``` /Users/dpo/.local/share/fonts: skipping, no such directory /Users/dpo/.fonts: skipping, no such directory /usr/local/var/cache/fontconfig: not cleaning unwritable cache directory /Users/dpo/.cache/fontconfig: not cleaning unwritable...