mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-11 02:52:16 +00:00
minor fixes
This commit is contained in:
parent
0701eb9ac2
commit
c273836e6b
3
.github/workflows/build_conda_macos_cpu.yml
vendored
3
.github/workflows/build_conda_macos_cpu.yml
vendored
@ -20,9 +20,6 @@ name: build_conda_macos_cpu
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- conda
|
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
|
5
.github/workflows/build_conda_ubuntu_cpu.yml
vendored
5
.github/workflows/build_conda_ubuntu_cpu.yml
vendored
@ -20,6 +20,9 @@ name: build_conda_ubuntu_cpu
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- conda
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
@ -41,7 +44,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# outputting for debugging purposes
|
# outputting for debugging purposes
|
||||||
python scripts/github_actions/generate_build_matrix.py
|
python scripts/github_actions/generate_build_matrix.py
|
||||||
MATRIX=$(python scripts/github_actions/generate_build_matrix.py)
|
MATRIX=$(python scripts/github_actions/generate_build_matrix.py --test-only-latest-torch)
|
||||||
echo "::set-output name=matrix::${MATRIX}"
|
echo "::set-output name=matrix::${MATRIX}"
|
||||||
|
|
||||||
build_conda_ubuntu_cpu:
|
build_conda_ubuntu_cpu:
|
||||||
|
@ -20,8 +20,6 @@ name: build_conda_windows_cpu
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- conda
|
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
|
@ -76,8 +76,6 @@ include_directories(${CMAKE_SOURCE_DIR})
|
|||||||
|
|
||||||
message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
|
message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
|
||||||
|
|
||||||
message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}")
|
message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
add_subdirectory(kaldifeat)
|
add_subdirectory(kaldifeat)
|
||||||
|
@ -19,10 +19,9 @@ requirements:
|
|||||||
|
|
||||||
host:
|
host:
|
||||||
- anaconda-client
|
- anaconda-client
|
||||||
- cmake=3.18
|
- cmake
|
||||||
- python
|
- python
|
||||||
- pytorch={{ environ.get('KALDIFEAT_TORCH_VERSION') }}
|
- pytorch={{ environ.get('KALDIFEAT_TORCH_VERSION') }}
|
||||||
- gcc_linux-64=7 # [linux]
|
|
||||||
- cpuonly
|
- cpuonly
|
||||||
|
|
||||||
run:
|
run:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user