From 7dba97d4d5d729f2459a5e6f1a2455d2b753147e Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 15 Apr 2018 22:20:04 -0700 Subject: [PATCH] disable precompilation due to new SymEngine --- src/DiffEqProblemLibrary.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DiffEqProblemLibrary.jl b/src/DiffEqProblemLibrary.jl index 9d44c6c..141b757 100644 --- a/src/DiffEqProblemLibrary.jl +++ b/src/DiffEqProblemLibrary.jl @@ -1,4 +1,4 @@ -__precompile__() +__precompile__(false) module DiffEqProblemLibrary