File tree Expand file tree Collapse file tree 7 files changed +38
-0
lines changed Expand file tree Collapse file tree 7 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ :: Copyright (c) Meta Platforms, Inc. and affiliates.
2+ :: All rights reserved.
3+ ::
4+ :: This source code is licensed under the BSD-style license found in the
5+ :: LICENSE file in the root directory of this source tree.
6+
17:: Taken from torchaudio
28@ echo off
39
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
27
38# This is taken and adapated from torchaudio, only keeping the parts relevant to
49# linux.
Original file line number Diff line number Diff line change 1+ # Copyright (c) Meta Platforms, Inc. and affiliates.
2+ # All rights reserved.
3+ #
4+ # This source code is licensed under the BSD-style license found in the
5+ # LICENSE file in the root directory of this source tree.
6+
17"""
28The goal of this script is to ensure that the .so files we ship do not contain
39symbol versions from libstdc++ that are too recent. This is a very manual way of
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
27
38_list_wheel_files () {
49 unzip -l " $1 " | awk ' {print $4}'
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
27
38set -ex
49
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # Copyright (c) Meta Platforms, Inc. and affiliates.
3+ # All rights reserved.
4+ #
5+ # This source code is licensed under the BSD-style license found in the
6+ # LICENSE file in the root directory of this source tree.
27
38set -ex
49
Original file line number Diff line number Diff line change 1+ :: Copyright (c) Meta Platforms, Inc. and affiliates.
2+ :: All rights reserved.
3+ ::
4+ :: This source code is licensed under the BSD-style license found in the
5+ :: LICENSE file in the root directory of this source tree.
6+
17:: Taken from torchaudio
28@ echo on
39
You can’t perform that action at this time.
0 commit comments