ChrisNabold
ChrisNabold
I use Eclipse 4.6.3 under win 10 (both 64bit) and try to run a small Go Hello Program The config in GoClipse 0.16.1 is: Go installation: c:\Go use same value...
I tried to solve the Jumping Ball exaple from doc but got the following error message [Juilaerr.txt](https://github.com/SciML/DiffEqDocs.jl/files/6003587/Juilaerr.txt)
I try to solve the following nonlinear Differential Equation/Boundary Value Problem: y'''' + 4.0*y'''/x = 0 with the following boundary conditions y(0) = y'(0) = 0 y''(1)=0 y'''(1)=1 in a...
I use Julia 1.4.1 on Win 10 64 bit. I installed PyPlot V2.9.0 after .. using PyPlot x = range(0; stop=2*pi, length=1000); y = sin.(3 * x + 4 *...
I tried to install arpack ng (with latest download) using cmake -D EXAMPLES=ON -D MPI=ON -D BUILD_SHARED_LIBS=ON .. [CMakeError.log](https://github.com/opencollab/arpack-ng/files/3487050/CMakeError.log) [CMakeOutput.log](https://github.com/opencollab/arpack-ng/files/3487051/CMakeOutput.log) How can I manage that cmake is using intel mkl...
Please search existing issues to avoid duplicates. ## Details - Atom version: - Julia version: - OS: - Package versions: - Atom.jl: - julia-client: - ink: ### Steps to reproduce...
I am trying to solve a small problem using SCIP.Optimizer using 64 bit version of SCIP . After: using JuMP, SCIP model = Model(SCIP.Optimizer) @variable(model, 0
I tried to install the Octave kernel from conda using Octave 7.1. However the kernel seems to completely fail. Does the latesst kernel can work together with Octave 7.1? Thank...
**Describe the bug 🐞** A clear and concise description of what the bug is. **Expected behavior** A clear and concise description of what you expected to happen. **Minimal Reproducible Example...
Copy issue body from C:/vcpkg/installed/vcpkg/issue_body.md I tried to install openblas and GSL from vcpkg on windows 11 But it can not be installed. error: error: building openblas:x64-windows failed with: BUILD_FAILED...