SciML / DifferentialEquations.jl

Multi-language suite for high-performance solvers of differential equations and scientific machine learning (SciML) components. Ordinary differential equations (ODEs), stochastic differential equations (SDEs), delay differential equations (DDEs), differential-algebraic equations (DAEs), and more in Julia.
https://docs.sciml.ai/DiffEqDocs/stable/
Other
2.85k stars 226 forks source link

WARNING conflicting identifier when compiling DifferentialEquations.jl #240

Closed matteoacrossi closed 6 years ago

matteoacrossi commented 6 years ago

I get the following warning when compiling DifferentialEquations.jl on Julia v0.6.2 after Pkg.add("DifferentialEquations")

WARNING: using LinAlg.Hessenberg in module IterativeSolvers conflicts with an existing identifier.
ChrisRackauckas commented 6 years ago

It's harmless so don't worry about it. It's an issue with an upstream package so I notified them and hopefully that gets fixed sooner rather than later. But it shouldn't actually do anything noticeable to us.

matteoacrossi commented 6 years ago

@ChrisRackauckas yes I imagined that it is harmless but I filed the issue anyway, since I couldn't see any report on this and it seems to be easily fixable.

ChrisRackauckas commented 6 years ago

Solved upstream. It will stop warning whenever IterativeSolvers.jl does its next release. Thanks!