From 899a9908d3224b5841fe0dd58dd81ede2a9645fe Mon Sep 17 00:00:00 2001 From: Ryuichi YAMAMOTO Date: Mon, 21 Mar 2016 20:44:56 +0900 Subject: [PATCH 1/2] enable precompile on windows --- src/SynthesisFilters.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SynthesisFilters.jl b/src/SynthesisFilters.jl index ccd83b1..d19471f 100644 --- a/src/SynthesisFilters.jl +++ b/src/SynthesisFilters.jl @@ -1,4 +1,4 @@ -VERSION >= v"0.4.0-dev+6521" && __precompile__(@unix? true : false) +VERSION >= v"0.4.0-dev+6521" && __precompile__() module SynthesisFilters From 1db0f488465ffb11a2d9b715b0a54884042e489e Mon Sep 17 00:00:00 2001 From: Ryuichi YAMAMOTO Date: Tue, 22 Mar 2016 12:23:57 +0900 Subject: [PATCH 2/2] REQUIRE: add explicit supported version --- REQUIRE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REQUIRE b/REQUIRE index 8d9381c..2cd5006 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,3 +1,3 @@ julia 0.4 -SPTK -MelGeneralizedCepstrums +SPTK 0.1.1 +MelGeneralizedCepstrums 0.0.3