From 99ac59c936dd873481f28ee440e45b3477bd4aea Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Fri, 29 Aug 2014 01:22:59 -0400 Subject: [PATCH] temporarily removes Pacman support until BinDeps is released with it --- .travis.yml | 1 - deps/build.jl | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b112196..94a28bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ before_install: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi script: - julia -e 'Pkg.init()' - - julia -e 'Pkg.add("BinDeps"); Pkg.checkout("BinDeps")' # latest master needed for Pacman support - julia -e 'Pkg.clone(pwd()); Pkg.build("AudioIO")' - julia -e 'Pkg.test("AudioIO", coverage=true)' after_success: diff --git a/deps/build.jl b/deps/build.jl index 9ef9f16..a093ee7 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -10,8 +10,8 @@ libsndfile = library_dependency("libsndfile") # TODO: add other providers with correct names provides(AptGet, {"portaudio19-dev" => libportaudio}) provides(AptGet, {"libsndfile1-dev" => libsndfile}) -provides(Pacman, {"portaudio" => libportaudio}) -provides(Pacman, {"libsndfile" => libsndfile}) +#provides(Pacman, {"portaudio" => libportaudio}) +#provides(Pacman, {"libsndfile" => libsndfile}) @osx_only begin