1. 04 Jan, 2022 1 commit
    • moto's avatar
      [CI] Install tools from conda instead of brew (#1873) · df0175e8
      moto authored
      Summary:
      Currently, macOS CI jobs install `pkg-config` and `wget` with `brew`.
      This is problematic as brew takes a long time with auto-update, and disabling the auto-update is not an ideal solution.
      Conda also distributes these packages, so switching to conda.
      
      Example issues with brew installation.
      https://app.circleci.com/pipelines/github/pytorch/audio/7825/workflows/53965bcf-6ddf-4e42-ad52-83fd1bbab717
      
      This commit removes the use of `brew` by
      1. Replacing the use of `wget` with `curl` (pre-installed in most distro)
      2. Install `pkg-condig` from conda.
          Note: All the macOS jobs, including binary build jobs, uses conda. Using `pkg-config` from Conda makes it easy to discover the packages installed from conda. (like `ffmpeg` in https://github.com/pytorch/audio/issues/2122)
      3. Add `pkg-config` to conda build-time dependency
      4. Make sure that the availability of `pkg-config` is explicitly checked when `sox` is being configured. (otherwise, it will fail at somewhere in the middle of build process with somewhat unintuitve error message)
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/1873
      
      Reviewed By: carolineechen, nateanl
      
      Differential Revision: D33404975
      
      Pulled By: mthrok
      
      fbshipit-source-id: ae512d3a3a422ebfe3b46c492bed44deecc36e72
      df0175e8
  2. 03 Jan, 2022 1 commit
    • moto's avatar
      Build ffmpeg-features on Conda binary dist (#2120) · 10dcfc70
      moto authored
      Summary:
      This commit enable ffmpeg-feature build on conda-based binary distribution on Linux and macOS.
      
      It adds `ffmpeg` as build-time dependencies and enable the build with `BUILD_FFMPEG=1`.
      
      Windows binaries, wheel-based binaries on Linux/macOS are not changed.
      
      Pull Request resolved: https://github.com/pytorch/audio/pull/2120
      
      Reviewed By: nateanl
      
      Differential Revision: D33397473
      
      Pulled By: mthrok
      
      fbshipit-source-id: 67a23a40c0614c56fee60cc06a45f3265037f6df
      10dcfc70
  3. 02 Jan, 2022 1 commit
  4. 31 Dec, 2021 2 commits
  5. 30 Dec, 2021 8 commits
  6. 29 Dec, 2021 9 commits
  7. 28 Dec, 2021 6 commits
  8. 24 Dec, 2021 2 commits
  9. 23 Dec, 2021 6 commits
  10. 22 Dec, 2021 2 commits
  11. 21 Dec, 2021 2 commits